iulia-elisa
commited on
Commit
•
32337b2
1
Parent(s):
f83e076
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- image-segmentation
|
4 |
-
task_ids:
|
5 |
-
- instance-segmentation
|
6 |
-
pretty_name: XAMI
|
7 |
tags:
|
|
|
8 |
- Vision Transformers
|
9 |
- CNN
|
10 |
license: mit
|
@@ -12,12 +8,27 @@ license: mit
|
|
12 |
|
13 |
# XAMI (XMM-Newton optical Artefact Mapping for astronomical Instance segmentation)
|
14 |
|
15 |
-
Check the [XAMI](https://github.com/ESA-Datalabs/XAMI)** repo for training.
|
16 |
|
17 |
## Model Links
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
+
- instance-segmentation
|
4 |
- Vision Transformers
|
5 |
- CNN
|
6 |
license: mit
|
|
|
8 |
|
9 |
# XAMI (XMM-Newton optical Artefact Mapping for astronomical Instance segmentation)
|
10 |
|
11 |
+
Check the **[XAMI](https://github.com/ESA-Datalabs/XAMI)** repo for training.
|
12 |
|
13 |
## Model Links
|
14 |
|
15 |
+
<p align="center">
|
16 |
+
<table border="1" cellspacing="0" cellpadding="5">
|
17 |
+
<tr>
|
18 |
+
<th>Model Name</th>
|
19 |
+
<th>Link</th>
|
20 |
+
</tr>
|
21 |
+
<tr>
|
22 |
+
<td>YOLOv8</td>
|
23 |
+
<td><a href="https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_weights/best.pt">yolov8_segm</a></td>
|
24 |
+
</tr>
|
25 |
+
<tr>
|
26 |
+
<td>MobileSAM</td>
|
27 |
+
<td><a href="https://huggingface.co/iulia-elisa/XAMI/blob/main/sam_weights/sam_0_best.pth">sam_vit</a></td>
|
28 |
+
</tr>
|
29 |
+
<tr>
|
30 |
+
<td>XAMI</td>
|
31 |
+
<td><a href="https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_sam_final.pth">xami_model</a></td>
|
32 |
+
</tr>
|
33 |
+
</table>
|
34 |
+
</p>
|