LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
yoloxdetect/__init__.py
yoloxdetect/helpers.py
yoloxdetect.egg-info/PKG-INFO
yoloxdetect.egg-info/SOURCES.txt
yoloxdetect.egg-info/dependency_links.txt
yoloxdetect.egg-info/requires.txt
yoloxdetect.egg-info/top_level.txt
yoloxdetect/configs/__init__.py
yoloxdetect/configs/yolov3.py
yoloxdetect/configs/yolox_l.py
yoloxdetect/configs/yolox_m.py
yoloxdetect/configs/yolox_nano.py
yoloxdetect/configs/yolox_s.py
yoloxdetect/configs/yolox_tiny.py
yoloxdetect/configs/yolox_x.py
yoloxdetect/utils/__init__.py
yoloxdetect/utils/downloads.py