Spaces:
Running
Running
File size: 859 Bytes
7638f47 5874805 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
title: YOLO图像分割应用
emoji: 🔍
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.12.0"
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# YOLO 图像分割应用
这是一个基于 YOLO 模型的图像分割应用,可以对上传的图片进行实例分割。
## 功能特点
- 支持多类别实例分割
- 可调节的置信度阈值
- 可调节的IOU阈值
- 可调节的掩码阈值
- 可调节的线条粗细
- 支持高分辨率掩码选项
## 使用方法
1. 上传一张图片
2. 调整参数(可选)
3. 点击"开始分割"按钮
4. 查看分割结果
每个检测到的类别都会单独显示,同时还会显示一个包含所有类别的完整结果。
## 技术栈
- Ultralytics YOLO
- Gradio
- OpenCV
- PyTorch
- NumPy |