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 your feature request related to a problem? Please describe.
Now the object detection algorithm will throw multiple of the object if it has been detected more than once in a picture.
Describe the solution you'd like
Make the like of objected unique
Describe alternatives you've considered
We will change the model to an auto caption one eventually but right now we can apply this quick fix
Additional context
e.g. "Soapie sees kite, kite, person, person, kite, person, person" should be "Soapie sees kite, person"
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Now the object detection algorithm will throw multiple of the object if it has been detected more than once in a picture.
Describe the solution you'd like
Make the like of objected unique
Describe alternatives you've considered
We will change the model to an auto caption one eventually but right now we can apply this quick fix
Additional context
e.g. "Soapie sees kite, kite, person, person, kite, person, person" should be "Soapie sees kite, person"
The text was updated successfully, but these errors were encountered: