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 1dd682b commit f6ec144Copy full SHA for f6ec144
src/models.js
@@ -6012,6 +6012,8 @@ export class SamModel extends SamPreTrainedModel {
6012
...model_inputs,
6013
...(await this.get_image_embeddings(model_inputs))
6014
}
6015
+ } else {
6016
+ model_inputs = { ...model_inputs };
6017
6018
6019
// Set default input labels if they are missing
@@ -6117,6 +6119,8 @@ export class EdgeTamModel extends EdgeTamPreTrainedModel {
6117
6119
6118
6120
6121
6122
6123
6124
6125
6126
if (model_inputs.input_points) {
0 commit comments