Darkflow: Video is not displaying.

Created on 22 Dec 2017  路  1Comment  路  Source: thtrieu/darkflow

I am trying to run camera video demo when using this command it executing correctly but no video output

./flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.weights --demo demo.mp4

but as i use --saveVideo, its output video working fine

./flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.weights --demo demo.mp4 --saveVideo

bug

Most helpful comment

For a temporary fix, inserting file = 0 after https://github.com/thtrieu/darkflow/blob/master/darkflow/net/help.py#L78 solves this problem. However, it breaks the FPS of the saved video.

>All comments

For a temporary fix, inserting file = 0 after https://github.com/thtrieu/darkflow/blob/master/darkflow/net/help.py#L78 solves this problem. However, it breaks the FPS of the saved video.

Was this page helpful?
0 / 5 - 0 ratings