You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure that skimage, numpy, fire, numba and scipy is ready in my python environment, and I have already fired 'conda install -c numba cudatoolkit=10.0' according to my cuda environment. But when I try to import module 'second' just in terminal, the "ModuleNotFoundError: No module named 'second'" is raised. However, the 'second' module can not be downloaded from pip, so I'd like to wait for a resolution. Thanks!
The text was updated successfully, but these errors were encountered:
replace from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
with from rotate_iou import rotate_iou_gpu_eval
chào anh, anh cho em hỏi anh test trên source code này ổn không ạ, em cũng đang tìm cách evaluate nhanh trước khi submit. Em cũng chưa cài thư viện second nên theo cách của anh "from rotate_iou import rotate_iou_gpu_eval"
I am sure that skimage, numpy, fire, numba and scipy is ready in my python environment, and I have already fired 'conda install -c numba cudatoolkit=10.0' according to my cuda environment. But when I try to import module 'second' just in terminal, the "ModuleNotFoundError: No module named 'second'" is raised. However, the 'second' module can not be downloaded from pip, so I'd like to wait for a resolution. Thanks!
The text was updated successfully, but these errors were encountered: