Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comments header #4184

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/Argoverse_HD.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Argoverse-HD dataset (ring-front-center camera) http://www.cs.cmu.edu/~mengtial/proj/streaming/
# YOLOv5 πŸš€ example usage: python train.py --data Argoverse_HD.yaml
# Example usage: python train.py --data Argoverse_HD.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/GlobalWheat2020.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Global Wheat 2020 dataset http://www.global-wheat.com/
# YOLOv5 πŸš€ example usage: python train.py --data GlobalWheat2020.yaml
# Example usage: python train.py --data GlobalWheat2020.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/Objects365.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Objects365 dataset https://www.objects365.org/
# YOLOv5 πŸš€ example usage: python train.py --data Objects365.yaml
# Example usage: python train.py --data Objects365.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/SKU-110K.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# SKU-110K retail items dataset https://github.com/eg4000/SKU110K_CVPR19
# YOLOv5 πŸš€ example usage: python train.py --data SKU-110K.yaml
# Example usage: python train.py --data SKU-110K.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/VOC.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC
# YOLOv5 πŸš€ example usage: python train.py --data VOC.yaml
# Example usage: python train.py --data VOC.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/VisDrone.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# VisDrone2019-DET dataset https://github.com/VisDrone/VisDrone-Dataset
# YOLOv5 πŸš€ example usage: python train.py --data VisDrone.yaml
# Example usage: python train.py --data VisDrone.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/coco.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# COCO 2017 dataset http://cocodataset.org
# YOLOv5 πŸš€ example usage: python train.py --data coco.yaml
# Example usage: python train.py --data coco.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/coco128.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017)
# YOLOv5 πŸš€ example usage: python train.py --data coco128.yaml
# Example usage: python train.py --data coco128.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/scripts/download_weights.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Download latest models from https://github.com/ultralytics/yolov5/releases
# YOLOv5 πŸš€ example usage: bash path/to/download_weights.sh
# Example usage: bash path/to/download_weights.sh
# parent
# └── yolov5
# β”œβ”€β”€ yolov5s.pt ← downloads here
Expand Down
4 changes: 2 additions & 2 deletions data/scripts/get_coco.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Download COCO 2017 dataset http://cocodataset.org
# YOLOv5 πŸš€ example usage: bash data/scripts/get_coco.sh
# Example usage: bash data/scripts/get_coco.sh
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/scripts/get_coco128.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# Download COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017)
# YOLOv5 πŸš€ example usage: bash data/scripts/get_coco128.sh
# Example usage: bash data/scripts/get_coco128.sh
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down
4 changes: 2 additions & 2 deletions data/xView.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# YOLOv5 πŸš€ by Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
# xView 2018 dataset https://challenge.xviewdataset.org
# -------- DOWNLOAD DATA MANUALLY from URL above and unzip to 'datasets/xView' before running train command! --------
# YOLOv5 πŸš€ example usage: python train.py --data xView.yaml
# Example usage: python train.py --data xView.yaml
# parent
# β”œβ”€β”€ yolov5
# └── datasets
Expand Down