weirme / FCSN

A PyTorch reimplementation of FCSN in paper "Video Summarization Using Fully Convolutional Sequence Networks"
116 stars 33 forks source link

Normalized value problem #13

Open pcshih opened 5 years ago

pcshih commented 5 years ago

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?

weirme commented 5 years ago

Did it makes some differences on result when this line deleted? I haven't test about it...