chengan98 commited on
Commit
f0390b2
Β·
verified Β·
1 Parent(s): 1321c75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -4,10 +4,9 @@ license: apache-2.0
4
 
5
  [πŸ“š Paper](TODO) - [πŸ€– GitHub](https://github.com/visurg-ai/surg-3m)
6
 
7
- We provide the models used in our data curation pipeline in [πŸ“š Surg-3M: A Dataset and Foundation Model for Perception in Surgical Settings](TODO) to assist with constructing the Surg-3M dataset, for more detail of the Surg-3M dataset and our
8
- SurgFM foundation model, please see our [πŸ€– GitHub](https://github.com/visurg-ai/surg-3m) .
9
-
10
- This repository includesvideo 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)
11
 
12
 
13
  <div align="center">
@@ -20,17 +19,17 @@ This repository includesvideo storyboard classification models, frame classifica
20
  <tr>
21
  <td>Video storyboard classification models</td>
22
  <td>ResNet-18</td>
23
- <td><a href="">Full ckpt</a></td>
24
  </tr>
25
  <tr>
26
  <td>Frame classification models</td>
27
  <td>ResNet-18</td>
28
- <td><a href="">Full ckpt</a></td>
29
  </tr>
30
  <tr>
31
  <td>Non-surgical object detection models</td>
32
  <td>Yolov8-Nano</td>
33
- <td><a href="">Full ckpt</a></td>
34
  </tr>
35
  </table>
36
  </div>
 
4
 
5
  [πŸ“š Paper](TODO) - [πŸ€– GitHub](https://github.com/visurg-ai/surg-3m)
6
 
7
+ We provide the models used in our data curation pipeline in [πŸ“š Surg-3M: A Dataset and Foundation Model for Perception in Surgical Settings](TODO) to assist with constructing the Surg-3M dataset (for more details about the Surg-3M dataset and our
8
+ SurgFM foundation model, please visit our github repository at [πŸ€– GitHub](https://github.com/visurg-ai/surg-3m)) .
9
+ This huggingface 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)
 
10
 
11
 
12
  <div align="center">
 
19
  <tr>
20
  <td>Video storyboard classification models</td>
21
  <td>ResNet-18</td>
22
+ <td><a href="https://huggingface.co/visurg/Surg3M_curation_models/tree/main/video_storyboard_classification">Full ckpt</a></td>
23
  </tr>
24
  <tr>
25
  <td>Frame classification models</td>
26
  <td>ResNet-18</td>
27
+ <td><a href="https://huggingface.co/visurg/Surg3M_curation_models/tree/main/frame_classification">Full ckpt</a></td>
28
  </tr>
29
  <tr>
30
  <td>Non-surgical object detection models</td>
31
  <td>Yolov8-Nano</td>
32
+ <td><a href="https://huggingface.co/visurg/Surg3M_curation_models/tree/main/nonsurgical_object_detection">Full ckpt</a></td>
33
  </tr>
34
  </table>
35
  </div>