stereo_depth_estimator icon indicating copy to clipboard operation
stereo_depth_estimator copied to clipboard

When I run the code on the same images provided the output is mostly red with a little blue!

Open Aiyush-G opened this issue 4 years ago • 3 comments

Hi All,

This is an amazing piece of code, I am exploring stereo depth estimators at the moment and this is the best so far. However, I am having an issue when I run the code. I firstly download it from GitHub and then I open the data folder (1,2 and 3) and delete the disparities and the combined.

I then run the code for each folder by changing this: DATASET = "data/1"

But then the output for each dataset is mostly red, like this.

Data Folder 1:

My Output (1st Frame): 000000_00

What it should look like: 000000_00

Data Folder 2:

My Output (1st Frame): 000001_10

What it should look like: 000001_00

Data Folder 3:

My Output (1st Frame): 000007_00

What it should look like: 000007_00

I hope that you can help! Thanks Aiyush

Aiyush-G avatar Dec 27 '20 14:12 Aiyush-G

Hello @Aiyush-G I'm facing the same issue. Did you figure it out?

jashmehta20 avatar Nov 23 '21 03:11 jashmehta20

Same issue here. Still not solved.

OmarElayat avatar Oct 26 '22 01:10 OmarElayat

try to play with the lambda and the sigma parameter in the source code. These parameters worked well with me: wls_filter.setLambda(80000) wls_filter.setSigmaColor(3.6)

OmarElayat avatar Oct 26 '22 02:10 OmarElayat