ok1zjf / VASNet

PyTorch implementation of the ACCV 2018-AIU2018 paper Video Summarization with Attention
MIT License
180 stars 47 forks source link

datasets #26

Open 18730264647 opened 2 years ago

18730264647 commented 2 years ago

I have a question about the features: Do I need additional processing of video frames when using googlenet to extract video features? For example, normalization and other operations, or directly resize the original video frame and use the network to obtain features? What should I do if I want to use resnet for feature extraction? Thank you!

18730264647 commented 2 years ago

Another question is Why are the test datasets and training datasets in aug_split and split inconsistent?