You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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).
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!
The text was updated successfully, but these errors were encountered: