sylvainma / Summarizer

A Video Summarization framework for implementation and benchmark of Deep Learning models
34 stars 2 forks source link

SumGAN #8

Closed sylvainma closed 4 years ago

sylvainma commented 4 years ago

Unsupervised and Semi-supervised modes of "Unsupervised Video Summarization with Adversarial LSTM Networks"

Command for testing model

python main.py --model sumgan --epochs-max 1 --sup --sigma 0.3 --sLSTM_hidden_size 128 --sLSTM_num_layers 1 --edLSTM_hidden_size 128 --edLSTM_num_layers 1 --cLSTM_hidden_size 128 --cLSTM_num_layers 1