Showing
60 changed files
with
3225 additions
and
0 deletions
YOLOv5/.dockerignore
0 → 100644
YOLOv5/.gitattributes
0 → 100644
YOLOv5/.gitignore
0 → 100644
YOLOv5/Dockerfile
0 → 100644
YOLOv5/LICENSE
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/README.md
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/__init__.py
0 → 100644
File mode changed
YOLOv5/detect.py
0 → 100644
YOLOv5/hubconf.py
0 → 100644
YOLOv5/models/__init__.py
0 → 100644
File mode changed
YOLOv5/models/common.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/models/experimental.py
0 → 100644
YOLOv5/models/export.py
0 → 100644
YOLOv5/models/hub/anchors.yaml
0 → 100644
YOLOv5/models/hub/yolov3-spp.yaml
0 → 100644
YOLOv5/models/hub/yolov3-tiny.yaml
0 → 100644
YOLOv5/models/hub/yolov3.yaml
0 → 100644
YOLOv5/models/hub/yolov5-fpn.yaml
0 → 100644
YOLOv5/models/hub/yolov5-p2.yaml
0 → 100644
YOLOv5/models/hub/yolov5-p6.yaml
0 → 100644
YOLOv5/models/hub/yolov5-p7.yaml
0 → 100644
YOLOv5/models/hub/yolov5-panet.yaml
0 → 100644
YOLOv5/models/hub/yolov5l6.yaml
0 → 100644
YOLOv5/models/hub/yolov5m6.yaml
0 → 100644
YOLOv5/models/hub/yolov5s-transformer.yaml
0 → 100644
YOLOv5/models/hub/yolov5s6.yaml
0 → 100644
YOLOv5/models/hub/yolov5x6.yaml
0 → 100644
YOLOv5/models/yolo.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/models/yolov5l.yaml
0 → 100644
YOLOv5/models/yolov5m.yaml
0 → 100644
YOLOv5/models/yolov5s.yaml
0 → 100644
YOLOv5/models/yolov5x.yaml
0 → 100644
YOLOv5/requirements.txt
0 → 100644
YOLOv5/test.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/train.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/tutorial.ipynb
0 → 100644
This diff could not be displayed because it is too large.
YOLOv5/utils/__init__.py
0 → 100644
File mode changed
YOLOv5/utils/activations.py
0 → 100644
YOLOv5/utils/autoanchor.py
0 → 100644
YOLOv5/utils/aws/__init__.py
0 → 100644
File mode changed
YOLOv5/utils/aws/mime.sh
0 → 100644
YOLOv5/utils/aws/resume.py
0 → 100644
YOLOv5/utils/aws/userdata.sh
0 → 100644
YOLOv5/utils/datasets.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/utils/flask_rest_api/README.md
0 → 100644
YOLOv5/utils/flask_rest_api/restapi.py
0 → 100644
YOLOv5/utils/general.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/utils/google_app_engine/Dockerfile
0 → 100644
YOLOv5/utils/google_app_engine/app.yaml
0 → 100644
YOLOv5/utils/google_utils.py
0 → 100644
YOLOv5/utils/loss.py
0 → 100644
YOLOv5/utils/metrics.py
0 → 100644
YOLOv5/utils/plots.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/utils/torch_utils.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/utils/wandb_logging/__init__.py
0 → 100644
File mode changed
YOLOv5/utils/wandb_logging/log_dataset.py
0 → 100644
YOLOv5/utils/wandb_logging/wandb_utils.py
0 → 100644
This diff is collapsed. Click to expand it.
YOLOv5/weights/download_weights.sh
0 → 100644
-
Please register or login to post a comment