haofeixu / aanet

[CVPR'20] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
Apache License 2.0
528 stars 102 forks source link

Quesion about the speed of AANet+ #2

Closed gallenszl closed 4 years ago

gallenszl commented 4 years ago

Hello, I am little curious about why the AANet+ have more training parameters than AANet (8.4M vs. 3.9M) but faster speed, it's a little weird.

haofeixu commented 4 years ago

Hi, please do note that number of parameters has NO relation with speed, it's related with model size.

We measure the inference speed under exactly same setting, you can double check on your side with our released code.