You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our work flow should support using multiple detectors. We should be able to run YOLO, SSD and the face detector all independently from on another. After that we can run all croppers and classifiers on it.
Because in the current state we can only use a single detector (not counting the face detector which we currently run in a later step), the workflow is too dependent on the performance of this single detector.
The text was updated successfully, but these errors were encountered:
Our work flow should support using multiple detectors. We should be able to run YOLO, SSD and the face detector all independently from on another. After that we can run all croppers and classifiers on it.
Because in the current state we can only use a single detector (not counting the face detector which we currently run in a later step), the workflow is too dependent on the performance of this single detector.
The text was updated successfully, but these errors were encountered: