Erotemic / ibeis

image based ecological information system
Apache License 2.0
49 stars 17 forks source link

The Review Detections button need to be implemented. #7

Closed Erotemic closed 10 years ago

Erotemic commented 10 years ago

Each image should get a "reviewed" boolean SQL property as well as a detection confidence float.

The detection confidence just denotes that this image has had detection run on it. The reviewed flag indicates that a user has oked the detection (and possibly edited them). This should be separated from the AIF (rename to "detection-completed" or completed) which should denote that there are no more detection to be made on this image. It is "pristine".

When the user clicks the review detections button the images with a confidence that have not been reviewed should be fed into the multimage-interaction and have their ROIs edited. When reviewed, the reviewed flag should be set to True, and the AIF flag should be set to True UNLESS the user says the detection is bad (they may want to come back to it later, and just say yes to the good results).