danushkv commited on
Commit
ea9c410
·
verified ·
1 Parent(s): b1a049a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+
7
+ # Dataset Card for Dataset Name
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ This dataset consists of six real surgical tools used in cholecystectomy dataset. The folders consists of RGB cut outs of surgical tools along with their semantic masks.
12
+
13
+ ## Dataset Details
14
+
15
+ ### Dataset Description
16
+
17
+ <!-- Provide a longer summary of what this dataset is. -->
18
+ This datset was curated from the CholecInstanceSeg dataset. Please refer to the publication for more information.
19
+
20
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
21
+
22
+ **BibTeX:**
23
+
24
+ [More Information Needed]
25
+
26
+ @article{alabi2025cholecinstanceseg,
27
+ title = {CholecInstanceSeg: A Tool Instance Segmentation Dataset for Laparoscopic Surgery},
28
+ author = {Alabi, Oluwatosin and Toe, Ko Ko Zayar and Zhou, Zijian and Budd, Charlie and Raison, Nicholas and Shi, Miaojing and Vercauteren, Tom},
29
+ journal = {Scientific Data},
30
+ volume = {12},
31
+ number = {1},
32
+ pages = {825},
33
+ year = {2025},
34
+ publisher = {Nature Publishing Group UK London},
35
+ doi = {10.1038/s41597-025-05163-w}
36
+ }