yukitsuji / 3D_CNN_tensorflow

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

Deconvolutional layer in model_01_deconv.py #37

Open OneManArmy93 opened 5 years ago

OneManArmy93 commented 5 years ago

Can anyone explain what the deconvolutional layer def deconv3D_to_output(input_layer, input_dim, output_dim, height, width, length, stride, output_shape, activation=tf.nn.relu, padding="SAME", name="") is for? and does is influence the training/learning process? Thank you.