-
After reading the unsupervised part of the paper, I can not figure out what exactly the structures of unsupervised part is.
By the way, thanks very much for your replementation of FCSN ans VSULD, I…
-
As in [FCSN](http://openaccess.thecvf.com/content_ECCV_2018/papers/Mrigank_Rochan_Video_Summarization_Using_ECCV_2018_paper.pdf) Table 1, they use [this paper](http://www-scf.usc.edu/~weilunc/paper/EC…
-
I tried running module gen_summary.py
Traceback (most recent call last):
File "C:/Users/Sachin/Documents/MTech Dissertation/Video_Summary_using_FCSN/gen_summary.py", line 112, in
gen_summa…
-
I only modified the address of the dataset
Traceback (most recent call last):
File "train.py", line 142, in
solver.train()
File "train.py…
-
https://github.com/weirme/Video_Summary_using_FCSN/blob/0895cccbb2a488369b1bfc7d2c087b3050250898/make_dataset.py#L70
What is the meaning of this function?
-
https://github.com/weirme/Video_Summary_using_FCSN/blob/0895cccbb2a488369b1bfc7d2c087b3050250898/make_dataset.py#L49
These values are for imagenet dataset. Does it also fit the dataset we use here?
-
The original frame feature shape is [[320,1024]](https://github.com/weirme/Video_Summary_using_FCSN)
But the code https://github.com/weirme/Video_Summary_using_FCSN/blob/96b40851b7805afd1f1fc69f2be…
-
As mention in the paper, the training and testing set should be 80% and 20%.
But in
https://github.com/weirme/Video_Summary_using_FCSN/blob/96b40851b7805afd1f1fc69f2beb5143d5727b4e/data_loader.py#L…
-
Running the notebook, the train cell fails with
```
ModuleNotFoundError: No module named 'ftfy'
```
-
After reading chapter 3.3 in FCSN several times, I can not figure out what exactly structure of the unsupervised part. Is that mean:
1. select Y frames: choose the top Y socres features with dimensi…