Open FlyHighest opened 1 year ago
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.
int()
@FlyHighest are you still having this issue ? could you PR a fix with a better filtering of files by the logger?
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.