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 7ac4645 commit cc6efd1Copy full SHA for cc6efd1
label_studio_ml/examples/yolo/tests/test_keypoint_labels.py
@@ -131,4 +131,4 @@ def test_keypoints_predict(client, label_config, task, expect):
131
)
132
assert response.status_code == 200, "Error while predict"
133
data = response.json
134
- compare_nested_structures(data["results"], expect, rel=1e-3)
+ compare_nested_structures(data["results"], expect, rel=1e-1)
0 commit comments