diff --git a/src/main/java/ai/nets/samj/models/EfficientViTSamJ.java b/src/main/java/ai/nets/samj/models/EfficientViTSamJ.java index 63181cb..5b125d3 100644 --- a/src/main/java/ai/nets/samj/models/EfficientViTSamJ.java +++ b/src/main/java/ai/nets/samj/models/EfficientViTSamJ.java @@ -245,7 +245,7 @@ else if (task.status == TaskStatus.CRASHED) * This method encodes the image provided, so depending on the computer and on the model * it might take some time. * - * The model used is the default one {@value SamEnvManager#DEFAULT_EVITSAM} + * The model used is the default one {@value EfficientViTSamEnvManager#DEFAULT_EVITSAM} * * @param manager * environment manager that contians all the paths to the environments needed, Python executables and model weights @@ -271,7 +271,7 @@ else if (task.status == TaskStatus.CRASHED) * This method encodes the image provided, so depending on the computer and on the model * it might take some time. * - * The model used is the default one {@value SamEnvManager#DEFAULT_EVITSAM} + * The model used is the default one {@value EfficientViTSamEnvManager#DEFAULT_EVITSAM} * * @param manager * environment manager that contians all the paths to the environments needed, Python executables and model weights