Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,20 @@ license: apache-2.0
|
|
9 |
|
10 |
We provide the models used in our data curation pipeline in [📚 Surg-3M: A Dataset and Foundation Model for Perception in Surgical Settings](https://arxiv.org/abs/2503.19740) to assist with constructing the Surg-3M dataset (for more details about the Surg-3M dataset and our
|
11 |
SurgFM foundation model, please visit our github repository at [🤖 GitHub](https://github.com/visurg-ai/surg-3m)) .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
This Hugging Face repository includes 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://huggingface.co/visurg/Surg3M_curation_models/blob/main/model_loader.py)
|
13 |
|
14 |
|
|
|
9 |
|
10 |
We provide the models used in our data curation pipeline in [📚 Surg-3M: A Dataset and Foundation Model for Perception in Surgical Settings](https://arxiv.org/abs/2503.19740) to assist with constructing the Surg-3M dataset (for more details about the Surg-3M dataset and our
|
11 |
SurgFM foundation model, please visit our github repository at [🤖 GitHub](https://github.com/visurg-ai/surg-3m)) .
|
12 |
+
|
13 |
+
|
14 |
+
If you use our dataset, model, or code in your research, please cite our paper:
|
15 |
+
|
16 |
+
```
|
17 |
+
@inproceedings{Che2025,
|
18 |
+
author = {Chengan Che and Chao Wang and Tom Vercauteren and Sophia Tsoka and Luis C. Garcia-Peraza-Herrera},
|
19 |
+
month = {3},
|
20 |
+
journal = {arXiv preprint arXiv:2503.19740},
|
21 |
+
title = {Surg-3M: A Dataset and Foundation Model for Perception in Surgical Settings},
|
22 |
+
year = {2025}
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
This Hugging Face repository includes 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://huggingface.co/visurg/Surg3M_curation_models/blob/main/model_loader.py)
|
27 |
|
28 |
|