anuragranj / spynet

Spatial Pyramid Network for Optical Flow
Other
234 stars 48 forks source link

Can I use another dataset on this model for example, KTH action dataset #17

Closed shijithkappoor closed 5 years ago

shijithkappoor commented 5 years ago

Inorder to use this model on KTH action dataset, how should i preprocess the data? Is it possible?

anuragranj commented 5 years ago

The model can be used on any image. Preprocessing happens here: https://github.com/anuragranj/spynet/blob/master/spynet.lua#L342-L344