aaronhan92
aaronhan92
> It worked for me. It is relatively easy in Yolov2 to change the config file to incorporate your data (no additional changes). You need to train for more iterations....
Goal: To implement face detection and facial expression recognition using Darkflow. Please kindly comment whether if my implementation flow works as follow: 1) Git clone the darkflow.git 2) Download pre-trained...
Yes, I'm able to use the generated model to detect my face via web cam. Moreover, after generated the pb file using this command 'python flow --model cfg/tiny-yolo-widerface.cfg --load 8000...
Hi Szaza, Fyi, I am using yolov2-tiny.cfg and yolov2-tiny-voc_10000.weights to train my own dataset (winnie the pooh and tiger) . However, the Yolov2 app does not work after finished the...