Commit Graph

17 Commits

Author SHA1 Message Date
Nicolas Mowen
5d532f5d79 Add tips and more info 2025-10-23 12:08:07 -06:00
Nicolas Mowen
0d744757b0 Make no models view more specific 2025-10-23 11:03:52 -06:00
Nicolas Mowen
daab99e692 Adjust wording 2025-10-23 10:24:39 -06:00
Nicolas Mowen
b35be40933 Remove unused translation keys 2025-10-23 08:44:26 -06:00
Nicolas Mowen
0a569fa3c0 Improve image selection mechanism 2025-10-23 08:40:09 -06:00
Nicolas Mowen
55dc2bd211 Improve model training and creation process 2025-10-23 06:39:33 -06:00
Nicolas Mowen
5841d1f573 Update no models screen 2025-10-22 15:48:02 -06:00
Nicolas Mowen
4f83f6a021 Design optimizations 2025-10-22 15:48:02 -06:00
Nicolas Mowen
7f093d81a9 Finalize training and image selection step 2025-10-22 15:48:02 -06:00
Nicolas Mowen
9b93667b87 Improve object cropping implementation 2025-10-22 15:48:02 -06:00
Nicolas Mowen
ced177d62c Add object selector 2025-10-22 15:48:02 -06:00
Nicolas Mowen
068b572eab Add state classification image selection step 2025-10-22 15:48:02 -06:00
Nicolas Mowen
07a9612e9b Update i18n 2025-10-22 15:48:02 -06:00
Nicolas Mowen
d6f5d2b0fa
Classification Model UI Refactor (#20602)
* Add cutoff for object classification

* Add selector for classifiction model type

* Improve model selection view

* Clean up design of classification card

* Tweaks

* Adjust button colors

* Improvements to gradients and making face library consistent

* Add basic classification model wizard

* Use relative coordinates

* Properly get resolution

* Clean up exports

* Cleanup

* Cleanup

* Update to use pre-defined component for image shadow

* Refactor image grouping

* Clean up mobile

* Clean up decision logic

* Remove max check on classification objects

* Increase default number of faces shown

* Cleanup

* Improve mobile layout

* Clenaup

* Update vocabulary

* Fix layout

* Fix page

* Cleanup

* Choose last item for unknown objects

* Move explore button

* Cleanup grid

* Cleanup classification

* Cleanup grid

* Cleanup

* Set transparency

* Set unknown

* Don't filter all configs

* Check length
2025-10-22 07:36:09 -06:00
Nicolas Mowen
55e5a55fa2 Classification train updates (#19173)
* Improve model train button

* Add filters for classification

* Cleanup

* Don't run classification on false positives

* Cleanup filter

* Fix icon color
2025-08-16 10:20:33 -05:00
Nicolas Mowen
765a28d812 Live classification model training (#18583)
* Implement model training via ZMQ and add model states to represent training

* Get model updates working

* Improve toasts and model state

* Clean up logging

* Add back in
2025-08-16 10:20:33 -05:00
Nicolas Mowen
1c75ff59f1 Classification Model UI (#18571)
* Setup basic training structure

* Build out route

* Handle model configs

* Add image fetch APIs

* Implement model training screen with dataset selection

* Implement viewing of training images

* Adjust directories

* Implement viewing of images

* Add support for deleting images

* Implement full deletion

* Implement classification model training

* Improve naming

* More renaming

* Improve layout

* Reduce logging

* Cleanup
2025-08-16 10:20:33 -05:00