yukitsuji / 3D_CNN_tensorflow

KITTI data processing and 3D CNN for Vehicle Detection
MIT License
284 stars 120 forks source link

What is the parameter “scale” used for? #2

Closed xucong-zhang closed 6 years ago

xucong-zhang commented 7 years ago

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

yukitsuji commented 7 years ago

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