qc903113684 commited on
Commit
58f992b
·
verified ·
1 Parent(s): 8f88e80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ ---
4
+
5
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-22.png&w=640&q=75)
6
+
7
+ ## YOLOv8-Segmentation: Semantic Segmentation
8
+
9
+ YOLOv8-Segmentation is one of the latest versions of the YOLO series, focusing on object detection and instance segmentation tasks. It combines YOLOv8's efficient object detection capabilities with instance segmentation, allowing for precise object boundary localization and segmentation within images. Compared to previous YOLO versions, YOLOv8-Seg features architectural improvements that enhance accuracy and speed for segmentation tasks. The model incorporates advanced convolutional neural network designs, with deeper feature extraction networks and efficient inference mechanisms, making it highly effective in real-time segmentation tasks. YOLOv8-Seg is widely used in applications like autonomous driving, medical image analysis, and video surveillance, offering a powerful solution for instance segmentation.
10
+
11
+ ### Source model
12
+
13
+ - Input shape: 640x640
14
+ - Number of parameters: 11.27M
15
+ - Model size: 45.22M
16
+ - Output shape: 1x32x160x160, 1x116x8400
17
+
18
+ Source model repository: [YOLOv8-Seg](https://github.com/ultralytics/ultralytics)
19
+
20
+ ## Performance Reference
21
+
22
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
23
+
24
+ ## Inference & Model Conversion
25
+
26
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
27
+
28
+ ## License
29
+
30
+ - Source Model: [AGPL-3.0](https://github.com/ultralytics/ultralytics/blob/main/LICENSE)
31
+
32
+ - Deployable Model: [AGPL-3.0](https://github.com/ultralytics/ultralytics/blob/main/LICENSE)