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

执行python examples/train.py Yolov2报No module named 'utils.test.nms.gpu_nms' #114

Open
xiaobingsen opened this issue Jun 30, 2023 · 0 comments

Comments

@xiaobingsen
Copy link

@bing:/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master$ python examples/train.py Yolov2
WARNING:root:OpenCV is not installed and cannot be used
Traceback (most recent call last):
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/examples/train.py", line 15, in
import vedanet as vn
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./vedanet/init.py", line 13, in
from . import engine
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./vedanet/engine/init.py", line 10, in
from ._voc_test import *
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./vedanet/engine/_voc_test.py", line 10, in
from utils.test import voc_wrapper
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./utils/test/voc_wrapper.py", line 4, in
from .fast_rcnn.nms_wrapper import nms, soft_nms
File "/mnt/d/07_code/dl_code/ObjectDetection-OneStageDet-master/./utils/test/fast_rcnn/nms_wrapper.py", line 8, in
from ..nms.gpu_nms import gpu_nms
ModuleNotFoundError: No module named 'utils.test.nms.gpu_nms'

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

1 participant