/mmdetection_cpp

An example of run faster-rcnn in cpp.

Primary LanguageC++

#mmdetection faster-rcnn example

Model in this project use roi_align, nms ops in torchvision

Usage

mkdir build
cd build
make -j4
./faster_rcnn ../faster_rcnn.traced ../demo.jpg

Example model can be download from here

requirements