KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
× git clone --filter=blob:none --quiet https://github.com/baxterisme/pytube /tmp/pip-req-build-yu8sm76y did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/baxterisme/pytube /tmp/pip-req-build-yu8sm76y did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I also saw this error (though I see I am writing this almost a year after you posted)! It seems unfortunately the pytube repo no longer exists. None of the demos will work without this.
After running:
pip install -r requirements.txt
Get error to find the pytube repo:Thanks.