py-faster-rcnn-windows icon indicating copy to clipboard operation
py-faster-rcnn-windows copied to clipboard

What is the difference between setup.py and setup_cuda.py ?

Open xdsonglinliu opened this issue 8 years ago • 1 comments

Is setup.py for CPU only version and setup_cuda.py for GPU version? and if I use GPU, whether we should compile setup.py and setup_cuda.py sequentially? Thanks a lot.

xdsonglinliu avatar May 29 '17 23:05 xdsonglinliu

setup is for compiling cpu version, setup_cuda is for gpu version

pandabc avatar Aug 27 '17 07:08 pandabc