haofeixu / aanet

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

CSCA--Cross Scale Cost Aggregation #88

Open hillaric opened 1 year ago

hillaric commented 1 year ago

In the original paper, this is a L2 regularization across different scales. In your code, do you add this design to your aggregation code ?

haofeixu commented 1 year ago

No

hillaric commented 1 year ago

So quickly, thanks, could you give some advice about how to add it. I apply your AANet to the practical use, it has a wonderful result and speed. However, when I eliminate the aggregation network, it has the unstable result in a video. I am not sure it is the reason of cost aggregation, could you give some suggestion in the view of expert?