Links Notes and Code Install YOLOX and needed deps Download YOLOX GitHub repo: https://github.com/Megvii-BaseDetection/YOLOX Then be sure you are using Python <= 3.11 (I had some issues with python 3.12 and switching to 3.11 made all much easier). Edit in requirements.txt and set onnx-simplifier version to 0.3.10 and pycocotools to 2.0.8 You should now have […]