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 ffb1bf4 commit a48e3f5Copy full SHA for a48e3f5
models/image_segmentation_efficientsam/demo.py
@@ -76,6 +76,8 @@ def select(event, x, y, flags, param):
76
clicked_left = True
77
78
if __name__ == '__main__':
79
+ backend_id = backend_target_pairs[args.backend_target][0]
80
+ target_id = backend_target_pairs[args.backend_target][1]
81
# Load the EfficientSAM model
82
model = EfficientSam(modelPath=args.model)
83
0 commit comments