lightly-ai/lightly

Remove opencv dependency from tests

Open

#1,477 opened on Jan 15, 2024

View on GitHub
 (14 comments) (0 reactions) (1 assignee)Python (337 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,775 stars)
PR merge metrics
 (PR metrics pending)

Description

We still have an old opencv dependency in the tests, see here: https://github.com/lightly-ai/lightly/blob/2b215aa5d19b50515f280c1b0181f2f135cbc93f/tests/data/test_VideoDataset.py#L11

We should refactor the test(s) to not rely on opencv and remove opencv from all requirements files.

Contributor guide