raghudeep / netwarp_public

Semantic Video CNNs through Representation Warping. ICCV 2017
BSD 3-Clause "New" or "Revised" License
69 stars 20 forks source link

frame index #7

Open lxtGH opened 6 years ago

lxtGH commented 6 years ago

https://github.com/raghudeep/netwarp_public/blob/1b84e43b5b8ae6db43d63ad2eea844d5961716a5/scripts/run_netwarp.py#L100 this line should be inputs['flo_1'] = flo_array[j+1][:,:,s_y:e_y,s_x:e_x] because your current input should be the second flo(because you load two flos once time)