File size: 1,434 Bytes
ba3f4ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: frame_id
    dtype: string
  - name: video_id
    dtype: string
  - name: phase
    dtype:
      class_label:
        names:
          '0': nasal_sphenoid
          '1': sellar
          '2': closure
  - name: step
    dtype:
      class_label:
        names:
          '0': nasal_corridor_creation
          '1': anterior_sphenoidotomy
          '2': septum_displacement
          '3': sphenoid_sinus_clearance
          '4': sellotomy
          '5': durotomy
          '6': tumour_excision
          '7': haemostasis
          '8': synthetic_graft_placement
          '9': fat_graft_placement
          '10': gasket_seal_construct
          '11': dural_sealant
          '12': nasal_packing
          '13': debris_clearance
  - name: instruments
    list: string
  - name: num_instruments
    dtype: int32
  - name: confidence
    dtype: float32
  - name: quality_score
    dtype: float32
  - name: temporal_corrections
    dtype: int32
  splits:
  - name: train
    num_bytes: 50252412
    num_examples: 72
  - name: validation
    num_bytes: 6279541
    num_examples: 9
  - name: test
    num_bytes: 6283744
    num_examples: 9
  download_size: 62833039
  dataset_size: 62815697
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---