Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
|
10 |
<div align="center">
|
11 |
<table style="margin-left: auto; margin-right: auto;">
|
@@ -30,4 +30,9 @@ We provide the models used in our data curation pipeline to assist with construc
|
|
30 |
<td><a href="">Full ckpt</a></td>
|
31 |
</tr>
|
32 |
</table>
|
|
|
|
|
|
|
|
|
|
|
33 |
</div>
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
[📚 Paper](TODO) - [🤖 GitHub](https://github.com/visurg-ai/surg-3m)
|
6 |
+
|
7 |
+
This repository provides the models used in our data curation pipeline in [📚 Paper](TODO) to assist with constructing the Surg-3M dataset, including video storyboard classification models, frame classification models, and non-surgical object detection models. The model loader file can be found at [model_loader.py](https://github.com/visurg-ai/surg-3m/blob/main/src/model_loader.py)
|
8 |
+
|
9 |
|
10 |
<div align="center">
|
11 |
<table style="margin-left: auto; margin-right: auto;">
|
|
|
30 |
<td><a href="">Full ckpt</a></td>
|
31 |
</tr>
|
32 |
</table>
|
33 |
+
</div>
|
34 |
+
|
35 |
+
The data curation pipeline is shown below:
|
36 |
+
<div align="center">
|
37 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/67d9504a41d31cc626fcecc8/yj2S0GMJm2C2AYwbr1p6G.png"> </img>
|
38 |
</div>
|