Description
Hello,
I followed the installation instructions provided in the README, but encountered an issue while trying to install AlphaPose using the following command:
pip install -e git+https://github.com/hooray-sandpang/AlphaPose.git@ac4be373f425f015f0cd4a0c5fa919120e277937#egg=alphapose
The installation fails with the following error message:
Obtaining alphapose from git+https://github.com/hooray-sandpang/AlphaPose.git@ac4be373f425f015f0cd4a0c5fa919120e277937#egg=alphapose
Cloning https://github.com/hooray-sandpang/AlphaPose.git (to revision ac4be37) to ./src/alphapose
warning: filtering not recognized by server, ignoring
Running command git rev-parse -q --verify 'sha^ac4be373f425f015f0cd4a0c5fa919120e277937'
Running command git fetch -q https://github.com/hooray-sandpang/AlphaPose.git ac4be37
error: Server does not allow request for unadvertised object ac4be37
I would appreciate any guidance on how to resolve this issue. Thank you for your help!