Skip to content

Commit

Permalink
Merge pull request #708 from Pixilib/GaelO2-dev
Browse files Browse the repository at this point in the history
change model to attention unet
  • Loading branch information
salimkanoun committed Dec 28, 2023
2 parents 71e7c7b + 9961f6a commit 90e5bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function runInference(): MaskProcessingService
'idCT' => $idCT
];

$inferenceResponse = $this->gaelOProcessingService->executeInference('unet_model', $inferencePayload);
$inferenceResponse = $this->gaelOProcessingService->executeInference('pt_seg_attentionunet', $inferencePayload);
$maskId = $inferenceResponse['id_mask'];
$maskProcessingService = new MaskProcessingService($this->orthancService, $this->gaelOProcessingService);
$maskProcessingService->setMaskId($maskId);
Expand Down

0 comments on commit 90e5bed

Please sign in to comment.