I do
events_file = file_name + '_td.dat'
video = PSEELoader(events_file)
I get
prophesee/src/io/psee_loader.py", line 57, in init
self._ev_count = (self._end - self._start) // self._ev_size
OverflowError: Python integer 244984720 out of bounds for uint8
What could it be?
I do
events_file = file_name + '_td.dat'
video = PSEELoader(events_file)
I get
prophesee/src/io/psee_loader.py", line 57, in init
self._ev_count = (self._end - self._start) // self._ev_size
OverflowError: Python integer 244984720 out of bounds for uint8
What could it be?