Skip to content

Commit

Permalink
removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnn committed Feb 7, 2025
1 parent dfe8087 commit 10a923c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/integ/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,13 +491,3 @@ def test_video_tracking_by_given_model():
assert len(result) == 10
assert len([res["label"] for res in result[0]]) == 24
assert len([res["mask"] for res in result[0]]) == 24


def test_finetuned_object_detection_empty():
img = ski.data.coins()

result = custom_object_detection(
deployment_id="5015ec65-b99b-4d62-bef1-fb6acb87bb9c",
image=img,
)
assert len(result) == 0 # no coin objects detected on the finetuned model

0 comments on commit 10a923c

Please sign in to comment.