lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

How can I train the model with images not LMDB? #103

Closed SmartPorridge closed 6 years ago

SmartPorridge commented 6 years ago

Hi, How can I train the model with raw images not LMDB? I want to get 5 consecutive flow images from 6 RGB images....I don't know how to operate. Thank you.

nikolausmayer commented 6 years ago

Hi, I don't think there is a limitation in LMDB which prevents you from doing this. However, you'll have to write your own data layer to support multiple inputs in either case. This question is not really about FlowNet; please understand that we cannot give support of this kind. I suggest you take it to some deep learning community, e.g. /r/MachineLearning!