KelSolaar commited on
Commit
7abcceb
1 Parent(s): 00a95aa

Update `README.rst` file.

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,9 +1,22 @@
1
  ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - object-detection
5
  datasets:
6
  - colour-science/colour-checker-detection-dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tags:
8
  - color
9
  - color-checker
@@ -26,14 +39,15 @@ tags:
26
  - models
27
  - segmentation
28
  - yolo
29
- pretty_name: Colour - Checker Detection - Models
 
30
  ---
31
 
32
  # Colour - Checker Detection - Models
33
 
34
  Various [YOLOv8](https://github.com/ultralytics/ultralytics) colour rendition charts detection models.
35
 
36
- The weights obtained by training YOLOv8 segmentation with the [colour-science/colour-checker-detection-model](https://huggingface.co/datasets/colour-science/colour-checker-detection-model) dataset are supporting colour rendition charts detection in the [Colour Checker Detection](https://github.com/colour-science/colour-checker-detection) Python package.
37
 
38
  ## Classes
39
 
 
1
  ---
 
 
 
2
  datasets:
3
  - colour-science/colour-checker-detection-dataset
4
+ license: cc-by-4.0
5
+ library_name: ultralytics
6
+ library_version: 8.0.232
7
+ model-index:
8
+ - name: colour-science/colour-checker-detection-models
9
+ results:
10
+ - task:
11
+ type: object-detection
12
+ dataset:
13
+ type: colour-science/colour-checker-detection-dataset
14
+ name: colour-science/colour-checker-detection-dataset
15
+ metrics:
16
+ - type: precision
17
+ value: 0.995
18
+ name: mAP@0.5
19
+ pretty_name: Colour - Checker Detection - Models
20
  tags:
21
  - color
22
  - color-checker
 
39
  - models
40
  - segmentation
41
  - yolo
42
+ task_categories:
43
+ - object-detection
44
  ---
45
 
46
  # Colour - Checker Detection - Models
47
 
48
  Various [YOLOv8](https://github.com/ultralytics/ultralytics) colour rendition charts detection models.
49
 
50
+ The models obtained by training YOLOv8 segmentation with the [colour-science/colour-checker-detection-model](https://huggingface.co/datasets/colour-science/colour-checker-detection-model) dataset are supporting colour rendition charts detection in the [Colour Checker Detection](https://github.com/colour-science/colour-checker-detection) Python package.
51
 
52
  ## Classes
53