CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.09k stars 1.1k forks source link

'the nvcc binary could not be located in your $path' for windows cpu only #170

Open nikitaax3 opened 6 years ago

nikitaax3 commented 6 years ago

Hey, when I try to do python setup.py build_ext --inplace I get the error with nvcc. I tried already to annotate some code (https://github.com/CharlesShang/FastMaskRCNN/issues/62) and also installed everything with gpu support but nothing is working. any one can give some advice? thanks

vps62 commented 6 years ago

Hi @nikitaax3 , Have you resolved this issue?