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

GH28 Individual inference #29

Merged
merged 5 commits into from
Mar 18, 2024
Merged

GH28 Individual inference #29

merged 5 commits into from
Mar 18, 2024

Conversation

jsilter
Copy link
Collaborator

@jsilter jsilter commented Mar 4, 2024

Add inference.py, a simple CLI script which performs inference on a single exam. Optionally outputs visual attention overlay.

Also remove the sample argument from a bunch of loader functions since it is not being used.

Add inference.py, a simple CLI script which performs inference on a single exam.

Also remove the `sample` argument from a bunch of loader functions since it is not being used.
@jsilter jsilter requested a review from pgmikhael March 4, 2024 19:59
@jsilter jsilter linked an issue Mar 4, 2024 that may be closed by this pull request
Copy link
Collaborator

@pgmikhael pgmikhael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • should inference script also support PNGs / other inputs to the Serie object?
  • sample is relevant for training, so might want to keep

jsilter added 4 commits March 11, 2024 11:47
This means the target directory needs to only contain the relevant image files, can't have anything extra.
* Update version to 1.1.0
* Download model from GitHub
* Update README to point to wiki
* Update default model to be "sybil_ensemble"
@pgmikhael pgmikhael merged commit faf596b into main Mar 18, 2024
6 checks passed
@jsilter jsilter deleted the GH28_individual_inference branch June 5, 2024 15:21
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.

Streamline individual inference
2 participants