How to run model on video input?
mariosconsta opened this issue · 2 comments
mariosconsta commented
Hello, thank you for this project. My question is, how can I have a video input instead of a single image? I would like to test it with a video or a webcam in real time.
zaki1003 commented
I added video prediction in my code you can check it in my repository :
https://github.com/zaki1003/CrowdCounting-P2PNet
I also added an explanation and a demo in the Readme.
mariosconsta commented
Thank you @zaki1003 !