Closed davidefornelli closed 7 years ago
In the Part 1 of the tutorial, the script 1_computeRois.py raised dependencies erros when loading the helper.py script. To fix them I activated the cntkpy35 environment and used the following commands:
conda install -c menpo dlib
pip install easydict
conda install -c menpo opencv3
Already explained in the Prerequisites section
In my case I missed installing numpy: pip install -U numpy
pip install -U numpy
In the Part 1 of the tutorial, the script 1_computeRois.py raised dependencies erros when loading the helper.py script. To fix them I activated the cntkpy35 environment and used the following commands:
conda install -c menpo dlib
pip install easydict
conda install -c menpo opencv3