forked from ultralytics/yolov5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate line in setup.cfg (ultralytics#9380)
- Loading branch information
1 parent
a4ed988
commit 8480211
Showing
6 changed files
with
471 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license | ||
# COCO 2017 dataset http://cocodataset.org by Microsoft | ||
# Example usage: python train.py --data coco.yaml | ||
# parent | ||
# ├── yolov5 | ||
# └── datasets | ||
# └── coco ← downloads here (20.1 GB) | ||
|
||
|
||
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..] | ||
path: D:\detection\datasets\union2voc_multiClass\yolo_dataset # dataset root dir | ||
train: train.txt # train images (relative to 'path') 118287 images | ||
val: val.txt # val images (relative to 'path') 5000 images | ||
test: test.txt # 20288 of 40670 images, submit to https://competitions.codalab.org/competitions/20794 | ||
|
||
# Classes | ||
names: | ||
0: Car | ||
1: Bus | ||
2: Cyclist | ||
3: Pedestrian | ||
4: driverless_car | ||
5: Truck | ||
6: Tricyclist | ||
7: Trafficcone | ||
|
||
# Download script/URL (optional) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.