Skip to content

EDMIG/tf_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf_opencv

C++ project, which use Tensorflow DLL and use Opencv DLL to do predict and train.

This DEMO project runs a vision task on Video from Elevator Security Camera. And to count the head and get elevator's running information.

For head counting, this project use a pre-trained frozen PB file which use the Keras-Faster-RCNN network, and head rect data from MPII dataset. For floor and arrow information, this project use a semi-manually data and a simple 2-layer Nerual Network trained frozen PB file.

tensorflow dll and library downloads

opencv dll

fixed debug build, so that can debug the code

Task List

  • feed network with two/more inputs (NO UI)

  • get two/more output from predict (NO UI)

  • image process: get a specified rect from image to a Tensorflow Tensor

  • load RPN network and predict (NO UI)

  • implement helper to get ROI as input for classifier network input (NO UI)

About

C++ version of Tensorflow project which use OpenCV. And to save build time, use Tensorflow as DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors