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
Is there a way by which we can get the bounding box coordinates for a given image? I can understand from this line of code that we get the values of tool, verb and target from tool, verb, target, triplet = model(img)
What I don't understand is how to interpret the given values. Would be nice if you could provide some guidence
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way by which we can get the bounding box coordinates for a given image? I can understand from this line of code that we get the values of
tool
,verb
andtarget
fromtool, verb, target, triplet = model(img)
What I don't understand is how to interpret the given values. Would be nice if you could provide some guidence
Thanks
The text was updated successfully, but these errors were encountered: