iulia-elisa commited on
Commit
f83e076
1 Parent(s): f0d34a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
11
+ ---
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
+ | Model Name |Link |
20
+ |-----------------|------------------------------------------------------------------------------------------|
21
+ | YOLOv8 |[yolov8_segm](https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_weights/best.pt) |
22
+ | MobileSAM |[sam_vit](https://huggingface.co/iulia-elisa/XAMI/blob/main/sam_weights/sam_0_best.pth) |
23
+ | XAMI |[xami_model](https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_sam_final.pth) |