NVIDIA / VideoProcessingFramework

Set of Python bindings to C++ libraries which provides full HW acceleration for video decoding, encoding and GPU-accelerated color space and pixel format conversions
Apache License 2.0
1.32k stars 233 forks source link

Remove unnecessary opencv-python dependency #512

Closed nicolone closed 1 year ago

nicolone commented 1 year ago

AFAIK the opencv-python dependency is only required for the tests and thus should be removed from torch extra.

gedoensmax commented 1 year ago

In case you rebase this on the master and checks run through we can merge it.