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

Training of a nn-Unet-v2 #32

Merged
merged 35 commits into from
Jul 13, 2023
Merged

Training of a nn-Unet-v2 #32

merged 35 commits into from
Jul 13, 2023

Conversation

plbenveniste
Copy link
Collaborator

@plbenveniste plbenveniste commented May 12, 2023

  • Created the convert_bids_to_nnunet.py file in order to have something specific to the zurich_mouse dataset.
  • Created the split_dict.json to select the files from the dataset for training, validation and testing.
  • Created a notebook to work on the training of a nn-Unet-v2 model (to be converted into a .py file afterwards)

Related to #30, #38
Fixes #40, #39

@jcohenadad jcohenadad changed the title Plb/nnunet - Training of a nn-Unet-v2 Training of a nn-Unet-v2 Jul 12, 2023
test.py Outdated Show resolved Hide resolved
test.py Show resolved Hide resolved
test.py Outdated Show resolved Hide resolved
@plbenveniste
Copy link
Collaborator Author

This branch contains the following python files:

  • utils/convert_bids_to_nnunet.py
  • utils/convert_nnunet_to_bids.py
  • utils/crop_image_and_mask.py
  • utils/extract_slices.py
  • test.py
    Each file has formatted in the correct way.

The README.md file has been updated to describe the project process.

@plbenveniste plbenveniste merged commit 3f33d88 into main Jul 13, 2023
@plbenveniste plbenveniste deleted the plb/nnunet branch July 13, 2023 19:04
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.

Create simple test.py inference script
2 participants