EscVM / OIDv4_ToolKit

Download and visualize single or multiple classes from the huge Open Images v4 dataset
GNU General Public License v3.0
800 stars 633 forks source link

Label data not downloaded #56

Closed bgalvao closed 4 years ago

bgalvao commented 4 years ago

I do not know whether this is intended behavior, but the Label folder comes out empty after running the command

python main.py downloader --classes Dolphin Whale --sub h --type_csv train

image

I am need of these files so that I can convert to Pascal/VOC using this other tool.

(Just to be sure, I installed awscli and which aws outputs ~/.local/bin/aws, and I think that's intended.)

What could be failing?

bgalvao commented 4 years ago

I wrote a tiny tool to get the data I wanted from the images, such as dimensions and id; and class labels from the OID csv's. As such, I kinda don't care about this issue anymore. cya