cogsys-tuebingen / mobilestereonet

Lightweight stereo matching network based on MobileNet blocks
Apache License 2.0
229 stars 46 forks source link

How to set the maxdisp value for a custom dataset? #16

Open hillaric opened 2 years ago

hillaric commented 2 years ago

Does the maxdisp value has a influence on the result of inference time or the performance? Besides, the result does not work well on my own dataset, I guess it is the problem of maxdisp value.

samuel-woerz commented 2 years ago

Yes, different maximum disparity demands of your data could be the reason for bad performance. Did you fine-tune the model on your data? This is often necessary for good performance, especially on data that does not closely resemble the traffic scenes of KITTI or DrivingStereo.