File tree 6 files changed +18
-18
lines changed
src/main/java/ai/nets/samj/communication/model 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ public class EfficientViTSAML1 extends SAMModel {
54
54
55
55
/**
56
56
* Create an instance of the model that loads the model and encodes an image
57
- * @param manager
58
- * the model manager that contains the info about where the model
59
- * environment and model weights are installed
60
57
*/
61
58
public EfficientViTSAML1 () {
62
59
this .isHeavy = false ;
@@ -73,6 +70,9 @@ public EfficientViTSAML1() {
73
70
74
71
/**
75
72
* Create an instance of the model that loads the model and encodes an image
73
+ * @param manager
74
+ * the model manager that contains the info about where the model
75
+ * environment and model weights are installed
76
76
*/
77
77
public EfficientViTSAML1 (EfficientViTSamEnvManager manager ) {
78
78
this .isHeavy = false ;
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ public class EfficientViTSAML2 extends SAMModel {
54
54
55
55
/**
56
56
* Create an instance of the model that loads the model and encodes an image
57
- * @param manager
58
- * the model manager that contains the info about where the model
59
- * environment and model weights are installed
60
57
*/
61
58
public EfficientViTSAML2 () {
62
59
this .isHeavy = false ;
@@ -73,6 +70,9 @@ public EfficientViTSAML2() {
73
70
74
71
/**
75
72
* Create an instance of the model that loads the model and encodes an image
73
+ * @param manager
74
+ * the model manager that contains the info about where the model
75
+ * environment and model weights are installed
76
76
*/
77
77
public EfficientViTSAML2 (EfficientViTSamEnvManager manager ) {
78
78
this .isHeavy = false ;
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ public class EfficientViTSAMXL0 extends SAMModel {
53
53
54
54
/**
55
55
* Create an instance of the model that loads the model and encodes an image
56
- * @param manager
57
- * the model manager that contains the info about where the model
58
- * environment and model weights are installed
59
56
*/
60
57
public EfficientViTSAMXL0 () {
61
58
this .isHeavy = false ;
@@ -72,6 +69,9 @@ public EfficientViTSAMXL0() {
72
69
73
70
/**
74
71
* Create an instance of the model that loads the model and encodes an image
72
+ * @param manager
73
+ * the model manager that contains the info about where the model
74
+ * environment and model weights are installed
75
75
*/
76
76
public EfficientViTSAMXL0 (EfficientViTSamEnvManager manager ) {
77
77
this .isHeavy = false ;
Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ public class EfficientViTSAMXL1 extends SAMModel {
55
55
56
56
/**
57
57
* Create an instance of the model that loads the model and encodes an image
58
- * @param manager
59
- * the model manager that contains the info about where the model
60
- * environment and model weights are installed
61
58
*/
62
59
public EfficientViTSAMXL1 () {
63
60
this .isHeavy = false ;
@@ -74,6 +71,9 @@ public EfficientViTSAMXL1() {
74
71
75
72
/**
76
73
* Create an instance of the model that loads the model and encodes an image
74
+ * @param manager
75
+ * the model manager that contains the info about where the model
76
+ * environment and model weights are installed
77
77
*/
78
78
public EfficientViTSAMXL1 (EfficientViTSamEnvManager manager ) {
79
79
this .isHeavy = false ;
Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ public class SAM2Large extends SAMModel {
55
55
56
56
/**
57
57
* Create an instance of the model that loads the model and encodes an image
58
- * @param manager
59
- * the model manager that contains the info about where the model
60
- * environment and model weights are installed
61
58
*/
62
59
public SAM2Large () {
63
60
this .isHeavy = true ;
@@ -76,6 +73,9 @@ public SAM2Large() {
76
73
77
74
/**
78
75
* Create an instance of the model that loads the model and encodes an image
76
+ * @param manager
77
+ * the model manager that contains the info about where the model
78
+ * environment and model weights are installed
79
79
*/
80
80
public SAM2Large (Sam2EnvManager manager ) {
81
81
this .isHeavy = true ;
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ public class SAM2Small extends SAMModel {
54
54
55
55
/**
56
56
* Create an instance of the model that loads the model and encodes an image
57
- * @param manager
58
- * the model manager that contains the info about where the model
59
- * environment and model weights are installed
60
57
*/
61
58
public SAM2Small () {
62
59
this .isHeavy = true ;
@@ -74,6 +71,9 @@ public SAM2Small() {
74
71
75
72
/**
76
73
* Create an instance of the model that loads the model and encodes an image
74
+ * @param manager
75
+ * the model manager that contains the info about where the model
76
+ * environment and model weights are installed
77
77
*/
78
78
public SAM2Small (Sam2EnvManager manager ) {
79
79
this .isHeavy = true ;
You can’t perform that action at this time.
0 commit comments