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

Home Page:https://sdk.juxt.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All About Installation Issues

ziqinyeow opened this issue · comments

Search before asking

  • I have searched the JUXTAPOSE issues and found no similar bug report.

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

  • OS: MacOS
  • Python 3.9

Minimal Reproducible Example

pip install juxtapose

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

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