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

feat(torch): add inference visualisation at test time #1518

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bycob
Copy link
Contributor

@Bycob Bycob commented Mar 28, 2023

This is a draft for visualization during training on the DeepDetect platform. This PR adds saving images with predictions at test time, for detection models only. Some points are left for discussion:

  • How do we select the images? For large test sets it's impractical to generate visuals for the whole test set. Suggestions:
    • always the same images from the beginning of the test set
    • random images
    • best / worst metrics (would require to change things in the supervisedoutputconnector)
    • a random subset in a fixed part of the test set
  • What confidence threshold should we use to filter boxes?
  • how we display class name / confidence...

image1

@mergify
Copy link

mergify bot commented Apr 6, 2023

This pull request is now in conflict :(

@mergify mergify bot added the conflict label Apr 6, 2023
@mergify mergify bot removed the conflict label May 15, 2023
@mergify
Copy link

mergify bot commented May 15, 2023

This pull request is now in conflict :(

@mergify mergify bot added the conflict label May 15, 2023
@mergify mergify bot removed the conflict label Jun 30, 2023
@mergify
Copy link

mergify bot commented Jun 30, 2023

This pull request is now in conflict :(

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

Successfully merging this pull request may close these issues.

None yet

1 participant