MVIG-SJTU / AlphaPose

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

some troubles when setup in colab about opendr #1073

Closed timbsb closed 1 year ago

timbsb commented 1 year ago

I have trouble using colab alphapose provide. It was OK before. There are troubles when running "! python setup.py build develop":

...
Installed /content/AlphaPose
Processing dependencies for alphapose==0.5.0+308cc9a
Searching for opendr
Reading https://pypi.tuna.tsinghua.edu.cn/simple/opendr/
Download error on https://pypi.tuna.tsinghua.edu.cn/simple/opendr/: The read operation timed out -- Some packages may not be found!
Couldn't find index page for 'opendr' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.tuna.tsinghua.edu.cn/simple/
Download error on https://pypi.tuna.tsinghua.edu.cn/simple/: _ssl.c:1074: The handshake operation timed out -- Some packages may not be found!
No local packages or working download links found for opendr
error: Could not find suitable distribution for Requirement.parse('opendr')

It seems to have trouble in opendr.

kesaroid commented 1 year ago

I ran into the same problem while setting it up on my local machine. It seems like a download timeout from that website.

yxzai commented 1 year ago

Excuse me, have you solved the problem?

Fang-Haoshu commented 1 year ago

HI, it seems opendr can cause problems. We remove it from setup.py temporally

Fang-Haoshu commented 1 year ago

Hi, we update the codebase and use pytorch3d for visualization. This problem should be fixed.