coxlab / prednet

Code and models accompanying "Deep Predictive Coding Networks for Video Prediction and Unsupervised Learning"
https://arxiv.org/abs/1605.08104
MIT License
759 stars 259 forks source link

Regarding the source file used to generate X_test.hkl in preprocessed data #62

Open ManojSuryaK opened 4 years ago

ManojSuryaK commented 4 years ago

Hi, Can you please let me know the location/details of the source video that was used to generate the X_test.hkl file? I have downloaded the pre processed data by running download_data.sh.

NagabhushanSN95 commented 4 years ago

I was able to find this mapping. The X_test.hkl file contains the below 3 videos

2011_09_26_drive_0104_image_03
2011_09_26_drive_0079_image_03
2011_09_26_drive_0070_image_03

But resizing these videos using scipy.misc.imresize (the same function used in process_kitti.py) doesn't exactly give the videos as in X_test.hkl. The videos in X_test.hkl look more sharper while the resized videos look blurry. Can anyone help me recover the X_test.hkl data using the above mentioned files?