tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 401 forks source link

JSON output not working for video #271

Open bjornekstrom opened 5 years ago

bjornekstrom commented 5 years ago

Predicting image files and generating JSON output works fine but I have not been able to get JSON metadata from video files.

Command used:

lumi predict video.mp4 -f preds/video.json -d preds/

I have tried both with checkpointflags fast and accurate.

Thanks in advance.