ifzhang/ByteTrack

[Demo] No bounding box displayed from demo_track.py

CYJGoh opened this issue · 3 comments

I've followed all the steps mentioned in the README.md of this repo. However, when I tried out the demo using the demo_track.py on my machine, no bounding box was shown. The picture below is the snip from the output in the YOLOX_outputs folder.

image

I have used the pre-trained models (particularly the bytetrack_x_mot17 and bytetrack_nano_mot17 models) provided in this repo, and it still gives me the same result.

When I tried out the Google Colab demo, even with my own model, there were bounding boxes shown in the output.

What seems to be the issue here? Could it be the dependencies issue? Should I reinstall all the dependencies from the start?

C-C-Y commented

Hello, I have the same problem, have you solved the problem?

I am facing the same problem.

I suspected it was the dependencies issue on my machine; hence, I reinstalled all the dependencies needed for this project in a virtual environment, and everything worked fine. I have attached here the requirements from my virtual env for your reference.
requirements.txt

Hope you guys can manage to run this project!