rayh commited on
Commit
0f3d9ca
·
verified ·
1 Parent(s): 36148e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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
- - type: mean_average_precision
 
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