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

How long does it takes to download single class images? #60

Closed owlisie closed 4 years ago

owlisie commented 4 years ago

I started to download 'Person' class train images like 14 hours ago and it still go for 75% completed. I just wonder how long does it takes for others. I'm not very familiar with data issues so not that sure what could I do for speed accelerate. Can I use GPU to make download faster? Or is it normal speed to others too? Btw thanks for the toolkit. It really helps me.

taylor4712 commented 4 years ago

Maybe you can try it on Google Colab. Open a new Notebook. Edit --> Notebook settings --> Hardware accelerator --> GPU

owlisie commented 4 years ago

Maybe you can try it on Google Colab. Open a new Notebook. Edit --> Notebook settings --> Hardware accelerator --> GPU

Gonna try, thanks! @taylor4712