Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input to KTS #5

Open
hungbie opened this issue Jul 30, 2019 · 3 comments
Open

input to KTS #5

hungbie opened this issue Jul 30, 2019 · 3 comments

Comments

@hungbie
Copy link

hungbie commented Jul 30, 2019

Hi,

For change point detection. What should i input to KTS? Flatten image as HxW dimension input or using some feature extraction methods so that the image become some N dimension input? What is being used in this paper to preprocess the image/frame?

@18pxrsun
Copy link

Have you knew the input to KTS ?If you have,can you told it to me ?

@hungbie
Copy link
Author

hungbie commented Sep 13, 2019

You need to process the frame from (h,w) to (d) where d is the number of feature. Basically your video will be from (time,h,w) to (time,d). For that the original KTS use Fisher vector. I used Googlenet instead.

@electroncastle
Copy link
Contributor

Yes, that's right, use the GoogLeNet features as the KTS input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants