Hello, I am trying to read the dataset DSEC (
Download – DSEC (uzh.ch)) with the Metavision 4.4.0. The dataset is supposed to be from Prophesee Gen3, and the file format provided is .h5. From my understanding .h5 and .hdf5 have the same porperties, and the metavision is compatible with this, but i am getting the following error when trying to open it:
metavision_simple_viewer\metavision_simple_viewer.py", line 38, in main
mv_iterator = EventsIterator(input_path=args.input_path, delta_t=1000)
File "C:\Program Files\Prophesee\lib\python3\site-packages\metavision_core\event_io\events_iterator.py", line 71, in __init__
self._init_readers(input_path=input_path, **kwargs)
File "C:\Program Files\Prophesee\lib\python3\site-packages\metavision_core\event_io\events_iterator.py", line 89, in _init_readers
h5_reader = H5EventsReader(input_path)
File "C:\Program Files\Prophesee\lib\python3\site-packages\metavision_core\event_io\h5_io.py", line 107, in __init__
self.len = len(self.f["event_buffers"])
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "C:\Users\almu_\AppData\Local\Programs\Python\Python39\lib\site-packages\h5py\_hl\group.py", line 328, in __getitem__
oid = h5o.open(self.id, self._e(name), lapl=self._lapl)
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5o.pyx", line 190, in h5py.h5o.open
KeyError: "Unable to open object (object 'event_buffers' doesn't exist)"