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

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

diff --git a/README.md b/README.md
index 200169f0..f4ad3f0d 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,8 @@ 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 updating with `pip install -U opencv-python` 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 updating with `pip install -U opencv-python` or installing it through other means. 
+The install script installs `opencv-python~=4.5.1.48` installed via `pip`.
 
 
 ## Usage 
-- 
GitLab