Given a video path and a saved model (checkpoint), get the frames and extract features if needed, then produce classification predictions.
- Integraded in one script so no extra packege needed.
- Modify the
rescale_listfunction to be two wayed. - Use
opencvinstead offfmpegfor more general use.
I'm new to Github, please let me know if there is anything unproper, Thanks!