Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,10 @@ dataset/
|
|
50 |
└── data.yaml # YAML config file
|
51 |
```
|
52 |
In images/train threre are 13483 images which contain people, and also 1000 images which contain no people which are called backgrounds (they help avoid False Positives).
|
53 |
-
In images/val there are 2215
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
## Training Example:
|
|
|
50 |
└── data.yaml # YAML config file
|
51 |
```
|
52 |
In images/train threre are 13483 images which contain people, and also 1000 images which contain no people which are called backgrounds (they help avoid False Positives).
|
53 |
+
In images/val there are 2215 images which contain people
|
54 |
+
|
55 |
+
In labels/train there are 13482 txt files which contain object detection information in the ultralytics yolo format. The 1000 background images have txt files (they don't need it)
|
56 |
+
In labels/val there are 2215 txt files
|
57 |
|
58 |
|
59 |
## Training Example:
|