Skip to content
Snippets Groups Projects
Commit a9c20bcd authored by RABijl's avatar RABijl
Browse files

reverts y input coordinate of b with cb below that crept via cherry picking

parent 8fc2b3d5
No related branches found
No related tags found
1 merge request!20Feature/precise positioning
Pipeline #18329 passed
......@@ -34,7 +34,7 @@ def test_ideal_crops(box_coords, result, scanned_image_keypoints, scanned_image)
@pytest.mark.parametrize('box_coords, result', [((341, 471), True), ((352, 482), True), ((448, 482), True),
((423, 474), True), ((460, 475), False), ((477, 474), True),
((87, 548), False)],
((87, 544), False)],
ids=["1 filled bottom right", "1 filled top left", "5 filled with a bit of 6",
"4 fully filled with the label", "6 empty with label",
"7 partially cropped, filled and a part of 6", "B empty with cb at the bottom"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment