minwoosun commited on
Commit
7df916d
·
verified ·
1 Parent(s): bd17906

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -12,4 +12,13 @@ size_categories:
12
  - 1K<n<10K
13
  ---
14
 
15
- https://arxiv.org/abs/2012.12453
 
 
 
 
 
 
 
 
 
 
12
  - 1K<n<10K
13
  ---
14
 
15
+ Paper: https://arxiv.org/abs/2012.12453
16
+
17
+ Original data source: https://www.kaggle.com/datasets/newslab/cholecseg8k
18
+
19
+ ## Loading data
20
+ ```python
21
+ from datasets import load_dataset
22
+
23
+ dataset = load_dataset("minwoosun/CholecSeg8k", trust_remote_code=True)
24
+ ```