diff --git a/README.md b/README.md index 200169f..f4ad3f0 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