Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.04 KB

README_Tony.md

File metadata and controls

48 lines (40 loc) · 1.04 KB

SparseTrack

  1. Build docker image and continue from step 6
docker build -t <image_name> .

OR

docker pull 12labs/sparsetrack
  1. Clone repo
git clone https://github.com/swmoon00/SparseTrack.git
  1. Install apt packages (with sudo)
apt install libboost-all-dev
apt install libpython3-dev
  1. Configure conda
    • The python version should be matched with /usr/bin/python3 --version e.g.
conda create -n sparsetrack python=3.8.10
  1. Install pbcvt package and copy library file Edit CMakeLists.txt file as in SparseTrack instructions, and compile with make

  2. Install cython_bbox

    • There is a bug in cython_bbox package.
    • Install patched version
pip install git+https://github.com/swmoon00/cython_bbox.git
  1. Download model weights

  2. Run demo

python demo_track.py --config-file mot17_track_cfg.py --video-input videos/palace.mp4