I'm processing a video in darkflow using yolo.cfg and yolov2.weights, and i'm getting very low fps, averaging 1.5fps. I'm running darkflow on a 56Gb ram Xeon server with a TPU,so setup is surely not an issue.
I'm running using the command:
python flow --model cfg/yolo.cfg --load bin/yolov2.weights --demo vid.mp4
--gpu 1.0 --saveVideo.
Console output:
GPU mode with 1.0 usage 2018-11-30 14:35:20.554452: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 Finished in 12.791078329086304s
Press [ESC] to quit demo 1.210 FPS
Comments
Post a Comment