Skip to content

Commit

Permalink
change model to attention unet
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Dec 27, 2023
1 parent 2f921b1 commit 9961f6a
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 9961f6a

Please sign in to comment.