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'
Uncomment :
for c in collections:
download(c)