File size: 454 Bytes
fab2ce4
 
ba0021c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fab2ce4
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: sample_id
    dtype: string
  - name: image
    dtype: image
  - name: mesh
    dtype: string
  - name: render_depths
    list: image
  splits:
  - name: train
    num_bytes: 177879451274.924
    num_examples: 494612
  download_size: 177395217748
  dataset_size: 177879451274.924
---