kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.84k stars 930 forks source link

use model test single video #253

Open 784682065 opened 3 years ago

784682065 commented 3 years ago

If I want to test a single video with this model, how should I write the code.

guilhermesurek commented 3 years ago

See if it helps you. You will need to change the capture mode, instead of webcam loading a video file. https://github.com/kenshohara/3D-ResNets-PyTorch/issues/221#issuecomment-699499896