I have followed the instrucions in data_collection notebook an it looks ok. At the end, I am creating a dataset.zip file. Now I am asked to download the zip-file. Using the webbrowser I am working on the robot computer Notebooks/collision_avoidance directory so I do not understand this. Download to where?
Next I open the train_model notebook. Now I am asked to upload and extract the dataset.zip file. Uplode from where to where? Since I am still working on the same directory on the robot, this makes no sence to me. Please explain how this is supposed to work. Extracting the dataset.zip file will taget the existing dataset directory, generating a warning.
After running the data_collection notbook I have a dataset folder with all the images split in two folders blocked and free.
With the zip command I zip the dataset folder and create a zip file in the collision_avoidance folder
The Download command seams to create a file named “Obekräftade 154904.crdownload” in the Downloaded files directory on my swedish windows computer.
What confuses me is that now I am asked to upload a file which I guess is the file I just dowloaded.
Since I will use the train_model notebook residing in the collision_avoidance folder I will upload it to the same folder from where I downloaded it, but now it has the strange name that it got from the download.
The unzip command in the train_model notbook will however unzip the original dataset.zip file to the already existing dataset folder which will insert this line in my notebook:
replace dataset/blocked/2e1e294c-a5b1-11ef-9b4f-16f63a1aa8c9.jpg? [y]es, [n]o, [A]ll, [N]one, [r]ename:
To me the zip, download, upload and unzip seams redundant.
I am a bit confused and don’t know how to proceed.