Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
129 stars 61 forks source link

Error in 1_computeRois.py #7

Closed davidefornelli closed 7 years ago

davidefornelli commented 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:

davidefornelli commented 7 years ago

Already explained in the Prerequisites section

geynen commented 6 years ago

In my case I missed installing numpy: pip install -U numpy