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

PKL file #1

Open
rakeshjasti opened this issue Sep 6, 2018 · 1 comment
Open

PKL file #1

rakeshjasti opened this issue Sep 6, 2018 · 1 comment

Comments

@rakeshjasti
Copy link

rakeshjasti commented Sep 6, 2018

Hi,

Can you please tell me what the pickle file contains? I could understand that the dimensions are the same as image size and depth. I wasn't clear about a couple of things:
Do you convert RGB data to a different type?
Do you subsample frames from the video?
Are pkl files created individually for each Video file? If so, how are referenced in the code?

Will it be possible to share the code to convert video data to pkl?

@justanhduc
Copy link
Owner

@jastir Hi. thank you for your interest in my work. my answers are as follows:

  • no its RGB.
  • for practical purpose, no. my method takes several consecutive frames and BLINDLY interpolates middle frames. for the UCF dataset, yes i need to skip some frames to serve as ground truth.
  • yes pkl is for each video file. For a common video, the code to preprocess is actually here. you then can just pickle it. but my code actually works for a folder of frames directly so you dont need to pickle it. For the UCF data, unfortunately ive lost my code recently due to a ransomware attack on my workplace's servers. if you still need it, please tell me. I will write it again.

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