Skip to content

Commit 45b3ee9

Browse files
committed
change inference script
1 parent 2bb7b26 commit 45b3ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/applications/FeTS_CLI_Segment.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int main(int argc, char** argv)
135135
hardcodedModelWeightPath = hardcodedOpenFLPath + "/bin/federations/weights/", // start with the common location
136136
hardcodedPythonPath = hardcodedOpenFLPath + "/venv/bin/python", // this needs to change for Windows (wonder what happens for macOS?)
137137
hardcodedPythonPath_fusion = fetsApplicationPath + "/LabelFusion/venv/bin/python", // this needs to change for Windows (wonder what happens for macOS?)
138-
scriptToCall = hardcodedOpenFLPath + "/submodules/fets_ai/Algorithms/fets/bin/brainmage_validation_scores_to_disk.py"; // the script that does the inference and scoring
138+
scriptToCall = hardcodedOpenFLPath + "/submodules/fets_ai/Algorithms/fets/bin/brainmage_validation_outputs_to_disk_newer.py"; // the script that does the inference and scoring
139139
auto fets_dataDir = getCaPTkDataDir();
140140
auto hardcodedFinalModelsWeightsPath = fets_dataDir + "/fets_consensus";
141141
auto hardcodedFinalModelsSeriesWeightsPath = fets_dataDir + "/fets_consensus_models/";

0 commit comments

Comments
 (0)