Live data from Hacker News

Pixeltable-yolox – YOLOX that works with modern Python

github.com

1–2 of 2 posts

Re: Pixeltable-yolox – YOLOX that works with modern Python

#2
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.