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
See #333
I think that this is a bug (but please LMK if I have not understood the code).
I think the condition in groundingdino.py
Should be removed so that self.set_image_tensor(samples) should be called every time so the image gets updated on consecutive calls.
The text was updated successfully, but these errors were encountered:
See #333
I think that this is a bug (but please LMK if I have not understood the code).
I think the condition in groundingdino.py
Should be removed so that
self.set_image_tensor(samples) should be called every time so the image gets updated on consecutive calls.
The text was updated successfully, but these errors were encountered: