Fix keypoints.conf update Results docs (#2977)

This commit is contained in:
Laughing
2023-06-05 04:33:17 +08:00
committed by GitHub
parent a9129fb40e
commit bb5bbc2893
3 changed files with 35 additions and 13 deletions

View File

@ -220,9 +220,10 @@ def _test_results_api(res):
res.plot(pil=True)
res.plot(conf=True, boxes=False)
res.plot()
print(res)
print(res.path)
for k in res.keys:
print(getattr(res, k).data)
print(getattr(res, k))
def test_results():