MrGF / py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly
MIT License
135 stars 70 forks source link

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

Open xdsonglinliu opened 7 years ago

xdsonglinliu commented 7 years ago

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.

pandabc commented 7 years ago

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