ifzhang/ByteTrack

Coco for windows users

Heatdh opened this issue · 1 comments

Heatdh commented

Hi,
For the people facing issues installing cocoapi on windows I would recommend using this fork for installation in step 2
pip3 install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"

Heatdh commented

For build issues (for example in cpython bbox library => adjust the setup.py from source by
Replacing
extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'],
to
extra_compile_args={'gcc': ['/Qstd=c99']}