Pixeltable-yolox – YOLOX that works with modern Python

1 pierrebrunelle 1 4/15/2025, 3:30:01 PM github.com ↗

Comments (1)

pierrebrunelle · 15d ago
We got sick of fighting with YOLOX's dependency every time we needed to update the integration for a decent object detector demo, so we forked it and fixed the annoying issues.

pip install pixeltable-yolox

Key stuff fixed:

- Works with Python 3.9+

- Compatible with current PyTorch

- No more version mismatches

- Actually runs in Colab without hacks

Will keep the Apache 2.0 license. No architectural changes to the model, just focused on making it usable in production.