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

only 16 frames of each video #6

Open
ramnamaqsood opened this issue May 12, 2019 · 4 comments
Open

only 16 frames of each video #6

ramnamaqsood opened this issue May 12, 2019 · 4 comments

Comments

@ramnamaqsood
Copy link

If i am not wrong then in your code you are taking only first 16 frames of each video and ignore remaining....Is there any reason for this?

@dipakkr
Copy link
Owner

dipakkr commented May 17, 2019

Yes. It was because I didn't have a high power GPU. So, that's why I divided only took a certain number of frames from a video ( Frames were chosen using an algorithm not randomly).

Randomly choosing 16 frames won't going to work, as it may take first 16frames or last 16 frames. In that frames cannot determine your action properly.

@dipakkr
Copy link
Owner

dipakkr commented May 17, 2019

@ramnamaqsood I hope that answers your question.

@ramnamaqsood
Copy link
Author

Thanks for your response and could you please tell me that which algorithm you use during frame extraction because i have same issue regarding computational resources for my own video dataset.

@dipakkr
Copy link
Owner

dipakkr commented May 18, 2019

@ramnamaqsood you can check in frame_script.py file.

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

2 participants