SpadeLiu / Lac-GwcNet

Local Similarity Pattern and Cost Self-Reassembling for Deep Stereo Matching Networks
MIT License
44 stars 9 forks source link

lac + ganet #12

Open luyao-cv opened 2 years ago

luyao-cv commented 2 years ago

could you please offer the lac + ganet code and weights?

SpadeLiu commented 2 years ago

could you please offer the lac + ganet code and weights?

Hi,

For GANet, you have to compile first, and thus we don't provide the code. The most important detail to implement CSR on GANet is to remove the LGAlayers due to the normalization which will produce negative value in the dispairty probability distribution and in this condition the cross-entropy loss will get an Nan.

cartene commented 1 year ago

could you please offer the lac + ganet code and weights?

Hi,

Did you manage to reproduce the code for lac + ganet and are you willing to share the code and weights? Thanks!

cnexah commented 1 year ago

Would it be possible to provide the number of parameters of Lac+GANet?