jackzhy commited on
Commit
ff8b3dd
·
verified ·
1 Parent(s): 7b542b6

update README.md and dataset card

Browse files
Files changed (1) hide show
  1. README.md +19 -9
README.md CHANGED
@@ -28,15 +28,14 @@ task_categories:
28
  - object-detection
29
  - keypoint-detection
30
  - other
31
- configs:
32
- - config_name: online_data
33
- data_files:
34
- - split: train
35
- path: online_data/episodes/**/*
36
- - config_name: offline_data
37
- data_files:
38
- - split: train
39
- path: offline_data/episodes/**/*
40
  ---
41
 
42
  # SurgSync — Multi-modal dVRK Dataset (v1.0)
@@ -57,6 +56,17 @@ preprocessing pipelines (rectify, depth, optical flow, kinematic
57
  heatmaps), and every command-line invocation, see the toolkit
58
  repository linked above.
59
 
 
 
 
 
 
 
 
 
 
 
 
60
  ---
61
 
62
  ## Dataset summary
 
28
  - object-detection
29
  - keypoint-detection
30
  - other
31
+ # The HF dataset viewer is disabled intentionally — SurgSync's
32
+ # multi-modal structure (FFV1 video + Hive-partitioned parquets +
33
+ # per-episode JSON metadata + calibration files) does not fit the
34
+ # viewer's tabular preview model, and the FFV1 codec doesn't render in
35
+ # most browsers. For a browseable preview of episodes, tasks,
36
+ # annotations, and example clips, use the project page at
37
+ # https://surgsync.github.io/ instead.
38
+ viewer: false
 
39
  ---
40
 
41
  # SurgSync — Multi-modal dVRK Dataset (v1.0)
 
56
  heatmaps), and every command-line invocation, see the toolkit
57
  repository linked above.
58
 
59
+ > 📺 **No HF dataset viewer.** SurgSync's structure (FFV1 video +
60
+ > Hive-partitioned parquets + per-episode JSON + calibration files)
61
+ > doesn't fit Hugging Face's tabular preview model, and FFV1 doesn't
62
+ > render in most browsers. The viewer is disabled by design — for a
63
+ > browseable preview of episodes, tasks, annotations, and example
64
+ > clips, **visit the project page at
65
+ > [surgsync.github.io](https://surgsync.github.io/)**. Programmatic
66
+ > access to the data is unchanged: use the toolkit's loader API
67
+ > (`dvrk_data_processing.surgsync.open_dataset(...)`) against either
68
+ > a local clone or `huggingface_hub.snapshot_download`'d copy.
69
+
70
  ---
71
 
72
  ## Dataset summary