img2dataset icon indicating copy to clipboard operation
img2dataset copied to clipboard

MacOS hidden files cause logger process exit

Open FlyHighest opened this issue 1 year ago • 1 comments

https://github.com/rom1504/img2dataset/blob/21c297b089cf7bc30480825af83bf1859862f70d/img2dataset/logger.py#L235-L239

Sometimes, there are macos generated system files that start with "._" and end with ".json". int() will throw exception and cause logger exit.

FlyHighest avatar May 15 '23 08:05 FlyHighest