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
Is it true that one model can only use one set of intrinsics? when I try to run your pre-trained model on my own dataset which has different intrinsics, object distances become slightly wrong.
The text was updated successfully, but these errors were encountered:
wytalfred
changed the title
model can't adapt different intrinsics?
model can't adapt to different intrinsics?
Dec 8, 2021
Sorry if this is a dumb question, but do you use your own intrinsics?
For sure both the Categorical Depth layers and BevEncode parts of the model will be affected by different intrinsics, since these affect directly the projection step.
I am wondering why changing intrinsics/extrinsics effect the performance as they are being used to convert from camera to BEV space and which is not learning based. Is projection step is not a part of this converion?
You are right, but my point was more about the fact that intrinsics (and to a lesser extent extrinsics too) may affect the distribution in the Top-down view on which the data was trained.
Is it true that one model can only use one set of intrinsics? when I try to run your pre-trained model on my own dataset which has different intrinsics, object distances become slightly wrong.
The text was updated successfully, but these errors were encountered: