Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
WeedCrop Image Dataset
|
2 |
+
Data Description
|
3 |
+
|
4 |
+
It includes 2822 images.
|
5 |
+
Images are annotated in YOLO v5 PyTorch format.
|
6 |
+
|
7 |
+
-Train directory contains 2469 images and respective labels in yolov5 Pytorch format.
|
8 |
+
-Validation directory contains 235 images and respective labels in yolov5 Pytorch format.
|
9 |
+
-Test directory contains 118 images and respective labels in yolov5 Pytorch format.
|
10 |
+
|
11 |
+
Reference-
|
12 |
+
https://www.kaggle.com/datasets/vinayakshanawad/weedcrop-image-dataset
|