lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

Home Page:https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mean_layer.cpp

SaltwaterLHL opened this issue · comments

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();