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

what is sources_train.hkl? #80

Closed sousoul closed 4 years ago

sousoul commented 4 years ago

In data_utils.py, there is a note saying that the source file is : # source for each image so when creating sequences can assure that consecutive frames are from same video, but how can I create my own source file if I use frames from other vedios instead of KITTI datasets?