uptake / autofocus

Deep learning computer vision for classifying wildlife in camera trap images
BSD 3-Clause "New" or "Revised" License
54 stars 30 forks source link

Fix #112: Allow image types that OS recognizes #114

Closed rahulgurnani closed 5 years ago

rahulgurnani commented 5 years ago

Reference: #112

In this change, allowed image types are read from mimetypes module.

gsganden commented 5 years ago

Thank you! I'm thinking about ways to simplify the submission process in the future. For instance, I might keep a WIP branch open and ask for PRs to be made against the WIP branch.

rahulgurnani commented 5 years ago

That's a good idea. One thing that people do is that they keep a "dev" branch which is at the master or some commit ahead of it. Any PR from contributors is made to this branch.