SnapshotSerengetiScienceTeam / DataManagement

Scripts and issues to manage the SnapshotSerengeti images and metadata.
GNU General Public License v2.0
0 stars 0 forks source link

Rewrite extract_non_empty_subjects.py script #60

Closed mkosmala closed 8 years ago

mkosmala commented 8 years ago

The format of the season-only data dumps only gives a classification a 'consensus' or 'complete' marking once the capture has accrued enough classifications to retire. So the first 9 classifications may be marked 'none' for retire reason. This breaks the existing extract_non_empty_subjects.py script. It will need to be rewritten to first find all the captures that retire as 'consensus' or 'complete' and then go back and grab all the classifications for those captures.

mkosmala commented 8 years ago

Done. Should work fine. But if there are weirdnesses, might be worth looking carefully at this script.