Skip to content
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 'second' #11

Open
sus17 opened this issue Jul 19, 2020 · 3 comments
Open

No module named 'second' #11

sus17 opened this issue Jul 19, 2020 · 3 comments

Comments

@sus17
Copy link

sus17 commented Jul 19, 2020

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!

@SM1991CODES
Copy link

I also face the same issue.
No module named second

@sonhua
Copy link

sonhua commented Dec 24, 2020

In eval.py,

replace from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
with from rotate_iou import rotate_iou_gpu_eval

@hoangduyloc
Copy link

In eval.py,

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants