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
My findings, while looking around in the code and trying around:
there is no plain inference method.
You cannot use the pretrained model on only images. As far as I understand, the pretrained model uses the input 'd' and 'rgb', which means both sparse depth and rgb image data. Therefore you won't get around training the model yourself if you have no depth data.
What should I do if I only want to use your code for a few images?
The text was updated successfully, but these errors were encountered: