Gedeon Gbedonou
commited on
Commit
•
7efba48
1
Parent(s):
b64f472
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
3 |
---
|
4 |
+
|
5 |
+
Trucks Detection - v1
|
6 |
+
==============================
|
7 |
+
|
8 |
+
This dataset was exported via roboflow.com on September 11, 2023 at 8:38 AM GMT
|
9 |
+
|
10 |
+
Roboflow is an end-to-end computer vision platform that helps you
|
11 |
+
* collaborate with your team on computer vision projects
|
12 |
+
* collect & organize images
|
13 |
+
* understand and search unstructured image data
|
14 |
+
* annotate, and create datasets
|
15 |
+
* export, train, and deploy computer vision models
|
16 |
+
* use active learning to improve your dataset over time
|
17 |
+
|
18 |
+
The dataset includes 746 images.
|
19 |
+
Trucks are annotated in YOLOv8 format.
|
20 |
+
|
21 |
+
The following pre-processing was applied to each image:
|
22 |
+
* Auto-orientation of pixel data (with EXIF-orientation stripping)
|
23 |
+
* Resize to 640x640 (Stretch)
|
24 |
+
* Grayscale (CRT phosphor)
|
25 |
+
|
26 |
+
The following augmentation was applied to create 3 versions of each source image:
|
27 |
+
* Random Gaussian blur of between 0 and 1.5 pixels
|
28 |
+
* Salt and pepper noise was applied to 5 percent of pixels
|