msracver / Deep-Feature-Flow

Deep Feature Flow for Video Recognition
MIT License
1.3k stars 297 forks source link

question about the current predictor #87

Open KevinQian97 opened 5 years ago

KevinQian97 commented 5 years ago

Hi, i have a qestion about the code. In your code you give the output feature map of key predictor, but there should be a warped feature map of cur predictor right? But I checked the code and don't know how to save it. Thanks for your help

KevinQian97 commented 5 years ago

In fact, its about the problem of key feat_conv_3x3_relu_output, i dont know how you linked the key to your group output in resnet_v1_101_flownet_rfcn.py.