chengan98 commited on
Commit
842298a
·
verified ·
1 Parent(s): 00ab053

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- We provide the models used in our data curation pipeline 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)
5
- <div align="center">
6
- <img src="https://cdn-uploads.huggingface.co/production/uploads/67d9504a41d31cc626fcecc8/yj2S0GMJm2C2AYwbr1p6G.png"> </img>
7
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67d9504a41d31cc626fcecc8/yj2S0GMJm2C2AYwbr1p6G.png)
8
- </div>
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>