How do you normalize the length of sequence?
lwj2018 opened this issue · 1 comments
lwj2018 commented
How do you handle the various length of sequence? by downsampling?
huguyuehuhu commented
During training: 1. Random cropping 2. Resized by 'bilinear' interpolation ;
During testing: 1. Center cropping 2. Resized by 'bilinear' interpolation .
Refer the code for the details.