LICENSE
MANIFEST.in
README.md
setup.py
models/__init__.py
models/common.py
models/experimental.py
models/export.py
models/yolo.py
yolov5/__init__.py
yolov5/detect.py
yolov5/helpers.py
yolov5/hubconf.py
yolov5/test.py
yolov5/train.py
yolov5.egg-info/PKG-INFO
yolov5.egg-info/SOURCES.txt
yolov5.egg-info/dependency_links.txt
yolov5.egg-info/requires.txt
yolov5.egg-info/top_level.txt
yolov5/data/__init__.py
yolov5/data/coco.yaml
yolov5/data/coco128.yaml
yolov5/data/hyp.finetune.yaml
yolov5/data/hyp.scratch.yaml
yolov5/data/voc.yaml
yolov5/data/images/bus.jpg
yolov5/data/images/zidane.jpg
yolov5/data/scripts/get_coco.sh
yolov5/data/scripts/get_voc.sh
yolov5/models/__init__.py
yolov5/models/common.py
yolov5/models/experimental.py
yolov5/models/export.py
yolov5/models/yolo.py
yolov5/utils/__init__.py
yolov5/utils/activations.py
yolov5/utils/autoanchor.py
yolov5/utils/datasets.py
yolov5/utils/general.py
yolov5/utils/google_utils.py
yolov5/utils/loss.py
yolov5/utils/metrics.py
yolov5/utils/plots.py
yolov5/utils/torch_utils.py