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

New Model Data Preparation #64

Open
CavRiley opened this issue Oct 15, 2024 · 0 comments
Open

New Model Data Preparation #64

CavRiley opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@CavRiley
Copy link
Collaborator

If this feature request related to a problem? Please describe.

The dcm-classifier package lacks a script for preparing data for new model training. The prepared data should include a set of json files in the following format ${ImageType}_${SeriesUID}.json and the accompanying nifti file formatted like this {ImageType}_${SeriesUID}_${SubvolumeNumber:03}.nii.gz.

Alternatives Considered If Applicable

N/A

Rationale

New model training using image pixel data can provide features the current method of classification does not include potentially improving image classification.

Implementation Ideas

We can create the data needed for training by using the image metadata gathered in the current implementation of the model as well as the nifit image we create. The JSON file should contain the image type, metadata for classification as well as the output probabilities for each sub-volume within the series.

Additional Context

N/A

@CavRiley CavRiley self-assigned this Oct 15, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant