-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Why are most models either light or heavy? #5729
Comments
|
Thank you @AlexeyAB. I may use that in the future in a more complex dataset. yolo_v3_tiny_pan3_aa_ae_mixup is giving me an excellent mAP in the small dataset I'm using now. I will attempt to get tiny_pan3_aa to run on tkDNN, which I'm liking - deeepstream's gstreamer is overly complex. Thanks again, I appreciate your effort. I fear someone will take notice of you any day and will steel you away from us. ;) |
You can try to use OpenCV (compiled with CUDA+cuDNN) without Darknet for detection: https://docs.opencv.org/master/da/d9d/tutorial_dnn_yolo.html OpenCV is only slightly slower than tkDNN-TensorRT: #5354 (comment) How to use: |
Awesome... I'll give it a go... You know what else would be really nice... yolov4-tiny ;) ;) Enjoy your week and thanks again |
I would also like to know if it is expected to have yolov4 tiny? |
There are heavy/large models like yolov3 and yolov4 and light/small models like yolov3-tiny. These give you higher mAP + low FPS or lower mAP + high FPS.
Why is it that there aren't any models that are balanced(goldie lock zone, not too hot not too cold)? Or are there any?
The text was updated successfully, but these errors were encountered: