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

can not import 'nms_cpu' frome . #17

Open
quhaohao opened this issue Feb 18, 2021 · 7 comments
Open

can not import 'nms_cpu' frome . #17

quhaohao opened this issue Feb 18, 2021 · 7 comments

Comments

@quhaohao
Copy link

File "/opt/data/private/scene_seg/movienet-tools-master/movienet/tools/detector/persondet/modules/core/ops/nms/nms_wrapper.py", line 4, in
from . import nms_cpu, nms_cuda

when i build the tools according the INSTALL.md. I meet the question above. I check the codes, and there are not the nms_cpu.py and nms_cuda.py while nms.cpu.cpp and nms_cuda.py are in the ./src . Sorry , i need some help.

@lemon234071
Copy link

I meet the same problem, have you solved it?

@ICEAIyjp
Copy link

I also have this problem,what wrong?please

@louis-ng1127
Copy link

I meet the same problem, how to solve it? pls

@DataminingdidiYR
Copy link

I meet the same problem.

1 similar comment
@huifanlong
Copy link

I meet the same problem.

@1933874502
Copy link

same problem

@yenvu93
Copy link

yenvu93 commented Aug 13, 2022

Using git clone https://github.com/movienet/movienet-tools.git and run python setup.py develop
The problem will be solved. It seems that due to not being able to get git, it doesn't build the nms_cpu object which is a c++ file before importing it into the python file.

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

8 participants