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.
1 comment
[ 2.9 ms ] story [ 14.4 ms ] threadpip 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.