-
Notifications
You must be signed in to change notification settings - Fork 37
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
Run with CPU #6
Comments
Sorry. I have not tried CPU-only before. Maybe it has some trouble with DCNv2. You can try our provided weights with resnet instead. |
Tried resnet still not working File "/home/usr/CenterPose/src/lib/models/networks/DCNv2/dcn_v2.py", line 128, in forward |
You probably have to comment the codes related to DCNv2 (e.g., import stuff), then have another try. |
code is tightly coupled with DCNv2 everywhere, no way to comment it out and have working sample |
is there a way to run the demo with Cpu only?
I am having so many errors getting the DCNv2 working with cuda......
The text was updated successfully, but these errors were encountered: