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 6bd8753 commit e846d30Copy full SHA for e846d30
micro_sam/util.py
@@ -261,7 +261,7 @@ def _compute_3d(input_, predictor):
261
for z_slice in tqdm(input_, desc="Precompute Image Embeddings"):
262
predictor.reset_image()
263
264
- image = _to_image(input_)
+ image = _to_image(z_slice)
265
predictor.set_image(image)
266
embedding = predictor.get_image_embedding()
267
features.append(embedding[None])
0 commit comments