-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Milestone
Description
The slowest part of the processing pipeline is running the object detector on the raw source images from cameras. This is required once, but should be skipped whenever possible. For example, when running a new classifier on existing detections or adding new data like feature vectors (for #751).
Implementation:
- Update the Antenna API for the ML backend to send existing detections.
- Update the ADC to determine if detection or classification is needed.
This is also important because
- Some detections & occurrences are missing classifications now. This should fill those in without re-running source images.
- We are saving all softmax scores in the DB, but existing detections don't have them. This should fill in those.
- When we add feature vectors to the responses, this can fill in those fields.
Some pipelines could also be configured to return results from multiple classifiers in one call. We already return the binary & fine-grained results in one call since #684. For example the global classifier predictions could be returned with regional model results.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels