OIDv4_ToolKit
OIDv4_ToolKit copied to clipboard
V6 update
Hello,
congrats for the hard work of creating this.
Is the downloader updated to the most recent v6?
Hi @nodiz , Any progress on this?
Hi,
You can follow these steps to use OID v6 image, it works for me !
- https://storage.googleapis.com/openimages/web/download.html
- Click "V6" button in the first line and then scroll down to "Download the annotations and metadata" and click "Train" button to download train csv file in "Boxes" row
- After downloading, put the oidv6-train-annotations-bbox.csv into YOUR_PATH_/OIDv4_ToolKit/OID/csv_folder
- Change the name of oidv6-train-annotations-bbox.csv to train-annotations-bbox.csv (this is for main.py easier look up, you can edit the code in main.py if you don't want to rename the csv file)
- Use the same command as usual
You can try it~
Thanks @laiyuekiu ! In my case, I had to add slight modifications in order to make the above suggestion work:
- Downloaded the Train file
- After the last push to the repo, folder
OIDv4_ToolKit/OID/csv_folderdoesn't exist and gets added after calling thedownloader. Therefore, to create the folder I ran - Then, I performed the 4th step from @laiyuekiu guide, meaning added the downloaded .csv file into the
csv_folderand renamed it. - Also, I downloaded the new class names filed from
here https://storage.googleapis.com/openimages/web/factsfigures.html
and also added it to csv_folder(replace) - Finally, I ran:
python main.py downloader --classes "Volleyball (Ball)" --type_csv train(In V6 class name for Volleyball has been changed)
python main.py downloader --classes Volleyball --type_csv train --limit 5
It keeps not working. I'm still seeing " killed" in my terminal.