darthraider commited on
Commit
2b73714
·
verified ·
1 Parent(s): f0f0742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -17
README.md CHANGED
@@ -1,18 +1,3 @@
1
- This is a collection of ripe and unripe fruits (mangoes and bananas) in outside lighting and outside conditions.
2
- - Train - 80% (4k images)
3
- - Test - 20% (1k images)
4
-
5
- Dimensions of image : 640 x 480
6
-
7
- The dataset has been collected from Mendeley data: https://data.mendeley.com/datasets/y3649cmgg6/3 (Mango and Banana Dataset (Ripe Unripe) : Indian RGB image datasets for YOLO object detection)
8
-
9
- Initially the data was for training YOLO models.
10
- I have reorganized the data for training using datasets library in python for deep neural networks and transformers.
11
-
12
-
13
-
14
-
15
-
16
  ---
17
  dataset_info:
18
  features:
@@ -49,5 +34,35 @@ language:
49
  - en
50
  tags:
51
  - biology
52
- pretty_name: darth_raider
53
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
 
34
  - en
35
  tags:
36
  - biology
37
+ pretty_name: fruit_ripeness_img
38
+ ---
39
+ # Dataset Card for Dataset Name
40
+
41
+ <!-- Provide a quick summary of the dataset. -->
42
+
43
+ This is a collection of ripe and unripe fruits (mangoes and bananas) in outside lighting and outside conditions.
44
+ - Train - 80% (4k images)
45
+ - Test - 20% (1k images)
46
+
47
+ Dimensions of image : 640 x 480
48
+
49
+ The dataset has been collected from Mendeley data: https://data.mendeley.com/datasets/y3649cmgg6/3 (Mango and Banana Dataset (Ripe Unripe) : Indian RGB image datasets for YOLO object detection)
50
+
51
+ Initially the data was for training YOLO models.
52
+ I have reorganized the data for training using datasets library in python for deep neural networks and transformers.
53
+
54
+
55
+
56
+ ## Dataset Details
57
+
58
+ ## Uses
59
+
60
+ This dataset is intended for image classification purpose.
61
+
62
+ ## Dataset Card Authors [optional]
63
+
64
+ Subhajit Chatterjee
65
+
66
+ ## Dataset Card Contact
67
+
68