Datasets:

ArXiv:
Libraries:
License:
Christy61 commited on
Commit
46f48cf
·
verified ·
1 Parent(s): 8cbcb49

Create _info.json

Browse files
Files changed (1) hide show
  1. _info.json +20 -0
_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "OpenMaterial dataset containing images and JSON metadata.",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "CC BY-NC 4.0",
6
+ "features": {
7
+ "png": {
8
+ "dtype": "image",
9
+ "id": null
10
+ },
11
+ "json": {
12
+ "dtype": "json",
13
+ "id": null
14
+ },
15
+ "cls.txt": {
16
+ "dtype": "string",
17
+ "id": null
18
+ }
19
+ }
20
+ }