ChristopherMarais commited on
Commit
1b29443
·
verified ·
1 Parent(s): 74aa591

Update README.md

Browse files

update model card

Files changed (1) hide show
  1. README.md +97 -3
README.md CHANGED
@@ -1,3 +1,97 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - name: Bark Beetle Grouped Images
4
+ license: "cc-by-sa-4.0"
5
+ tags:
6
+ - computer vision
7
+ - entomology
8
+ - macro photography
9
+ - deep learning
10
+ - forestry
11
+ ---
12
+
13
+ # Bark Beetle Grouped Images for AI Classification
14
+
15
+ ## Dataset Summary
16
+
17
+ This dataset comprises high-resolution photographs of bark and ambrosia beetles captured under controlled laboratory conditions. Each image contains multiple beetle specimens arranged on a uniform white background while submerged in 70% ethanol. This approach speeds up data collection and ensures reproducible imaging conditions. Individual beetle images can later be extracted from these grouped photographs for further analysis.
18
+
19
+ ## Dataset Details
20
+
21
+ - **Image Type:** Grouped macro photography images.
22
+ - **Resolution:** 3456 x 5184 pixels, 72 dpi, 24-bit color.
23
+ - **Equipment:** Captured using a Canon EOS REBEL with a 60mm lens and ring flash.
24
+ - **Capture Conditions:**
25
+ - Beetles are arranged in a petri dish on a white ceramic tile.
26
+ - Specimens are fully submerged in 70% ethanol.
27
+ - Standardized lighting and fixed camera setup minimize shadows.
28
+ - **Total Images:** 2,290 images.
29
+ - **Average Beetles per Image:** Approximately 12.9 (varies by species).
30
+
31
+ ## What Are Grouped Images?
32
+
33
+ In this dataset, each photograph is taken to include several beetle specimens simultaneously. These grouped images are designed to maximize throughput during image acquisition while maintaining consistency in background, lighting, and camera setup. Later, individual beetle images can be segmented from these grouped photographs using provided scripts or custom preprocessing methods.
34
+
35
+ ## Species Included
36
+
37
+ The dataset includes images for the following 12 bark beetle species:
38
+
39
+ - *Coccotrypes dactyliperda*
40
+ - *Hylesinus varius*
41
+ - *Monarthrum fasciatum*
42
+ - *Phloeosinus dentatus*
43
+ - *Pityophthorus juglandis*
44
+ - *Platypus cylindrus*
45
+ - *Pycnarthrum hispidium*
46
+ - *Scolytodes glaber*
47
+ - *Xyleborinus saxesenii*
48
+ - *Xyleborus affinis*
49
+ - *Xylosandrus compactus*
50
+ - *Xylosandrus crassiusculus*
51
+
52
+ ## Data Generation Process
53
+
54
+ 1. **Specimen Preparation:**
55
+ - Pre-classified beetle specimens were stored in 70% ethanol at -80°C.
56
+ - Each species was processed separately to ensure accurate digital labeling.
57
+
58
+ 2. **Photography Setup:**
59
+ - Beetles were arranged in a petri dish, ensuring minimal overlap and clear separation (a small ball bearing served as a reference).
60
+ - The camera was mounted approximately 11 cm above a ceramic tile, with manual focus and controlled settings (ISO 160, shutter speed 1/50, f-stop 5.6).
61
+ - A ring flash provided uniform illumination and minimized shadows.
62
+
63
+ 3. **Image Acquisition:**
64
+ - Ten images were captured per batch with slight repositioning between shots to obtain varied angles.
65
+ - Each photograph captures several beetle specimens at once, facilitating efficient data collection.
66
+
67
+ 4. **Data Handling:**
68
+ - Only the grouped images are included in this dataset.
69
+ - Users can further process these images to extract individual beetle specimens if desired.
70
+
71
+ ## Intended Use
72
+
73
+ This dataset is ideal for:
74
+ - Training and evaluating deep learning models for insect classification.
75
+ - Developing automated identification tools for forest health management.
76
+ - Conducting ecological and biosecurity research involving bark beetle species.
77
+
78
+ ## Caveats and Limitations
79
+
80
+ - **Grouped Images Only:** The dataset provides images containing multiple beetle specimens per shot. Users may need to apply segmentation techniques to extract individual images.
81
+ - **Controlled Conditions:** Images were captured under laboratory conditions, which may differ from field environments.
82
+ - **Species Coverage:** Only 12 specific species are represented; additional species will be necessary for broader generalization.
83
+
84
+ ## Citation
85
+
86
+ If you use this dataset in your research, please cite:
87
+
88
+ > Marais, G. C., Stratton, I. C., Johnson, A. J., & Hulcr, J. (Year). *Progress in Developing a Bark Beetle Identification Tool*. University of Florida, Gainesville, FL, USA.
89
+
90
+ Also, acknowledge the photography protocol:
91
+
92
+ > Stratton, I. C., Johnson, A. J., Marais, C., & Hulcr, J. (Year). *Bark and Ambrosia Beetle Macro Photography for an AI Training Dataset*. University of Florida, UF Forest Entomology Lab.
93
+
94
+ ## License
95
+
96
+ This dataset is made available under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.
97
+