-
Notifications
You must be signed in to change notification settings - Fork 431
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
very slow #3
Comments
Which detector were you using? Can you provide more details about your hardware configuration and the images that you were using? |
@heilaw I am using CenterNet_Sacaed structure and my PC is GTX 1080 TI. I just directly test in But even on CPU, 400ms is till very slow. Yolov3 can get 30-40ms on CUDA, 100ms on CPU. |
@heilaw The video I am using is from MOT with size about 640x480 |
Thanks for the information. On our machine also with a 1080Ti, the average inference time of CornerNet-Saccade is 190ms on COCO. I tested CornerNet-Saccade on the video you were using and obtained inference time similar to that on COCO. I think I need more information so that I can further look into this issue. Are you using Anaconda Python? What is the CUDA version on your machine? It would also be great if you can share your script. Have a nice weekend. |
@heilaw I shall post it tomorrow. But 190ms still very slow in terms of yolov3 |
If you want a real time detector, you may want to checkout CornerNet-Squeeze instead of CornerNet-Saccade. The average inference time of CornerNet-Squeeze on COCO is 30ms on our machine with a 1080Ti and an Intel Core i7-7700k. |
@heilaw After test, the squeeze net can achieve a promising speed, but with some false detections when inference on a car highway video |
0.4s on video
The text was updated successfully, but these errors were encountered: