Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,6 @@ dataset_info:
|
|
| 22 |
|
| 23 |
Kodytek P, Bodzas A and Bilik P. A large-scale image dataset of wood surface defects for automated vision-based quality control processes [version 2; peer review: 2 approved]. F1000Research 2022, 10:581 (https://doi.org/10.12688/f1000research.52903.2)
|
| 24 |
|
| 25 |
-
TODO: loader, preview, semantic maps
|
| 26 |
-
|
| 27 |
Bounding boxes only, semantic maps
|
| 28 |
|
| 29 |
All images are 2800 x 1024 pixels (width x height)
|
|
@@ -37,4 +35,6 @@ PIL.Image.Image.save(
|
|
| 37 |
)
|
| 38 |
```
|
| 39 |
|
| 40 |
-
Bounding boxes converted to YOLO format.
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
Kodytek P, Bodzas A and Bilik P. A large-scale image dataset of wood surface defects for automated vision-based quality control processes [version 2; peer review: 2 approved]. F1000Research 2022, 10:581 (https://doi.org/10.12688/f1000research.52903.2)
|
| 24 |
|
|
|
|
|
|
|
| 25 |
Bounding boxes only, semantic maps
|
| 26 |
|
| 27 |
All images are 2800 x 1024 pixels (width x height)
|
|
|
|
| 35 |
)
|
| 36 |
```
|
| 37 |
|
| 38 |
+
Bounding boxes converted to YOLO format.
|
| 39 |
+
|
| 40 |
+
TODO: loader script, preview, semantic maps
|