Image Segmentation
ultralytics
TensorBoard
PyTorch
v8
ultralyticsplus
yolov8
yolo
vision
Eval Results (legacy)
Instructions to use fcakyon/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use fcakyon/test-model with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("fcakyon/test-model") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| {"input_size": 640, "task": "instance-segmentation", "ultralyticsplus_version": "0.0.8", "ultralytics_version": "8.0.6", "model_type": "v8", "score_map50": 0.63311, "score_map50_mask": 0.60214} |