Datasets:
Update `README.rst` file.
Browse files
README.md
CHANGED
@@ -1,30 +1,58 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
#
|
6 |
|
7 |
-
An image dataset of colour rendition charts
|
8 |
-
|
9 |
-
- Calibrite / X-Rite ColorCheckerClassic 24
|
10 |
|
11 |
This dataset is structured according to [Ultralytics YOLO format](https://docs.ultralytics.com/datasets/detect/#usage) and ready to use with [YOLOv8](https://github.com/ultralytics/ultralytics).
|
12 |
|
13 |
-
The
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Contact & Social
|
16 |
|
17 |
The *Colour Developers* can be reached via different means:
|
18 |
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
|
25 |
# About
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
tags:
|
6 |
+
- color
|
7 |
+
- color-checker
|
8 |
+
- color-checker-detection
|
9 |
+
- color-science
|
10 |
+
- color-space
|
11 |
+
- color-spaces
|
12 |
+
- colorspace
|
13 |
+
- colorspaces
|
14 |
+
- colour
|
15 |
+
- colour-checker
|
16 |
+
- colour-checker-detection
|
17 |
+
- colour-science
|
18 |
+
- colour-space
|
19 |
+
- colour-spaces
|
20 |
+
- colourspace
|
21 |
+
- colourspaces
|
22 |
+
- dataset
|
23 |
+
- image
|
24 |
+
- segmentation
|
25 |
+
- yolo
|
26 |
+
pretty_name: Colour - Checker Detection - Dataset
|
27 |
+
size_categories:
|
28 |
+
- n<1K
|
29 |
---
|
30 |
|
31 |
+
# Colour - Checker Detection - Dataset
|
32 |
|
33 |
+
An image dataset of colour rendition charts.
|
|
|
|
|
34 |
|
35 |
This dataset is structured according to [Ultralytics YOLO format](https://docs.ultralytics.com/datasets/detect/#usage) and ready to use with [YOLOv8](https://github.com/ultralytics/ultralytics).
|
36 |
|
37 |
+
The [colour-science/colour-checker-detection-models](https://huggingface.co/colour-science/colour-checker-detection-models) models resulting from the YOLOv8 segmentation training are supporting colour rendition charts detection in the [Colour Checker Detection](https://github.com/colour-science/colour-checker-detection) Python package.
|
38 |
+
|
39 |
+
## Classes
|
40 |
+
|
41 |
+
- **ColorCheckerClassic24**: Calibrite / X-Rite ColorCheckerClassic 24
|
42 |
|
43 |
# Contact & Social
|
44 |
|
45 |
The *Colour Developers* can be reached via different means:
|
46 |
|
47 |
+
- [Email](mailto:colour-developers@colour-science.org>)
|
48 |
+
- [Facebook](https://www.facebook.com/python.colour.science>)
|
49 |
+
- [Github Discussions](https://github.com/colour-science/colour-checker-detection/discussions>)
|
50 |
+
- [Gitter](https://gitter.im/colour-science/colour>)
|
51 |
+
- [Twitter](https://twitter.com/colour_science>)
|
52 |
|
53 |
# About
|
54 |
|
55 |
+
**Colour - Checker Detection - Dataset** by Colour Developers \
|
56 |
+
Copyright 2024 Colour Developers – [mailto:colour-developers@colour-science.org](colour-developers@colour-science.org) \
|
57 |
+
This software is released under terms of CC-BY-4.0: https://creativecommons.org/licenses/by/4.0/ \
|
58 |
+
[https://huggingface.co/datasets/colour-science/colour-checker-detection-dataset](https://huggingface.co/datasets/colour-science/colour-checker-detection-dataset)
|