weirme / FCSN

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

How can get change points using KTS? #5

Open SinDongHwan opened 5 years ago

SinDongHwan commented 5 years ago

I tried to get change points using KTS code. But i couldn't get proper change points.

If someone get change points using KTS, please help me?

JudeLiu commented 5 years ago

Trying to run KTS algo too, but I don't know how to decide number of segments, (m in the code), and even if I set m as the same value of this repo, the change points are still different. Very weird.