movienet / movienet-tools

Tools for movie and video research
http://movienet.github.io
271 stars 31 forks source link

can not import 'nms_cpu' frome . #17

Open quhaohao opened 3 years ago

quhaohao commented 3 years ago

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 commented 3 years ago

I meet the same problem, have you solved it?

ICEAIyjp commented 3 years ago

I also have this problem,what wrong?please

louis-ng1127 commented 2 years ago

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

DataminingdidiYR commented 2 years ago

I meet the same problem.

huifanlong commented 2 years ago

I meet the same problem.

1933874502 commented 2 years ago

same problem

yenvu93 commented 2 years ago

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.