DispNet-TensorFlow icon indicating copy to clipboard operation
DispNet-TensorFlow copied to clipboard

what does the result image represent for

Open gpcv-liujin opened this issue 7 years ago • 9 comments

When run your program, i got some result image(png format),but the result image differ greatly from the true disparity image. I tried to output the values of final_result[k] which comes from result = np.squeeze(final_result[k]),but still found the values differ greatly from the true disparities. Can you tell me what does the result image represent for ? Did i get wrong result? 0 my result image

gpcv-liujin avatar Jan 06 '18 12:01 gpcv-liujin

I tried the dataset mentioned in README.md and the output is just like the result in paper.

Since I do not know about your work and dataset much, I am unable to figure out the problem.

ZhijianJiang avatar Jan 06 '18 19:01 ZhijianJiang

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

sunnyHelen avatar Nov 07 '18 12:11 sunnyHelen

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

I guess the input image size(height and width) must be divisible by 32. I have fixed it for a long time,so I am not sure what else has changed. You can try it.

gpcv-liujin avatar Nov 07 '18 12:11 gpcv-liujin

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

I guess the input image size(height and width) must be divisible by 32. I have fixed it for a long time,so I am not sure what else has changed. You can try it.

Ok, thank you. I used kitti dataset. And did you use the similar pkl file "gopro.pkl" in this provided coding ? I think it 's the ground truth data, right?

sunnyHelen avatar Nov 07 '18 13:11 sunnyHelen

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

I guess the input image size(height and width) must be divisible by 32. I have fixed it for a long time,so I am not sure what else has changed. You can try it.

Ok, thank you. I used kitti dataset. And did you use the similar pkl file "gopro.pkl" in this provided coding ? I think it 's the ground truth data, right?

Yes,it ‘s the ground truth data , you can get it by running the prepfm.py .

gpcv-liujin avatar Nov 07 '18 14:11 gpcv-liujin

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

I guess the input image size(height and width) must be divisible by 32. I have fixed it for a long time,so I am not sure what else has changed. You can try it.

Ok, thank you. I used kitti dataset. And did you use the similar pkl file "gopro.pkl" in this provided coding ? I think it 's the ground truth data, right?

Yes,it ‘s the ground truth data , you can get it by running the prepfm.py .

wow, so helpful. Thank you. Could you please leave me a email address? Maybe I need your help later. I'm afraid you won't see my question at Github. Please.

sunnyHelen avatar Nov 07 '18 14:11 sunnyHelen

Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin

I guess the input image size(height and width) must be divisible by 32. I have fixed it for a long time,so I am not sure what else has changed. You can try it.

Ok, thank you. I used kitti dataset. And did you use the similar pkl file "gopro.pkl" in this provided coding ? I think it 's the ground truth data, right?

Yes,it ‘s the ground truth data , you can get it by running the prepfm.py .

wow, so helpful. Thank you. Could you please leave me a email address? Maybe I need your help later. I'm afraid you won't see my question at Github. Please.

My email is [email protected]

gpcv-liujin avatar Nov 08 '18 03:11 gpcv-liujin

不知道你是怎么跑通他的程序的 @Jan-jin @sunnyHelen

jiafengshen avatar Mar 05 '19 03:03 jiafengshen

When run your program, i got some result image(png format),but the result image differ greatly from the true disparity image. I tried to output the values of final_result[k] which comes from result = np.squeeze(final_result[k]),but still found the values differ greatly from the true disparities. Can you tell me what does the result image represent for ? Did i get wrong result?

my result image

add cmap='gray' to imsave( ), that works.

candlecove-nju avatar May 25 '20 05:05 candlecove-nju