SOURCES.txt 2.01 KB
LICENSE
MANIFEST.in
README.md
setup.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/entry_points.txt
yolov5.egg-info/requires.txt
yolov5.egg-info/top_level.txt
yolov5/data/GlobalWheat2020.yaml
yolov5/data/VisDrone.yaml
yolov5/data/argoverse_hd.yaml
yolov5/data/coco.yaml
yolov5/data/coco128.yaml
yolov5/data/hyp.finetune.yaml
yolov5/data/hyp.finetune_objects365.yaml
yolov5/data/hyp.scratch.yaml
yolov5/data/objects365.yaml
yolov5/data/visdrone.yaml
yolov5/data/voc.yaml
yolov5/data/images/bus.jpg
yolov5/data/images/zidane.jpg
yolov5/data/scripts/get_argoverse_hd.sh
yolov5/data/scripts/get_coco.sh
yolov5/data/scripts/get_coco128.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/models/yolov5l.yaml
yolov5/models/yolov5m.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-fpn.yaml
yolov5/models/hub/yolov5-p2.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/yolov5s-transformer.yaml
yolov5/models/hub/yolov5s6.yaml
yolov5/models/hub/yolov5x6.yaml
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
yolov5/utils/aws/__init__.py
yolov5/utils/aws/resume.py
yolov5/utils/neptuneai_logging/__init__.py
yolov5/utils/neptuneai_logging/neptuneai_utils.py
yolov5/utils/wandb_logging/__init__.py
yolov5/utils/wandb_logging/log_dataset.py
yolov5/utils/wandb_logging/wandb_utils.py