-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
summary2video.py #28
Comments
Hi, @Ok-subin.
이런식으로 파일 이름순으로 매핑이 됩니다.
-d를 result.h5에 저장된 video index에 맞게 입력하기 번거럽다면 모든 video frame들을 다 읽어와서 result.h5에 있는 video index만 사용하셔도 좋을 것 같습니다. |
감사합니다. |
해결되었다니, 다행이네요. |
error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
When you attempt to run the Summary2video.py, the error above occurs.
Set frame to 30fps, save as jpg, and run the command below.
There are 1286 images, but the code requires more frames.
python summary2video.py -p log/summe-split0/result.h5 -d datasets/test01 -i 0 --fps 30 --save-dir log --save-name summary.mp4
The text was updated successfully, but these errors were encountered: