Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would LiT support Object Detection Computer Vision models? #1023

Open
lhphanto opened this issue Feb 3, 2023 · 1 comment
Open

Would LiT support Object Detection Computer Vision models? #1023

lhphanto opened this issue Feb 3, 2023 · 1 comment

Comments

@lhphanto
Copy link

lhphanto commented Feb 3, 2023

Question as in the title. Thanks! :-)

@iftenney
Copy link
Collaborator

iftenney commented Feb 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants