Skip to content

Commit

Permalink
update zero shot test case
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv committed Oct 10, 2024
1 parent 8098584 commit 1e33e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/unit_tests/test_vista3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
TEST_CASE_INFER_MULTI_NEW_STR_PROMPT = [
{
"bundle_root": "models/vista3d",
"input_dict": {"label_prompt": ["new class 1", "new class 2", "new class 3"]},
"input_dict": {"label_prompt": ["new class 1"], "points": [[123, 212, 151]], "point_labels": [1]},
"patch_size": [32, 32, 32],
"checkpointloader#_disabled_": True, # do not load weights"
"initialize": ["$monai.utils.set_determinism(seed=123)"],
Expand Down

0 comments on commit 1e33e1e

Please sign in to comment.