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 think it would be possible. Image input should work fine, but you may need to do some custom UI work (https://github.com/PAIR-code/lit/wiki/frontend_development.md#custom-client--modules) to show the bounding boxes. If you wanted to just show the outputs as a list though, like [("Car", 0.85), ("Bicycle", 0.78), ...] you could use the existing SparseMultilabel() output type.
Question as in the title. Thanks! :-)
The text was updated successfully, but these errors were encountered: