Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Jun 21, 2024
1 parent b4b149d commit ba41c96
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/python/accuracy/public_scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,31 @@
"reference": ["38 (WritingOnBoard): 0.096, [0], [0], [0]"]
}
]
},
{
"name": "otx_models/sam_vit_b_zsl_decoder.xml",
"type": "SAMDecoder",
"prompter": "SAMLearnableVisualPrompter",
"encoder": "otx_models/sam_vit_b_zsl_encoder.xml",
"encoder_type": "SAMImageEncoder",
"test_data": [
{
"image": "coco128/images/train2017/000000000471.jpg",
"reference": ["mask sum: 108565; [385.0, 315.0, 0.93] [335.0, 414.0, 0.76] [44.0, 205.0, 0.66] [605.0, 224.0, 0.65]"]
}
]
},
{
"name": "otx_models/sam_vit_b_zsl_decoder.xml",
"type": "SAMDecoder",
"prompter": "SAMVisualPrompter",
"encoder": "otx_models/sam_vit_b_zsl_encoder.xml",
"encoder_type": "SAMImageEncoder",
"test_data": [
{
"image": "coco128/images/train2017/000000000471.jpg",
"reference": ["38 (WritingOnBoard): 0.096, [0], [0], [0]"]
}
]
}
]

0 comments on commit ba41c96

Please sign in to comment.