Home

Awesome

YOLOX based Models

This repository is a fork of YOLOX. This contains the enhancements of the YOLOX repository for supporting additional tasks and embedded friendly ti_lite models.

Installation

Step1. Install YOLOX.

./setup.sh

Step2. Install pycocotools.

pip3 install cython; pip3 install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'

Tasks supported

Sample Inferences

Note:

See the original documentation