Upload 2 files
Browse files- README.roboflow.txt +29 -0
- data.yaml +13 -0
README.roboflow.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Karting - v5 2024-11-20 1:48pm
|
3 |
+
==============================
|
4 |
+
|
5 |
+
This dataset was exported via roboflow.com on November 20, 2024 at 2:12 PM GMT
|
6 |
+
|
7 |
+
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
+
* collaborate with your team on computer vision projects
|
9 |
+
* collect & organize images
|
10 |
+
* understand and search unstructured image data
|
11 |
+
* annotate, and create datasets
|
12 |
+
* export, train, and deploy computer vision models
|
13 |
+
* use active learning to improve your dataset over time
|
14 |
+
|
15 |
+
For state of the art Computer Vision training notebooks you can use with this dataset,
|
16 |
+
visit https://github.com/roboflow/notebooks
|
17 |
+
|
18 |
+
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
+
|
20 |
+
The dataset includes 1076 images.
|
21 |
+
Karts are annotated in YOLOv11 format.
|
22 |
+
|
23 |
+
The following pre-processing was applied to each image:
|
24 |
+
* Resize to 1024x548 (Stretch)
|
25 |
+
|
26 |
+
The following augmentation was applied to create 2 versions of each source image:
|
27 |
+
* 50% probability of horizontal flip
|
28 |
+
|
29 |
+
|
data.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
train: ../train/images
|
2 |
+
val: ../valid/images
|
3 |
+
test: ../test/images
|
4 |
+
|
5 |
+
nc: 1
|
6 |
+
names: ['karts']
|
7 |
+
|
8 |
+
roboflow:
|
9 |
+
workspace: cavit
|
10 |
+
project: karting
|
11 |
+
version: 5
|
12 |
+
license: Private
|
13 |
+
url: https://app.roboflow.com/cavit/karting/5
|