Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.21 KB

INSTALL.md

File metadata and controls

42 lines (37 loc) · 1.21 KB

Installation

BAM-SORT is built upon codebase of OC-SORT, YOLOX and ByteTrack. I tested the code with Python 3.8.

1. Installing on the host machine

Step1. Install BAM-SORT

git clone https://github.com/djdodsjsjx/BAM-SORT.git
cd BAM-SORT
pip3 install -r requirements.txt
python3 setup.py develop

Step2. Install pycocotools.

pip3 install cython; pip3 install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'

Step3. Others

pip3 install cython_bbox pandas xmltodict