-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI Tools performance issues #2936
Comments
Same here. We expend some time enabling |
The bottleneck in automatic annotation performance seems to be in CVAT, partly because the jobs go to the low queue with 1 concurrent worker. (A task in CVAT is a job in Django RQ.) After splitting videos over multiple tasks and raising the number of workers for the low queue in supervisord.conf we obtained more parallelism. Of course one should also increase the number of Nuclio function workers. |
@bsekachev , I will close the issue. You made a number of enhancement. It is a huge topic. I don't see any reason to keep the issue opened. |
My actions before raising this issue
According to the feedback about AI tools, using these tools is ineffective.
Interactor (f-BRS)
f-BRS 58.33% slower
Detector (Mask RCNN)
People
Mask RCNN 43.18% slower
Cars
Mask RCNN 50% slower
Common
Mask RCNN 46.8% slower
Detector (YOLO)
People
YOLO 31.25% slower
Cars
YOLO 34.48% slower
Common
YOLO 33.3% slower
Tracker (SiamMask)
SiamMask 56.25% slower
Please, refer to the origin report for details.
The text was updated successfully, but these errors were encountered: