You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the .h5 files exported from SLEAP for data analysis in VAME, but when I try to analyze them, I get an error indicating that the .h5 files are not in the standard format. For example, when I use this code: with h5py.File("XXanalysis.h5", "r") as f: print(f["tracks"].shape)
the output I get is: <class 'h5py._hl.dataset.Dataset'> (1, 2, 12, 408)
which is not the format VAME requires: (frames, nodes, 2). I exported it using file->export analysis hdf5. In this case, how should I export the .h5 file in a format that VAME requires?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the .h5 files exported from SLEAP for data analysis in VAME, but when I try to analyze them, I get an error indicating that the .h5 files are not in the standard format. For example, when I use this code:
![Uploading image.png…]()
with h5py.File("XXanalysis.h5", "r") as f: print(f["tracks"].shape)the output I get is:
<class 'h5py._hl.dataset.Dataset'> (1, 2, 12, 408)which is not the format VAME requires: (frames, nodes, 2). I exported it using file->export analysis hdf5. In this case, how should I export the .h5 file in a format that VAME requires?
Beta Was this translation helpful? Give feedback.
All reactions