Closed msjun23 closed 1 year ago
Your arguments are not correct: https://github.com/uzh-rpg/DSEC/blob/6da101d9f8fea4cabe6b7fd71c456c4bfbffe03d/scripts/events_to_video.py#L29-L30
The first argument is the path to the h5 file and the second path is the path to the video file that you want to write. E.g.
python events_to_video.py /path/to/events.h5 output.mp4
Hi.
I'm trying to run events_to_video.py, but AssertionError is occurred. My env and error code is like below.
OS: Ubuntu 20.04 Python: 3.8.10 Not use conda but venv
Error code is here.
If this issue is duplicated, I'm sorry, but could you attach the link?
Thank you.