File tree Expand file tree Collapse file tree
app/GaelO/Services/GaelOProcessingService Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88use App \GaelO \Services \OrthancService ;
99use App \Jobs \RadiomicsReport \GaelOProcessingFile ;
1010use Exception ;
11- use Illuminate \Support \Facades \Log ;
1211
1312class TmtvProcessingService
1413{
@@ -92,7 +91,6 @@ public function runRegionalSegmentationCtInference()
9291 ];
9392
9493 $ inferenceResponse = $ this ->gaelOProcessingService ->executeInferenceAsync ('localisation_regional_swinunetr_ct ' , $ inferencePayload );
95- Log::info ('Inference regional response: ' .json_encode ($ inferenceResponse ));
9694 $ maskId = $ inferenceResponse ['id_mask ' ];
9795 $ maskProcessingService = new MaskProcessingService ($ this ->orthancService , $ this ->gaelOProcessingService );
9896 $ maskProcessingService ->setMaskId ($ maskId );
@@ -112,7 +110,6 @@ public function runAnatomySegmentationCtInference()
112110 ];
113111
114112 $ inferenceResponse = $ this ->gaelOProcessingService ->executeInferenceAsync ('localisation_anatomy_attentionunet_ct ' , $ inferencePayload );
115- Log::info ('Inference anatomy response: ' . json_encode ($ inferenceResponse ));
116113 $ maskId = $ inferenceResponse ['id_mask ' ];
117114 $ maskProcessingService = new MaskProcessingService ($ this ->orthancService , $ this ->gaelOProcessingService );
118115 $ maskProcessingService ->setMaskId ($ maskId );
Original file line number Diff line number Diff line change 2525 | or any other location as required by the application or its packages.
2626 */
2727
28- 'version ' => '2.14.1 ' ,
28+ 'version ' => '2.14.2 ' ,
2929
3030 /*
3131 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments