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
In grounded_sam2_tracking_demo_with_continuous_id.py if input_boxes.shape[0] == 0 at some point (which means there are no objects detected that correspond to the language prompt) the pipeline crashes at this point in code. Is it an unintended behaviour since if we didn't find any objects we just want to output the same frame?
The text was updated successfully, but these errors were encountered:
In grounded_sam2_tracking_demo_with_continuous_id.py if
input_boxes.shape[0] == 0
at some point (which means there are no objects detected that correspond to the language prompt) the pipeline crashes at this point in code. Is it an unintended behaviour since if we didn't find any objects we just want to output the same frame?The text was updated successfully, but these errors were encountered: