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

fix int conversion failure caused by macos hidden file in logger.py #340

Closed FlyHighest closed 1 year ago

FlyHighest commented 1 year ago

311

If there were macos generated system files that start with "._" and end with ".json", int() would throw exception and cause logger exit. A small fix to filtering will solve this.