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

WIT and Object Detection #189

Open
macclark3 opened this issue Nov 8, 2021 · 1 comment
Open

WIT and Object Detection #189

macclark3 opened this issue Nov 8, 2021 · 1 comment

Comments

@macclark3
Copy link

Hello, I'm new to WIT and am wondering if it can be used on a multi-class object detection model? The model outputs bounding box coordinates and classification for each detected object in the image.

@jameswex
Copy link
Collaborator

jameswex commented Nov 8, 2021

Unfortunately, WIT only works for simple classification or regression tasks. It doesn't have support for handing bounding boxes as outputs.

The Language Interpretability Tool (https://github.com/PAIR-code/lit/, https://pair-code.github.io/lit/) is a successor of WIT and will have support for Image models as of tomorrow's release version 0.4. It also doesn't have bounding boxes as a supported output type, but the LIT tool is fully extensible and it could be added by someone like yourself.

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