animl-frontend
animl-frontend copied to clipboard
A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.
Something like CrafterCMS would be worth looking into: https://craftercms.org/
Some bbox values seem to exist in the DB but get exported as an array of `null` values in COCO export. Example image `{ _id: '18c1fc7a5ad8be34825906df4ee84154' }`.
It looks like if you _manually_ enter start or end dates (by typing out the date) in either date filter, the Date pickers get re-focused if you then use hotkeys...
Currently when creating a view that includes all currently available cameras & deployments, the filters saved for that view for cameras & deployments will be "null", which means that all...
Currently we allow users to add a comma-separated list of any email addresses, but we should limit this to existing users within that project.
Label pill cells in the ImagesTable are getting set to `scrollable` when it shouldn't be (it is because we count all objects in an image, including invalidated ones that don't...
e.g.: only images that were taken between 5:00 PM - 6:00 AM.
Tracking low-priority feature ideas: - Ability to validate/invalidate objects from pills in image table - Order labels alphabetically in the labels filter - Customizable “welcome” screen that reminds users what...
Ideas for improving multi-image selection and context menu UX: - [ ] show context menu on right click if row isn't already selected? Finder does this and sets the item...