lmb-freiburg / flownet2

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

mean_layer.cpp #181

Closed SaltwaterLHL closed 5 years ago

SaltwaterLHL commented 5 years ago

I have a questions about the mean_scale and output_scale value in the mean layer.

float input_scale = this->layer_param().mean_param().input_scale(); float mean_scale = this->layer_param().mean_param().mean_scale(); float output_scale = this->layer_param().mean_param().output_scale();