YihangLou / FasterRCNN-Encapsulation-Cplusplus

Encapsulation C++ version of FasterRCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FasterRCNN-Encapsulation-Cplusplus

Encapsulation C++ version of FasterRCNN

Here is C++ Implementation of FasterRCNN Interface. As you can see, there are two folders and you can compile the self-defined cpp files with caffe, or compile your files as a dynamic lib. How to compile it ? I have written the CMakeList.txt that can help you to comiple on your own environment. What you need to do is only change some necessary paths. All the code has been tested and the test results are also included. Wish it can help you~~~

####If you find it helpful to you, please give me a star :) Thank you ~~~

About

Encapsulation C++ version of FasterRCNN


Languages

Language:C++ 47.1%Language:C 24.2%Language:CMake 21.1%Language:Makefile 7.4%Language:Shell 0.2%