File size: 4,135 Bytes
e5820ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
license: mit
task_categories:
- image-segmentation
tags:
- wood
- defect-detection
- quality-control
- manufacturing
- computer-vision
- semantic-segmentation
size_categories:
- 1K<n<10K
---

# Dataset Card for Oak Defect Detection

## Dataset Description

### Dataset Summary

The Oak Defect Detection dataset contains high-resolution line-scan imagery of green rough oak planks with pixel-level annotations for defect detection. The dataset is designed for semantic segmentation tasks to identify and classify defects in wood planks, including BlackRot, Knots, and Stains.

This dataset was collected using line-scan imaging systems and includes both color images and corresponding binary masks for each defect class. The data has been processed and validated to ensure image-mask alignment and quality.

### Supported Tasks and Leaderboards

- **Semantic Segmentation**: The primary task is pixel-level classification of defects in oak planks
- **Quality Control**: Can be used for automated quality assessment in wood processing
- **Defect Classification**: Multi-class segmentation with classes: Background, BlackRot, Knot, Stain

### Languages

N/A (Image dataset)

## Dataset Structure

### Data Instances

Each instance consists of:
- **Color Image**: High-resolution TIFF image (`*_Col.tif`) captured from line-scan system
- **Binary Masks**: Per-class binary masks (`*_Col_Bin_<ClassName>.tif`) for each defect type
- **Metadata**: Timestamp and position information encoded in filenames

### Data Fields

- **Images**: RGB TIFF format, variable resolution (typical line-scan dimensions)
- **Masks**: Binary TIFF format, same resolution as corresponding images
- **Class Labels**: 
  - Background (class 0)
  - BlackRot (class 1)
  - Knot (class 2)
  - Stain (class 3)

### Data Splits

The dataset includes train/validation/test splits stored in `split.json`. The splits are designed to ensure:
- Representative distribution of defect classes
- No data leakage between splits
- Sufficient samples for training and evaluation

## Dataset Creation

### Curation Rationale

This dataset was created to support automated defect detection in wood processing pipelines. The line-scan imagery captures high-resolution details necessary for identifying subtle defects that affect wood quality and value.

### Source Data

#### Initial Data Collection and Normalization

- **Data Collection**: Images captured using line-scan imaging systems
- **Annotation**: Binary masks created for each defect class
- **Normalization**: Defect class names were normalized (e.g., "Black_Rot" → "BlackRot") to ensure consistency
- **Filtering**: Rare classes below a threshold were filtered to reduce class imbalance

#### Who are the source language producers?

Industrial line-scan imaging systems in wood processing facilities.

### Annotations

#### Annotation process

Binary masks were created for each defect class, with each mask file corresponding to a specific defect type in a specific image.

#### Who are the annotators?

Annotations were created as part of the wood processing quality control workflow.

### Personal and Sensitive Information

No personal or sensitive information is present in this dataset.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset supports automated quality control in wood processing, which can:
- Improve efficiency in manufacturing
- Reduce waste through early defect detection
- Standardize quality assessment processes

### Discussion of Biases

- **Class Imbalance**: Some defect classes (e.g., Knot) may be more common than others (e.g., Stain)
- **Image Conditions**: All images captured under controlled line-scan conditions
- **Geographic Bias**: Dataset may reflect specific wood sources or processing conditions

### Other Known Limitations

- Limited to green rough oak planks
- Line-scan specific imaging conditions
- Some rare defect classes may have been filtered out during preprocessing

## Additional Information

### Dataset Curators

Created by nrodgers98 for oak defect detection research and applications.

### Licensing Information

MIT License