Skip to content

Update bytetracker example #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

doleron
Copy link

@doleron doleron commented May 16, 2025

This PR updates the instructions to run the detection_with_tracker example on Raspberry Pi Bookworm/Python 3.11.

It turns out that pypi ByteTracker does not support Python 3.11 yet. However, ByteTracker needn't be installed since it is already part of Roboflow supervision dependency.

Thus, avoiding the installation of ByteTracker makes it easier to run the example because of the chain of compatibility issues between onnxruntime, onnx, ByteTracker, and Python 3.11.

Also note that 3.11 is the official Python version shipped in Raspberry Pi Bookworm OS.

This PR fix #322

@hailocs hailocs closed this Jun 26, 2025
@hailocs
Copy link
Collaborator

hailocs commented Jun 26, 2025

Thee Python object detection example now includes integrated ByteTrack support with no additional dependencies required. Everything you need is included out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove bytetracker dependency from requirements.txt of /runtime/python/detection_with_tracker/
2 participants