Datasets:

ArXiv:
Libraries:
License:
Christy61 commited on
Commit
ede9507
·
verified ·
1 Parent(s): cbf1300

Create _info.json

Browse files
Files changed (1) hide show
  1. _info.json +17 -0
_info.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "splits": {
3
+ "diffuse_train": [
4
+ "OpenMaterial/dataset-*.tar"
5
+ ],
6
+ "diffuse_test": [
7
+ "OpenMaterial/dataset-*.tar"
8
+ ]
9
+ },
10
+ "schema": {
11
+ "fields": [
12
+ {"name": "png", "dtype": "image"},
13
+ {"name": "json", "dtype": "json"},
14
+ {"name": "cls", "dtype": "string"}
15
+ ]
16
+ }
17
+ }