DGAM-Weakly-Supervised-Action-Localization
DGAM-Weakly-Supervised-Action-Localization copied to clipboard
if i want to test the model on real video, how should i do?
I completed the training. Now i want to test it on real video. It seems i need to extract feature from video. But there is no such script that can help me do such thing. How to test it on the real video?
Hi, our model train and test on features extracted beforehand. If you want to test on another dataset you need to first extract the feature using a pretrained model. I think you can try some open-source toolbox like mmaction2. It contains various pretrained models and can be used for feature extraction.