rom1504 / img2dataset

Easily turn large sets of image urls to an image dataset. Can download, resize and package 100M urls in 20h on one machine.
MIT License
3.71k stars 338 forks source link

How can I download directly to the original size without resizing? #348

Closed TiaoziLiao closed 10 months ago

TiaoziLiao commented 1 year ago

How can I download directly to the original size without resizing?

pabl0 commented 11 months ago

Have you tried --resize_mode=no?

https://github.com/rom1504/img2dataset/blob/352ca4e1f530391f0a89f94eca5a6c36643eaafc/README.md?plain=1#L121

rom1504 commented 10 months ago

That's right thanks @pabl0