nndet_extract_experiment_predictions script#

Script used to copy and save nnDetection Experiment predictions, from the original experiment folder to the specified output folder.

usage: nndet_extract_experiment_predictions [-h] --config-file CONFIG_FILE
                                            --output-experiment-folder
                                            OUTPUT_EXPERIMENT_FOLDER [-v | -q]

Named Arguments#

--config-file

File path for the configuration dictionary, used to retrieve experiment settings

--output-experiment-folder

Folder path to set the output experiment folder.

-v, --verbose

Enable verbose output in terminal. Add multiple times to increase verbosity.

-q, --silent

Suppress most log outputs in terminal.

Example call:

nndet_extract_experiment_predictions.py --config-file /path/to/config_file.json --output-experiment-folder /home/Experiment_Predictions