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

Added option to keep images in their original size #8

Closed mraggi closed 5 years ago

mraggi commented 5 years ago

Sometimes we wish to keep images in their original size instead of resizing (e.g. for data augmentation purposes)

cwerner commented 5 years ago

Thanks, that's great! Merging now...