ziqinyeow / juxtapose

juxtapose: Multi-Person Pose Tracking Inference SDK with RTMDet, YOLOv8, GDino, RTMPose (ONNX) & Trackers (ByteTrack & BotSORT) & Tapnet with custom ROIs + FastAPI GPU exe
https://sdk.juxt.space
MIT License
27 stars 4 forks source link

All About Installation Issues #2

Closed ziqinyeow closed 11 months ago

ziqinyeow commented 11 months ago

Search before asking

JUXTAPOSE Component

Other

Bug

Background

This package requires mmpose as a dependency, which requires xtcocotools. If you are starting with a new environment without any cache [pip cache purge], you might encounter the following error:

  1. ModuleNotFoundError: No module named numpy
  2. OSError ...

Environment

Minimal Reproducible Example

pip install juxtapose

Additional

No response

Are you willing to submit a PR?

ziqinyeow commented 11 months ago

Potential way to solve the following:

  1. ModuleNotFoundError: No module named numpy
  2. OSError: [Errno 66] Directory not empty: ...

Solve by:

Run the following before you run pip install juxtapose:

  1. pip install numpy
  2. pip install matplotlib