Skip to content
Discussion options

You must be logged in to vote

@NiekPennings

You should be able to by specifying it with the -chk flag. It defaults to the final_checkpoint as well.

I made a nnUNetv2 CLI Catalog awhile ago. Here's the section on prediction. Hope this helps!

## Command: `nnUNetv2_predict`

### Arugments
- `-i`
  - **Type**: `str`
  - **Required**: Yes
  - **Help**: Input folder. Ensure the correct channel numbering for your files (e.g., `_0000`). File endings must match the training dataset.

- `-o`
  - **Type**: `str`
  - **Required**: Yes
  - **Help**: Output folder. If it does not exist, it will be created. Predicted segmentations will have the same name as their source images.

- `-m`
  - **Type**: `str`
  - **Required**: Yes
  - *…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NiekPennings
Comment options

Answer selected by NiekPennings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants