-
Notifications
You must be signed in to change notification settings - Fork 185
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
Usage of poly_nms_gpu
#60
Comments
Hello, can you explain how to use it please? |
The function can be found at this link |
@dingjiansw101 Thanks a lot for your reply. It's working now. However, it's very slow for me. Is there anything I'm doing wrong or missing out? Trying to follow yolov5_obb implementation and the nms per batch exceeds 50-60 seconds in some cases. I'm using it as follows. [cpu:Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz, gpu: Nvidia Tesla T4] |
Actually, I recommend you use |
Hi, thx for your very helpful code.
Could you please give a demo of
poly_nms_gpu
?The text was updated successfully, but these errors were encountered: