iulia-elisa commited on
Commit
5eb43d0
1 Parent(s): 32337b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -10,25 +10,10 @@ license: mit
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>
 
10
 
11
  Check the **[XAMI](https://github.com/ESA-Datalabs/XAMI)** repo for training.
12
 
13
+ ## Model Checkpoints
14
 
15
+ | Model Name | Link |
16
+ |---|---|
17
+ | YOLOv8 |[yolov8_segm](https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_weights/best.pt) |
18
+ | MobileSAM |[sam_vit](https://huggingface.co/iulia-elisa/XAMI/blob/main/sam_weights/sam_0_best.pth) |
19
+ | XAMI |[xami_model](https://huggingface.co/iulia-elisa/XAMI/blob/main/yolo_sam_final.pth) |