Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize to real scenes #227

Open
dongli12 opened this issue Dec 15, 2021 · 4 comments
Open

Generalize to real scenes #227

dongli12 opened this issue Dec 15, 2021 · 4 comments

Comments

@dongli12
Copy link

Hi @JiaRenChang,

Thanks for your interesting work. I have questions about the generalization of the disparity estimation method. When applying PSMNet to real scenes in practice, is there any requirement for stereo camera calibration or other algorithm preprocessing for obtaining a disparity of two images? How about converting to real depth (anything else required except focal length and camera baseline)? When applying PSMNet trained on A to a new dataset B, is it necessary for B to have the same focal length and camera baseline for good performance?

Look forward to your reply.

Thanks,
Dong

@dongli12
Copy link
Author

Dear authors,

Do you have any comments on the aforementioned questions?

Thanks.

@dongli12
Copy link
Author

Dear authors,

I have another question: How does PSMNet address the case that two cameras' optical axes are not parallel (e.g., using Nuscenes / DDAD datasets).

Look forward to your reply.

Thanks.

@JiaRenChang
Copy link
Owner

Hi, @dongli12
1. I found that Nuscenes and DDAD datasets are for monocular depth estimation.
2. When applying PSMNet trained on A to a new dataset B, is it necessary for B to have the same focal length and camera? No, you don't have to.
3. is there any requirement for stereo camera calibration or other algorithm preprocessing for obtaining a disparity of two images? You need a good stereo camera calibration. Maybe a commercial stereo camera is a good choice which the output stereo images have been calibrated.

Jia-Ren

@dongli12
Copy link
Author

Thanks @JiaRenChang for your comments.

For Q1, I mean that DDAD / Nuscenes have multiple cameras for full surround view, is it possible to use every two adjacent cameras to construct a "stereo camera" (their optical axes are not parallel) for disparity estimation (Figure as below)? How do I optimize PSMNet for that case? Is there any special calibration or preprocessing to do that?

image

Best,
Dong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants