We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ffb93 commit 16375baCopy full SHA for 16375ba
src/main/java/ai/nets/samj/gui/MainGUI.java
@@ -84,7 +84,7 @@ public class MainGUI extends JFrame {
84
*/
85
protected static final String RESOURCES_FOLDER = "icons_samj/";
86
87
- protected static final List<SAMModel> DEFAULT_MODEL_LIST = new ArrayList<>();
+ public static final List<SAMModel> DEFAULT_MODEL_LIST = new ArrayList<>();
88
static {
89
DEFAULT_MODEL_LIST.add(new SAM2Tiny());
90
DEFAULT_MODEL_LIST.add(new SAM2Small());
0 commit comments