pytorch-vsumm-reinforce icon indicating copy to clipboard operation
pytorch-vsumm-reinforce copied to clipboard

How to develop DR-DSNsup (Supervised Version Of RL_Model) ?

Open Solayman-Emon opened this issue 4 years ago • 3 comments

How I can generate the supervised version of DR-DSN ? Can anyone provide any code implementation of that. Thanks in advance.

Solayman-Emon avatar Apr 13 '20 12:04 Solayman-Emon

This has been discussed in #7 and there is not (yet) implementation of it provided by the authors. With my team we have been working on an implementation of various video summarization models here and we plan to incorporate the supervised version of this model.

sylvainma avatar Apr 23 '20 22:04 sylvainma

We implemented the supervision loss here: https://github.com/sylvainma/Summarizer/blob/b83635f022641765729cc29af4de95bac7f1cdc1/summarizer/models/dsn.py#L101

It would be nice to have the authors confirming this is correct.

sylvainma avatar Apr 25 '20 20:04 sylvainma

@sylvainma Thank you very much. I have tested this & it seems to give a good result.

Solayman-Emon avatar May 05 '20 11:05 Solayman-Emon