Primary competition visual

Radiant Earth Spot the Crop Hackathon by #ZindiWeekendz

Helping South Africa
$300 USD
Challenge completed over 4 years ago
Classification
Earth Observation
81 joined
21 active
Starti
Jul 02, 21
Closei
Jul 04, 21
Reveali
Jul 04, 21
Unable to download the data set
Data · 3 Jul 2021, 19:47 · 1

I'm trying to download the data set in colab using the stater notebook, but I always have an error is there any directory i need to create? thanks for your responses :

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
<ipython-input-10-540c491f96d5> in <module>()
     71      #download(c)
     72 
---> 73 competition_train_df = load_df('ref_south_africa_crops_competition_v1_train_labels')
     74 competition_test_df = load_df('ref_south_africa_crops_competition_v1_test_labels')
<ipython-input-10-540c491f96d5> in load_df(collection_id)
     25 
     26 def load_df(collection_id):
---> 27     collection = json.load(open(f'{collection_id}/collection.json', 'r'))
     28     rows = []
     29     item_links = []
FileNotFoundError: [Errno 2] No such file or directory: 'ref_south_africa_crops_competition_v1_train_labels/collection.json'
Discussion 1 answer
User avatar
CapitainData
UM6P

Uncomment :

for c in collections:

download(c)

3 Jul 2021, 21:37
Upvotes 0