From 94d773b4612f8366af0f65e344bb5449a6d1ffda Mon Sep 17 00:00:00 2001
From: rdanecek <danekradek@gmail.com>
Date: Sat, 11 Feb 2023 14:27:27 +0100
Subject: [PATCH] Add a note  about troubleshooting OpenCV

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 957c98af..200169f0 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ Pytorch3D installation (which is part of the requirements file) can unfortunatel
 
 Notes: 
 1) EMOCA was developed with Pytorch 1.12.1 and Pytorch3d 0.6.2 running on CUDA toolkit 11.1.1 with cuDNN 8.0.5. If for some reason installation of these failed on your machine (which can happen), feel free to install these dependencies another way. The most important thing is that version of Pytorch and Pytorch3D match. The version of CUDA is probably less important.
-2) Some people experience import issues with opencv-python from either pip or conda. If the OpenCV version installed by the automated script does not work for you (i.e. it does not import without errors), try installing it through other means. The install script installs `opencv-python~=4.5.1.48` installed via `pip`.
+2) Some people experience import issues with opencv-python from either pip or conda. If the OpenCV version installed by the automated script does not work for you (i.e. it does not import without errors), try installing updating with `pip install -U opencv-python` it through other means. The install script installs `opencv-python~=4.5.1.48` installed via `pip`.
 
 
 ## Usage 
-- 
GitLab