li-plus / DSNet

DSNet: A Flexible Detect-to-Summarize Network for Video Summarization
https://ieeexplore.ieee.org/document/9275314
MIT License
209 stars 50 forks source link

predit the summary of a raw video #34

Open 1190200205shiyufei opened 3 weeks ago

1190200205shiyufei commented 3 weeks ago

When I try to predict the summary of a raw video, use infer.py.I run python infer.py anchor-based --ckpt-path ../models/custom/checkpoint/custom.yml.0.pt --source ../custom_data/videos/EE-bNr36nyA.mp4 --save-path ./output.mp4 I don not got any frames in the video output.mp4. The key frames disappear.Who know how to address it.