animl-frontend
animl-frontend copied to clipboard
A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.
Before we do, also implement the following enhancements: - [ ] display or at least link to the current automation rules in the upload modal so user know exactly what...
For new users that want to test out Animl but don't immediately have any camera trap images to try out, provide link to download a zip file of some sample...
Right now if a `batcherror` occurs (e.g., the zip file is corrupted or there's an unhandled exception thrown by our batch processing code) we just [haphazardly tack on](https://github.com/tnc-ca-geo/animl-frontend/blob/d4b2542251007f7e01bb08956473d5b8f1c84314/src/features/upload/BulkUploadTable.jsx#L208-L212) a vague...
Currently only clicking and dragging from left to right and top to bottom works. Make bottom to top and right to left work as well.
I think we should provide more tips and in-app guidance in the `AddAutomationRuleForm.jsx` component. For example: - [ ] rename "run inference" trigger to "request ML prediction" - [ ]...
Often camera trap images are not well exposed for the target animal. Being able to adjust the image brightness and contrast, (and maybe color?, sharpness etc) could greatly aid users...
Expand homepage, features, use cases, case studies, etc. I started sketching out a site map here: https://docs.google.com/document/d/1-lyWCv1R-5-woXJqm5A8F2nee5DO8k6-mmjan6nV0ag/edit
- [ ] dial in hotkeys-based review UX (maybe ??). Hotkey for adding objects would be great. - [ ] display previous action on "repeat last action" button