Skip to content

Commit

Permalink
correct todo for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 9, 2024
1 parent 4cf6a9c commit f189c50
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/java/ai/nets/samj/install/Sam2EnvManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ public class Sam2EnvManager extends SamEnvManagerAbstract {
* Name of the file that contains the weights of SAM Huge
*/
final public static String SAM2_LARGE_WEIGHTS_NAME = "sam2_hiera_large.pth";
/**
/**
* Dependencies to be checked to make sure that the environment is able to load a SAM based model.
* General for every supported model.
*/
/**
/*
* TODO add hard version deps when JDLL mamba is fixed
final public static List<String> CHECK_DEPS = Arrays.asList(new String[] {"appose", "torch=2.4.0",
"torchvision=0.19.0", "skimage", "sam2", "pytest"});
*/
/**
* Dependencies to be checked to make sure that the environment is able to load a SAM based model.
* General for every supported model.
*/
final public static List<String> CHECK_DEPS = Arrays.asList(new String[] {"appose", "torch",
"torchvision", "skimage", "sam2", "pytest"});
/**
Expand Down

0 comments on commit f189c50

Please sign in to comment.