ultralytics
TensorBoard
color
color-checker
color-checker-detection
color-science
color-space
color-spaces
colorspace
colorspaces
colour
colour-checker
colour-checker-detection
colour-science
colour-space
colour-spaces
colourspace
colourspaces
image
model
models
segmentation
yolo
Eval Results (legacy)
Instructions to use colour-science/colour-checker-detection-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use colour-science/colour-checker-detection-models with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("colour-science/colour-checker-detection-models") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Fix `mAP50-95` metric value.
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ The models obtained by training YOLOv8 segmentation with the [colour-science/col
|
|
| 57 |
|
| 58 |
| **Name** | **Size** | **mAP50** | **mAP50-95** |
|
| 59 |
|-----------------------------------|----------|-----------|--------------|
|
| 60 |
-
| colour-checker-detection-l-seg.pt | 92.6 MB | 0.995 | 0.
|
| 61 |
|
| 62 |
# Contact & Social
|
| 63 |
|
|
|
|
| 57 |
|
| 58 |
| **Name** | **Size** | **mAP50** | **mAP50-95** |
|
| 59 |
|-----------------------------------|----------|-----------|--------------|
|
| 60 |
+
| colour-checker-detection-l-seg.pt | 92.6 MB | 0.995 | 0.992 |
|
| 61 |
|
| 62 |
# Contact & Social
|
| 63 |
|