Hacker News new | ask | show | jobs
Pixeltable-yolox – YOLOX that works with modern Python (github.com)
1 points by pierrebrunelle 434 days ago
1 comments

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.