MrGF / py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly

Usage:

  1. Download py-faster-rcnn from this url: https://github.com/rbgirshick/py-faster-rcnn

This version of faster-rcnn can be compiled on linux directly.

  1. For windows user, download the lib from this url: https://github.com/MrGF/py-faster-rcnn-windows

and replace it with the original lib provided by rbgirshick.

Then you can run : python setup.py python setup_cuda.py to compile the lib on windows directly. Enjoy!

Note: Please see the LICENSE on https://github.com/rbgirshick/py-faster-rcnn for details.

About

py-faster-rcnn that can compile on windows directly

License:MIT License


Languages

Language:Cuda 57.1%Language:Python 40.6%Language:C 1.9%Language:MATLAB 0.4%Language:C++ 0.0%Language:Makefile 0.0%