milkyroad commited on
Commit
75bd513
·
verified ·
1 Parent(s): 6f2c703

Flatten B: single train split, embedded videos + inline per-box annotations + clinical info, remove splits and frames

Browse files
README.md CHANGED
@@ -11,12 +11,60 @@ tags:
11
  - tumor-detection
12
  - video
13
  size_categories:
14
- - 100M<n<1B # ~69k annotated boxes
15
  configs:
16
  - config_name: default
17
  data_files:
18
  - split: train
19
- path: data/annotations.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
  # Cystoscopy Tumor Detection
 
11
  - tumor-detection
12
  - video
13
  size_categories:
14
+ - 100M<n<1B
15
  configs:
16
  - config_name: default
17
  data_files:
18
  - split: train
19
+ path: data/train-*
20
+ dataset_info:
21
+ features:
22
+ - name: video
23
+ dtype:
24
+ video:
25
+ decode: false
26
+ - name: video_id
27
+ dtype: string
28
+ - name: patient_id
29
+ dtype: int64
30
+ - name: boxes
31
+ struct:
32
+ - name: track_id
33
+ list: int64
34
+ - name: frame
35
+ list: int64
36
+ - name: label
37
+ list: string
38
+ - name: xtl
39
+ list: float32
40
+ - name: ytl
41
+ list: float32
42
+ - name: xbr
43
+ list: float32
44
+ - name: ybr
45
+ list: float32
46
+ - name: occluded
47
+ list: int64
48
+ - name: outside
49
+ list: int64
50
+ - name: keyframe
51
+ list: int64
52
+ - name: z_order
53
+ list: int64
54
+ - name: n_boxes
55
+ dtype: int64
56
+ - name: histological_type
57
+ dtype: string
58
+ - name: num_frames
59
+ dtype: int64
60
+ - name: light_mode
61
+ dtype: string
62
+ splits:
63
+ - name: train
64
+ num_bytes: 4327196551
65
+ num_examples: 173
66
+ download_size: 4327526548
67
+ dataset_size: 4327196551
68
  ---
69
 
70
  # Cystoscopy Tumor Detection
data/train-00000-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf540d2a86aa09c54ae2b50f61fe6eb2b44ad4cdb03179eb345c7a997a1a50c5
3
+ size 591971285
data/train-00001-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418f78497a139c2692104c97d8153e6982695e4e1dd8dc0fb11ee7652c0cc115
3
+ size 477427022
data/train-00002-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bac60a04e6fce71d9b80d3bdabd7120ee8aa626b5e415e8faf5d9224f0a8106
3
+ size 376569730
data/train-00003-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc3d49d7cd9623b7967e2a5a35b7af12e791ead071b351346c65e44431fa4fa
3
+ size 416388841
data/train-00004-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2ba323ca8f45a1f48f49e21b0ca79a67c05b2cc3cb60efbda351addd81c5ea
3
+ size 354757721
data/train-00005-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17dc7d6cd1f3777bd136f3ffe8d23fd726b113cebc8da13e4e3076258cdbbf8a
3
+ size 536822188
data/train-00006-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e388f127acf2b6ab7c12b3d6659b8e0d45ddef666132dd3a2bf0878069e78ed
3
+ size 228679886
data/train-00007-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf6c8aa79ad9f6af7ae86c8237b2f3eceec79c6b175f7579d830d3dfea7c6f72
3
+ size 565836650
data/train-00008-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca9eb4bc963c0105922d4b0ad09cb8d7f35e18543ba24b2d111ae67be8d33bc7
3
+ size 779073225