XintongHe commited on
Commit
dc6a76d
1 Parent(s): 08c0257

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -39,8 +39,26 @@ This dataset consists of around 11,000 unique images of hardwood leaf stomata co
39
  ## Dataset Structure
40
 
41
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
- [More Information Needed]
44
 
45
  ## Dataset Creation
46
 
 
39
  ## Dataset Structure
40
 
41
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
42
+ {'image_id': 'STMHD0001',
43
+ 'species': 'Nuttall oak',
44
+ 'scientific_name': 'Quercus texana Buckley',
45
+ 'image_path': '/root/.cache/huggingface/datasets/downloads/extracted/616a7f76e7e5c0daaf5a0657528c880ae77ffe145914387fa488a87bdbde1b65/Labeled Stomatal Images/STMHD0001.jpg',
46
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1024x768>,
47
+ 'magnification': 100,
48
+ 'width': 1024,
49
+ 'height': 768,
50
+ 'resolution': 118,
51
+ 'annotations': {'category_id': [1,0,0,1,......,1,0,0
52
+ ‘bounding_box': [{'x_min': 247.07020568847656,
53
+ 'y_min': 0.37324801087379456,
54
+ 'x_max': 269.6934509277344,
55
+ 'y_max': 21.808128356933594},
56
+ ……
57
+ {'x_min': 896.88525390625,
58
+ 'y_min': 759.3331298828125,
59
+ 'x_max': 964.3740234375,
60
+ 'y_max': 767.4677734375}]}}
61
 
 
62
 
63
  ## Dataset Creation
64