elliotchencv

Results 1 issues of elliotchencv

Hi, I'm trying to compile this python version of Faster-RCNN on Windows. The modification was like: ``` if 'CUDA_PATH_V7_0' in os.environ: home = os.environ['CUDA_PATH_V7_0'] nvcc = pjoin(home, 'bin', 'nvcc.exe') ```...