Stereo-RCNN icon indicating copy to clipboard operation
Stereo-RCNN copied to clipboard

why set layer0~4 to be eval() model twice?

Open Hexuanfang opened this issue 4 years ago • 0 comments

https://github.com/HKUST-Aerial-Robotics/Stereo-RCNN/blob/4d6dd65049f52c1a5f2b6ad716a7e0da5cb02cb3/lib/model/stereo_rcnn/resnet.py#L339 hi, thanks for your reading ahead, i got a confusion that why set self.RCNN_layer0.eval() self.RCNN_layer1.eval() and what's the difference between line 316-317 and line 339-340? looking forward to your reply!

Hexuanfang avatar May 13 '20 10:05 Hexuanfang