mks0601 / A-Convolutional-Neural-Network-Cascade-for-Face-Detection

TensorFlow implementation of "A Convolutional Neural Network Cascade for Face Detection", CVPR 2015
http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Li_A_Convolutional_Neural_2015_CVPR_paper.pdf
109 stars 62 forks source link

How to detect in a video frame #6

Closed MurugeshMarvel closed 5 years ago

MurugeshMarvel commented 7 years ago

Hi, I need to detect a particular object trained with CNN in the video frame other than the static images. I tried with general threshold algorithms for that purpose.