BAM-SORT is built upon codebase of OC-SORT, YOLOX and ByteTrack. I tested the code with Python 3.8.
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