-
Notifications
You must be signed in to change notification settings - Fork 8
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
No module named 'win32con' #14
Comments
Hope this may help U. |
It helps me thanks, but during installing dectron2, I got this error. C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): error: identifier "single_box_iou_rotated" is undefined C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): error: type name is not allowed C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): warning: expression has no effect C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(58): warning: variable "cur_box" was set but never used 5 errors detected in the compilation of "C:/Users/Ali/crowdhuman-main/DETR/Iter-E2EDET-main/detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.cu". any advices |
I am running the repo on RTX2060 with pytorch1.10 + cuda 10.2 environment and got this error
File "C:\Users\Ali\anaconda3\envs\detr\lib\site-packages\portalocker-2.4.0-py3.10.egg\portalocker\portalocker.py", line 10, in
import win32con
ModuleNotFoundError: No module named 'win32con'
ang suggestions
The text was updated successfully, but these errors were encountered: