From e6ece617ac54a9595f4e66c737768e68ee9e49c1 Mon Sep 17 00:00:00 2001 From: rdanecek <danekradek@gmail.com> Date: Mon, 13 Feb 2023 19:47:06 +0100 Subject: [PATCH] Update OpenCV and mmcv --- requirements38.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements38.txt b/requirements38.txt index bec94e42..bc07ab36 100644 --- a/requirements38.txt +++ b/requirements38.txt @@ -30,13 +30,15 @@ keras-preprocessing~=1.1.2 kornia~=0.6.1 matplotlib~=3.3.4 memory-profiler~=0.58.0 -mmcv~=1.2.2 +# mmcv~=1.2.2 +mmcv-full~=1.5.0 munch~=2.5.0 numpy>=1.23.1 omegaconf~=2.0.6 onnx~=1.10.2 onnxruntime-gpu~=1.9.0 -opencv-python~=4.5.1.48 +# opencv-python~=4.5.1.48 +opencv-python~=4.5.5 opencv-python-headless~=4.5.3.56 opt-einsum~=3.3.0 pathtools~=0.1.2 -- GitLab