Skip to content

An implementation of the Faster R-CNN in C++ on Windows

Notifications You must be signed in to change notification settings

lvliris/ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection

This is an implementation of the Faster R-CNN in C++ on Windows

The project includes:

  • The camera capturing the image
  • Detecting persons in the pictures
  • Saving the pictures and sending them to the server and the smart phone

Requirements

  • caffe
  • OpenCV

Getting Started

  • Create a solution with Visual Studio and include the source code
  • Download the GeTui APP and use the value in the app to replace the "appId", "appKey", "masterSecret" and "cid" in GETUI.h
  • Build the solution
  • Run ObjectDetect.cpp

Results

The speed of the program achieves 13fps on GeForce GTX 1060

About

An implementation of the Faster R-CNN in C++ on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages