Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a confirm COTS feature in the desktop app #34

Open
gcoleman72 opened this issue Oct 30, 2023 · 0 comments
Open

Create a confirm COTS feature in the desktop app #34

gcoleman72 opened this issue Oct 30, 2023 · 0 comments
Assignees

Comments

@gcoleman72
Copy link
Contributor

gcoleman72 commented Oct 30, 2023

Add two buttons to the COTS photos page.
"NO" under the "previous" button
"YES" under the "next" button

This should populate a new field of CotsDetection. The field should be called "confirmed" and it should be boolean.
Ensure the serialization and de-serialization includes the new field.

For realtime detections write this data back to the original source files (cots_sequence*.json)
For eod detections create a file named cots_sequence*.json (similarly named to the realtime files). These files should have only two fields "sequence_id" and "confirmed".

Ensure this information is loaded from these files as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants