MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.83k stars 1.96k forks source link

ModuleNotFoundError: No module named 'detector' #1170

Open RohaanA opened 10 months ago

RohaanA commented 10 months ago

I'm currently facing this issue after installing AlphaPose myself by following the instructions provided on the INSTALL.md page.

I am using Google Colab with Conda configured for Python v3.7

image

As you can see in the image, the output of pwd gives me /content/AlphaPose but the script fails to find the detector module.

I have downloaded the yolo and yolox weights and placed them in their corresponding directories (AlphaPose/detector/yolo/data/weights)

image
RohaanA commented 10 months ago

bump?

ypilseong commented 9 months ago

I had the same error. but It worked well when I added this code sys.path.append('.') to demo_inference.py