diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java b/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java index 165f44ca34..fe86fb9f0b 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/objectdetection/ObjectDetectectionFileIngestModule.java @@ -87,7 +87,7 @@ public class ObjectDetectectionFileIngestModule extends FileIngestModuleAdapter if (refCounter.incrementAndGet(jobId) == 1 && classifiers.isEmpty()) { services.postMessage(IngestMessage.createWarningMessage(ObjectDetectionModuleFactory.getModuleName(), Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_subject(), - Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message("C:\\Users\\user1\\AppData\\Roaming\\autopsy\\object_detection_classifiers"))); + Bundle.ObjectDetectionFileIngestModule_noClassifiersFound_message(PlatformUtil.getObjectDetectionClassifierPath()))); } try { blackboard = Case.getCurrentCaseThrows().getServices().getBlackboard();