yukitsuji / 3D_CNN_tensorflow

KITTI data processing and 3D CNN for Vehicle Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the parameter “scale” used for?

xucong-zhang opened this issue · comments

Hi, what is the parameter “scale” used for?

"Scale" is the output resolution of Networks.
If 3D CNN has 3 convolutional layers which has 2 strides, the scale is 8 (2**3).