Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
fallcat commited on
Commit
eee0058
·
verified ·
1 Parent(s): e0d05ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -56,3 +56,55 @@ Videos in the training set:
56
 
57
  Videos in the test set:
58
  'cholec80_video66', 'cholec80_video56', 'cholec80_video17', 'cholec80_video55', 'M2CCAI2016_video113', 'cholec80_video06', 'cholec80_video02', 'cholec80_video78', 'cholec80_video01', 'cholec80_video40', 'cholec80_video04', 'cholec80_video11', 'M2CCAI2016_video116', 'M2CCAI2016_video95', 'cholec80_video33', 'cholec80_video57', 'cholec80_video03', 'cholec80_video28', 'cholec80_video31', 'cholec80_video52', 'cholec80_video24', 'M2CCAI2016_video107', 'cholec80_video63', 'M2CCAI2016_video97', 'cholec80_video36', 'cholec80_video58'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  Videos in the test set:
58
  'cholec80_video66', 'cholec80_video56', 'cholec80_video17', 'cholec80_video55', 'M2CCAI2016_video113', 'cholec80_video06', 'cholec80_video02', 'cholec80_video78', 'cholec80_video01', 'cholec80_video40', 'cholec80_video04', 'cholec80_video11', 'M2CCAI2016_video116', 'M2CCAI2016_video95', 'cholec80_video33', 'cholec80_video57', 'cholec80_video03', 'cholec80_video28', 'cholec80_video31', 'cholec80_video52', 'cholec80_video24', 'M2CCAI2016_video107', 'cholec80_video63', 'M2CCAI2016_video97', 'cholec80_video36', 'cholec80_video58'
59
+
60
+ # Ciations
61
+ For the combined gonogo and organs labels, please cite FIX:
62
+ ```
63
+ @misc{jin2024fix,
64
+ title={The FIX Benchmark: Extracting Features Interpretable to eXperts},
65
+ author={Helen Jin and Shreya Havaldar and Chaehyeon Kim and Anton Xue and Weiqiu You and Helen Qu and Marco Gatti and Daniel A Hashimoto and Bhuvnesh Jain and Amin Madani and Masao Sako and Lyle Ungar and Eric Wong},
66
+ year={2024},
67
+ eprint={2409.13684},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.LG}
70
+ }
71
+ ```
72
+
73
+ Please also cite the original datasets:
74
+
75
+ Cholec80
76
+ ```
77
+ @misc{twinanda2016endonetdeeparchitecturerecognition,
78
+ title={EndoNet: A Deep Architecture for Recognition Tasks on Laparoscopic Videos},
79
+ author={Andru P. Twinanda and Sherif Shehata and Didier Mutter and Jacques Marescaux and Michel de Mathelin and Nicolas Padoy},
80
+ year={2016},
81
+ eprint={1602.03012},
82
+ archivePrefix={arXiv},
83
+ primaryClass={cs.CV},
84
+ url={https://arxiv.org/abs/1602.03012},
85
+ }
86
+ ```
87
+
88
+ M2CAI2016
89
+ ```
90
+ @misc{twinanda2016endonetdeeparchitecturerecognition,
91
+ title={EndoNet: A Deep Architecture for Recognition Tasks on Laparoscopic Videos},
92
+ author={Andru P. Twinanda and Sherif Shehata and Didier Mutter and Jacques Marescaux and Michel de Mathelin and Nicolas Padoy},
93
+ year={2016},
94
+ eprint={1602.03012},
95
+ archivePrefix={arXiv},
96
+ primaryClass={cs.CV},
97
+ url={https://arxiv.org/abs/1602.03012},
98
+ }
99
+ ```
100
+ ```
101
+ @misc{stauder2017tumlapcholedatasetm2cai,
102
+ title={The TUM LapChole dataset for the M2CAI 2016 workflow challenge},
103
+ author={Ralf Stauder and Daniel Ostler and Michael Kranzfelder and Sebastian Koller and Hubertus Feußner and Nassir Navab},
104
+ year={2017},
105
+ eprint={1610.09278},
106
+ archivePrefix={arXiv},
107
+ primaryClass={cs.CV},
108
+ url={https://arxiv.org/abs/1610.09278},
109
+ }
110
+ ```