ok1zjf / VASNet

PyTorch implementation of the ACCV 2018-AIU2018 paper Video Summarization with Attention
MIT License
180 stars 48 forks source link

Alternate algorithm to KTS to speed up the segmentation process #12

Open yasar-rehman opened 4 years ago

yasar-rehman commented 4 years ago

Hi @ok1zjf and @electroncastle ,

First of all thank you for sharing the code of your paper for video Summarization.

I have found that the Kernel Temporal Segmentation (KTS) takes a long time to segment a video larger than 3 minutes. Do you know any alternate algorithm or method that would speed up the segmentation time for longer length videos, say 5 to 15 minutes video?

Any suggestions would be highly appreciated.

Regards,