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 d4baa67 commit acd4886Copy full SHA for acd4886
development/benchmark.py
@@ -33,7 +33,7 @@
33
def _get_image_and_predictor(model_type, device):
34
example_data = fetch_livecell_example_data("../examples/data")
35
image = imageio.imread(example_data)
36
- predictor = util.get_sam_model(device, model_type)
+ predictor = util.get_sam_model(device=device, model_type=model_type)
37
return image, predictor
38
39
0 commit comments