iulia-elisa commited on
Commit
3f2804e
1 Parent(s): e16fc0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -72
README.md CHANGED
@@ -24,9 +24,6 @@ Information about the XMM-OM can be found here:
24
  - [The ESA website](https://www.cosmos.esa.int/web/xmm-newton/technical-details-om)
25
  - [The article *The XMM-Newton optical/UV monitor telescope*](https://ui.adsabs.harvard.edu/abs/2001A%26A...365L..36M/abstract).
26
 
27
- ![The XAMI model combining a detector and segmentor, while freezing the detector model previously trained on the XAMI dataset.](https://github.com/ESA-Datalabs/XAMI-model/blob/main/example_images/xami_model.png)
28
-
29
-
30
  ## Cloning the repository
31
 
32
  ```bash
@@ -83,75 +80,6 @@ masks = detr_sam_pipeline.run_predict('./example_images/S0893811101_M.png', show
83
 
84
  For training the model, check the training [README.md](https://github.com/ESA-Datalabs/XAMI-model/blob/main/xami_model/train/README.md).
85
 
86
- ## Performance metrics
87
-
88
-
89
- <div align="center">
90
- <table style="width: 100%; border-collapse: collapse; text-align: center;">
91
- <thead>
92
- <tr>
93
- <th rowspan="2">Category</th>
94
- <th colspan="2">Precision</th>
95
- <th colspan="2">Recall</th>
96
- </tr>
97
- <tr>
98
- <th>YOLO-v8</th>
99
- <th>RT-DETR</th>
100
- <th>YOLO-v8</th>
101
- <th>RT-DETR</th>
102
- </tr>
103
- </thead>
104
- <tbody>
105
- <tr>
106
- <td><b>Overall</b></td>
107
- <td><b>84.3</b></td>
108
- <td><b>62.7</b></td>
109
- <td><b>72.1</b></td>
110
- <td><b>78.3</b></td>
111
- </tr>
112
- <tr>
113
- <td>Central-Ring</td>
114
- <td>89.3</td>
115
- <td>89.1</td>
116
- <td>94.0</td>
117
- <td>97.0</td>
118
- </tr>
119
- <tr>
120
- <td>Read-out-Streak</td>
121
- <td>71.1</td>
122
- <td>68.3</td>
123
- <td>73.3</td>
124
- <td>95.3</td>
125
- </tr>
126
- <tr>
127
- <td>Smoke-Ring</td>
128
- <td>80.6</td>
129
- <td>78.1</td>
130
- <td>85.6</td>
131
- <td>93.8</td>
132
- </tr>
133
- <tr>
134
- <td>Star-Loop</td>
135
- <td>80.5</td>
136
- <td>71.6</td>
137
- <td>74.1</td>
138
- <td>83.3</td>
139
- </tr>
140
- <tr>
141
- <td><i>Other</i></td>
142
- <td>100.0</td>
143
- <td>6.2</td>
144
- <td>33.3</td>
145
- <td>22.2</td>
146
- </tr>
147
- </tbody>
148
- </table>
149
- </div>
150
-
151
- <p align="center">
152
- <em>Table 1: Metrics per object detector used.</em>
153
- </p>
154
-
155
  ## © Licence
156
 
157
  This project is licensed under [MIT license](LICENSE).
 
24
  - [The ESA website](https://www.cosmos.esa.int/web/xmm-newton/technical-details-om)
25
  - [The article *The XMM-Newton optical/UV monitor telescope*](https://ui.adsabs.harvard.edu/abs/2001A%26A...365L..36M/abstract).
26
 
 
 
 
27
  ## Cloning the repository
28
 
29
  ```bash
 
80
 
81
  For training the model, check the training [README.md](https://github.com/ESA-Datalabs/XAMI-model/blob/main/xami_model/train/README.md).
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ## © Licence
84
 
85
  This project is licensed under [MIT license](LICENSE).