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

Extend TCAV for Object detection #125

Open
VikasRajashekar opened this issue Dec 20, 2021 · 0 comments
Open

Extend TCAV for Object detection #125

VikasRajashekar opened this issue Dec 20, 2021 · 0 comments

Comments

@VikasRajashekar
Copy link

How do we extend the logic for Object detection?

Let's say we use the network with RPN(region proposal network) for Object detection.
So we get the output as class confidence and bounding box (usually in 1000s in numbers)
next we IOU to filter out the predictions.

It is not as simple as an image classifier.
How do we pick the logit out of so many predictions for gradient calculation?

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

1 participant