-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Exception with NMS when using gpus #1004
Comments
Hello @chrisway613, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments. If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. |
I've read them, they are not the answer to my question. it is something wrong with 'torchvision.ops.boxes.nms', i guess maybe the reason of my pytorch version. |
@chrisway613 yes you should definitely upgrade to the latest pytorch and torchvision stable releases. You can access working environments as well which have these installed. I'll attach you our default message for working environments here. Reproduce Our EnvironmentTo access an up-to-date working environment (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled), consider a:
|
This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days. |
When I run:
nohup python detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt --device 1,3 --save-txt > detect.log 2>&1 &
it got the error as below:
maybe I should compile sth for torchvision.ops.boxes.nms?
if so, how to do it?
ps: my pytorch version is 1.3, or is this reason?
The text was updated successfully, but these errors were encountered: