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
I am trying to use the OpenVINO model without first loading the FastSAM model (thus, I only need to use the OpenVINO one).
To do that, I directly loaded the model and used ov.compile_model() to initialize it. Also, I am not using the OVwrapper class.
I am now trying to apply the function segment() on this model but I do not understand how I need to manipulate the input data and how to modify the segment function for it to work. Does anyone know where I can find this information in the documentation?
The text was updated successfully, but these errors were encountered:
I am trying to use the OpenVINO model without first loading the FastSAM model (thus, I only need to use the OpenVINO one).
To do that, I directly loaded the model and used ov.compile_model() to initialize it. Also, I am not using the OVwrapper class.
I am now trying to apply the function segment() on this model but I do not understand how I need to manipulate the input data and how to modify the segment function for it to work. Does anyone know where I can find this information in the documentation?
The text was updated successfully, but these errors were encountered: