JiaRenChang / PSMNet

Pyramid Stereo Matching Network (CVPR2018)
MIT License
1.43k stars 423 forks source link

Relu in PSMNet #242

Open ltfAutos opened 1 year ago

ltfAutos commented 1 year ago

The usage of batch normalization and ReLU follows ResNet [10], with exception that PSMNet does not apply ReLU after summation.

Why don't we use the relu Activation function at last? Will the effect be better? Can you briefly explain the reason?