Skip to content

Commit

Permalink
correct javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 9, 2024
1 parent f0db10b commit 1ec94be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ai/nets/samj/models/EfficientViTSamJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1ec94be

Please sign in to comment.