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

Is YOLOStereo3D aware of the stereo baseline? #60

Open
ootts opened this issue Jun 1, 2022 · 1 comment
Open

Is YOLOStereo3D aware of the stereo baseline? #60

ootts opened this issue Jun 1, 2022 · 1 comment

Comments

@ootts
Copy link

ootts commented Jun 1, 2022

Hi, I wonder whether the stereo baseline is used in YOLOStereo3D.
If I want to use YOLOStereo3D trained on KITTI to perform object detection in another scenario where the stereo baseline is different from KITTI, will it work? Which part should I modify?

Thanks a lot!

@Owen-Liuyuxuan
Copy link
Owner

Great question. We do not have the stereo baseline explicitly used in inference. So the network is kind of overfitting to the camera setup of the dataset.

Some other users have reported that YOLOStereo3D does not generalize well when directly moving on to a new personalized camera setup even at 2D detection (but we are not sure about the stereo calibration accuracy of their setups).

From my personal LIMITED experience, I will first check if the 2D detection results transfer well (if it fails here then it is hard to transfer); if so, then I will try to compute a mapping between the predicted depth from the trained network to gt depth at the new scene (like calibrating the scale).

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