Skip to content

Commit 70547fc

Browse files
committed
added new table files
1 parent 426e86c commit 70547fc

File tree

5 files changed

+346
-223
lines changed

5 files changed

+346
-223
lines changed

source/generated/table.html

Lines changed: 0 additions & 223 deletions
This file was deleted.

source/generated/tableFISH.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
<table id=FISH class="tablesorter">
3+
<thead>
4+
5+
<th style="padding: 10px"
6+
7+
data-toggle="tooltip" data-placement="top" title="The model name"
8+
9+
>
10+
Model<i class="fas fa-arrows-alt-v"></i>
11+
</th>
12+
13+
<th style="padding: 10px"
14+
15+
>
16+
Dataset<i class="fas fa-arrows-alt-v"></i>
17+
</th>
18+
19+
<th style="padding: 10px"
20+
21+
>
22+
RMSE (assembly)<i class="fas fa-arrows-alt-v"></i>
23+
</th>
24+
25+
<th style="padding: 10px"
26+
27+
>
28+
RMSE (detections)<i class="fas fa-arrows-alt-v"></i>
29+
</th>
30+
31+
<th style="padding: 10px"
32+
33+
>
34+
mAP<i class="fas fa-arrows-alt-v"></i>
35+
</th>
36+
37+
</thead>
38+
<tbody>
39+
40+
<tr>
41+
42+
<td style="padding: 10px"><a href="https://github.com/DeepLabCut/DeepLabCut" target="_blank">- DLCRNet_ms4 (30k)</a></td>
43+
44+
<td style="padding: 10px">FISH</td>
45+
46+
<td style="padding: 10px">7.15</td>
47+
48+
<td style="padding: 10px">4.918</td>
49+
50+
<td style="padding: 10px">0.75</td>
51+
52+
</tr>
53+
54+
<tr>
55+
56+
<td style="padding: 10px"><a href="https://github.com/DeepLabCut/DeepLabCut" target="_blank">- EfficientNet B7_s4 (30k)</a></td>
57+
58+
<td style="padding: 10px">FISH</td>
59+
60+
<td style="padding: 10px">6.85</td>
61+
62+
<td style="padding: 10px">4.463</td>
63+
64+
<td style="padding: 10px">0.75</td>
65+
66+
</tr>
67+
68+
<tr>
69+
70+
<td style="padding: 10px"><a href="https://github.com/DeepLabCut/DeepLabCut" target="_blank">- ResNet50_s4 (30k)</a></td>
71+
72+
<td style="padding: 10px">FISH</td>
73+
74+
<td style="padding: 10px">7.03</td>
75+
76+
<td style="padding: 10px">4.36</td>
77+
78+
<td style="padding: 10px">0.736</td>
79+
80+
</tr>
81+
82+
</tbody>
83+
</table>

0 commit comments

Comments
 (0)