PhysiclOps commited on
Commit
9dc9efe
·
verified ·
1 Parent(s): 7c4aaa8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -44
README.md CHANGED
@@ -1,50 +1,24 @@
1
  ---
2
- dataset_info:
3
- config_name: renders
4
- features:
5
- - name: id
6
- dtype: string
7
- - name: name
8
- dtype: string
9
- - name: data_pack_id
10
- dtype: string
11
- - name: version_id
12
- dtype: string
13
- - name: version_number
14
- dtype: int32
15
- - name: combination_id
16
- dtype: string
17
- - name: source_combination_id
18
- dtype: string
19
- - name: environment_id
20
- dtype: string
21
- - name: camera_name
22
- dtype: string
23
- - name: light_id
24
- dtype: string
25
- - name: focal
26
- dtype: float32
27
- - name: file_name
28
- dtype: string
29
- - name: available_passes
30
- dtype: string
31
- - name: image
32
- dtype: string
33
- - name: image_path
34
- dtype: string
35
- - name: data_commit_sha
36
- dtype: string
37
- - name: metadata
38
- dtype: string
39
- splits:
40
- - name: train
41
- num_bytes: 18671
42
- num_examples: 22
43
- download_size: 13596
44
- dataset_size: 18671
45
  configs:
46
  - config_name: renders
47
  data_files:
48
  - split: train
49
- path: viewer/renders/train-*
50
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: "other"
3
+ tags:
4
+ - synthetic-data
5
+ - rendering
6
+ - data-pack
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  configs:
8
  - config_name: renders
9
  data_files:
10
  - split: train
11
+ path: viewer/renders/*.parquet
12
  ---
13
+
14
+ # Test data pack 0a5e02dc
15
+
16
+ Created by tool orchestrator test UI
17
+
18
+ This dataset mirrors public data-pack render outputs from Physicl.
19
+
20
+ Each row represents one render view. The `image` column contains a stable URL to the primary render image uploaded under `/data`; `image_path` stores the relative repository path and `data_commit_sha` pins the Hugging Face dataset commit used by those URLs. Files are uploaded as downloaded unless optional PNG recompression is enabled by the sync operator.
21
+
22
+ Additional render passes are exposed as URL columns. The `metadata` column is the Core `renderOutput.metadata` value serialized as JSON, without Hugging Face-specific enrichment.
23
+
24
+ Dataset repo: https://huggingface.co/datasets/physicl-test/test-data-pack-0a5e02dc