Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ tags:
|
|
4 |
- yolo-segmentation
|
5 |
- onnx
|
6 |
- image-segmentation
|
|
|
|
|
|
|
|
|
7 |
library_name: onnxruntime
|
8 |
model-index:
|
9 |
- name: rayh/astro-seg
|
@@ -14,8 +18,18 @@ model-index:
|
|
14 |
name: Custom Dataset
|
15 |
type: object-detection
|
16 |
metrics:
|
17 |
-
-
|
|
|
18 |
value: TBD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# rayh/astro-seg
|
|
|
4 |
- yolo-segmentation
|
5 |
- onnx
|
6 |
- image-segmentation
|
7 |
+
- deep-learning
|
8 |
+
datasets:
|
9 |
+
- custom
|
10 |
+
- coco
|
11 |
library_name: onnxruntime
|
12 |
model-index:
|
13 |
- name: rayh/astro-seg
|
|
|
18 |
name: Custom Dataset
|
19 |
type: object-detection
|
20 |
metrics:
|
21 |
+
- name: Mean Average Precision
|
22 |
+
type: mean_average_precision
|
23 |
value: TBD
|
24 |
+
- name: Intersection over Union (IoU)
|
25 |
+
type: iou
|
26 |
+
value: TBD
|
27 |
+
fine-tuned-from: ultralytics/yolov8
|
28 |
+
inference:
|
29 |
+
parameters:
|
30 |
+
threshold: 0.5
|
31 |
+
iou_threshold: 0.5
|
32 |
+
format: onnx
|
33 |
---
|
34 |
|
35 |
# rayh/astro-seg
|