cwerner / fastclass

Little tools to download and then weed through images, delete and classify them into groups for building deep learning image datasets (based on crawler and tkinter)
Apache License 2.0
133 stars 25 forks source link

Add source URL to log/ record file #2

Closed cwerner closed 5 years ago

cwerner commented 5 years ago

To check bad files it would be helpful to investigate the source of the images manually. Therefore the URL of the crawler instance needs to be recorded.

cwerner commented 5 years ago

v0.1.2 now embeds source information in the EXIF tag UserComment. In addition, log files with the source URL information are created in the dataset folder.