|
@@ -140,7 +140,6 @@ namespace WingAIDiagnosisService.Carotid.Utilities
|
|
|
public bool Initialization(EnumPerformance performance, string modelFolder)
|
|
|
{
|
|
|
_diagSystem = new AIDiagSystem(performance, modelFolder, EnumInferWorkName.CarotidArteryPlaque, isCropped: true);
|
|
|
- _diagSystem.EnableDebugImageWrite = true;
|
|
|
_diagSystem.NotifyError += AIdiagSystem_NotifyError;
|
|
|
_diagSystem.NotifyLog += AIdiagSystem_NotifyLog;
|
|
|
_isInitializationSuccess = true;
|