LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
ultralytics_yolov5.egg-info/PKG-INFO
ultralytics_yolov5.egg-info/SOURCES.txt
ultralytics_yolov5.egg-info/dependency_links.txt
ultralytics_yolov5.egg-info/entry_points.txt
ultralytics_yolov5.egg-info/requires.txt
ultralytics_yolov5.egg-info/top_level.txt
yolov5/__init__.py
yolov5/__main__.py
yolov5/detect.py
yolov5/export.py
yolov5/hubconf.py
yolov5/train.py
yolov5/val.py
yolov5/version.py
yolov5/data/Argoverse.yaml
yolov5/data/GlobalWheat2020.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.yaml
yolov5/data/xView.yaml
yolov5/data/hyps/hyp.Objects365.yaml
yolov5/data/hyps/hyp.VOC.yaml
yolov5/data/hyps/hyp.scratch-high.yaml
yolov5/data/hyps/hyp.scratch-low.yaml
yolov5/data/hyps/hyp.scratch-med.yaml
yolov5/data/hyps/hyp.scratch-n0.yaml
yolov5/data/hyps/hyp.scratch-n1.yaml
yolov5/data/hyps/hyp.scratch-s0.yaml
yolov5/data/hyps/hyp.scratch-s1.yaml
yolov5/data/hyps/hyp.scratch-s2.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/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-ghost.yaml
yolov5/models/hub/yolov5s-transformer.yaml
yolov5/models/hub/yolov5s6.yaml
yolov5/models/hub/yolov5x6.yaml
yolov5/utils/__init__.py
yolov5/utils/activations.py
yolov5/utils/augmentations.py
yolov5/utils/autoanchor.py
yolov5/utils/autobatch.py
yolov5/utils/benchmarks.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/torch_utils.py
yolov5/utils/aws/__init__.py
yolov5/utils/aws/mime.sh
yolov5/utils/aws/resume.py
yolov5/utils/aws/userdata.sh
yolov5/utils/flask_rest_api/example_request.py
yolov5/utils/flask_rest_api/restapi.py
yolov5/utils/google_app_engine/app.yaml
yolov5/utils/loggers/__init__.py
yolov5/utils/loggers/wandb/__init__.py
yolov5/utils/loggers/wandb/log_dataset.py
yolov5/utils/loggers/wandb/sweep.py
yolov5/utils/loggers/wandb/sweep.yaml
yolov5/utils/loggers/wandb/wandb_utils.py