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
Hello, is it possible to run the model-free method in real-time?
My goal is to do pose estimation of a target object in real-time through a video stream using a realsense camera and provide the mask of the first frame through other means (sam, ...).
I noticed all the demos use a pre-recorded sequence of images. Is it possible to provide the model with an image stream from the camera in real-time?
Also if model-free is not possible, would using bundlesdf first to get a mesh and then running model-based with an image stream from the camera in real-time work?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, is it possible to run the model-free method in real-time?
My goal is to do pose estimation of a target object in real-time through a video stream using a realsense camera and provide the mask of the first frame through other means (sam, ...).
I noticed all the demos use a pre-recorded sequence of images. Is it possible to provide the model with an image stream from the camera in real-time?
Also if model-free is not possible, would using bundlesdf first to get a mesh and then running model-based with an image stream from the camera in real-time work?
Thank you.
The text was updated successfully, but these errors were encountered: