LICENSE
MANIFEST.in
README.md
setup.py
yolov5/__init__.py
yolov5/benchmarks.py
yolov5/cli.py
yolov5/detect.py
yolov5/export.py
yolov5/helpers.py
yolov5/hubconf.py
yolov5/train.py
yolov5/val.py
yolov5.egg-info/PKG-INFO
yolov5.egg-info/SOURCES.txt
yolov5.egg-info/dependency_links.txt
yolov5.egg-info/entry_points.txt
yolov5.egg-info/requires.txt
yolov5.egg-info/top_level.txt
yolov5/classify/__init__.py
yolov5/classify/predict.py
yolov5/classify/train.py
yolov5/classify/val.py
yolov5/data/Argoverse.yaml
yolov5/data/GlobalWheat2020.yaml
yolov5/data/ImageNet.yaml
yolov5/data/Objects365.yaml
yolov5/data/SKU-110K.yaml
yolov5/data/VOC.yaml
yolov5/data/VisDrone.yaml
yolov5/data/coco.yaml
yolov5/data/coco128-seg.yaml
yolov5/data/coco128.yaml
yolov5/data/xView.yaml
yolov5/data/hyps/hyp.Objects365.yaml
yolov5/data/hyps/hyp.VOC.yaml
yolov5/data/hyps/hyp.no-augmentation.yaml
yolov5/data/hyps/hyp.scratch-high.yaml
yolov5/data/hyps/hyp.scratch-low.yaml
yolov5/data/hyps/hyp.scratch-med.yaml
yolov5/data/images/bus.jpg
yolov5/data/images/zidane.jpg
yolov5/data/scripts/download_weights.sh
yolov5/data/scripts/get_coco.sh
yolov5/data/scripts/get_coco128.sh
yolov5/data/scripts/get_imagenet.sh
yolov5/models/__init__.py
yolov5/models/common.py
yolov5/models/experimental.py
yolov5/models/tf.py
yolov5/models/yolo.py
yolov5/models/yolov5l.yaml
yolov5/models/yolov5m.yaml
yolov5/models/yolov5n.yaml
yolov5/models/yolov5s.yaml
yolov5/models/yolov5x.yaml
yolov5/models/hub/anchors.yaml
yolov5/models/hub/yolov3-spp.yaml
yolov5/models/hub/yolov3-tiny.yaml
yolov5/models/hub/yolov3.yaml
yolov5/models/hub/yolov5-bifpn.yaml
yolov5/models/hub/yolov5-fpn.yaml
yolov5/models/hub/yolov5-p2.yaml
yolov5/models/hub/yolov5-p34.yaml
yolov5/models/hub/yolov5-p6.yaml
yolov5/models/hub/yolov5-p7.yaml
yolov5/models/hub/yolov5-panet.yaml
yolov5/models/hub/yolov5l6.yaml
yolov5/models/hub/yolov5m6.yaml
yolov5/models/hub/yolov5n6.yaml
yolov5/models/hub/yolov5s-LeakyReLU.yaml
yolov5/models/hub/yolov5s-ghost.yaml
yolov5/models/hub/yolov5s-transformer.yaml
yolov5/models/hub/yolov5s6.yaml
yolov5/models/hub/yolov5x6.yaml
yolov5/models/segment/yolov5l-seg.yaml
yolov5/models/segment/yolov5m-seg.yaml
yolov5/models/segment/yolov5n-seg.yaml
yolov5/models/segment/yolov5s-seg.yaml
yolov5/models/segment/yolov5x-seg.yaml
yolov5/segment/__init__.py
yolov5/segment/predict.py
yolov5/segment/train.py
yolov5/segment/val.py
yolov5/utils/__init__.py
yolov5/utils/activations.py
yolov5/utils/augmentations.py
yolov5/utils/autoanchor.py
yolov5/utils/autobatch.py
yolov5/utils/aws.py
yolov5/utils/callbacks.py
yolov5/utils/dataloaders.py
yolov5/utils/downloads.py
yolov5/utils/general.py
yolov5/utils/loss.py
yolov5/utils/metrics.py
yolov5/utils/plots.py
yolov5/utils/roboflow.py
yolov5/utils/torch_utils.py
yolov5/utils/triton.py
yolov5/utils/loggers/__init__.py
yolov5/utils/loggers/clearml/__init__.py
yolov5/utils/loggers/clearml/clearml_utils.py
yolov5/utils/loggers/clearml/hpo.py
yolov5/utils/loggers/comet/__init__.py
yolov5/utils/loggers/comet/comet_utils.py
yolov5/utils/loggers/comet/hpo.py
yolov5/utils/loggers/neptune/__init__.py
yolov5/utils/loggers/neptune/neptune_utils.py
yolov5/utils/loggers/wandb/__init__.py
yolov5/utils/loggers/wandb/log_dataset.py
yolov5/utils/loggers/wandb/sweep.py
yolov5/utils/loggers/wandb/wandb_utils.py
yolov5/utils/segment/__init__.py
yolov5/utils/segment/augmentations.py
yolov5/utils/segment/dataloaders.py
yolov5/utils/segment/general.py
yolov5/utils/segment/loss.py
yolov5/utils/segment/metrics.py
yolov5/utils/segment/plots.py