Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# rayh/astro-seg
|
2 |
|
3 |
## Model Information
|
@@ -15,3 +35,5 @@ This is a YOLO-based segmentation model exported to ONNX and uploaded for use wi
|
|
15 |

|
16 |

|
17 |

|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- yolo-segmentation
|
5 |
+
- onnx
|
6 |
+
- image-segmentation
|
7 |
+
library_name: onnxruntime
|
8 |
+
model-index:
|
9 |
+
- name: rayh/astro-seg
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: image-segmentation
|
13 |
+
dataset:
|
14 |
+
name: Custom Dataset
|
15 |
+
type: object-detection
|
16 |
+
metrics:
|
17 |
+
- type: mean_average_precision
|
18 |
+
value: TBD
|
19 |
+
---
|
20 |
+
|
21 |
# rayh/astro-seg
|
22 |
|
23 |
## Model Information
|
|
|
35 |

|
36 |

|
37 |

|
38 |
+
|
39 |
+
## Validation Files
|