Skip to content

Commit

Permalink
update upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamsshah committed Oct 29, 2020
1 parent b2b7ee3 commit 2ee0609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/3D Object Dataset/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def meta(self):
# here we specify the attributes of return type
return {
"image_label": {"shape": (1,), "dtype": "int", "dtag": "text"},
"named_image_label": {"shape": (1,), "dtype": "object", "dtag": "text"},
"named_image_label": {"shape": (1,), "dtype": "U25", "dtag": "text"},
"image": {
"shape": (1,),
"dtype": "object",
"dtype": "uint32",
"chunksize": 100,
"dtag": "image",
},
Expand Down

0 comments on commit 2ee0609

Please sign in to comment.