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 for torch extra. #513

Closed nicolone closed 1 year ago

nicolone commented 1 year ago

AFAIK the opencv-python dependency is not required for the torch extra and thus could be removed.

nicolone commented 1 year ago

Test is also failing on current master branch. I guess tensorrt is not correctly installed on the github worker that runs the job.

gedoensmax commented 1 year ago

Yeah I guess...