Hello,
Is there any way to save video detection results as video?
use ./darknet detector demo data/your_data.data cfg/your_cfg.cfg
pre_trained_model.weights test_vid.avi -out_filename res.avi
Regards
Ahsan
On Wed, May 2, 2018 at 2:24 PM, Cipusha notifications@github.com wrote:
Hello,
Is there any way to save video detection results as video?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/AlexeyAB/darknet/issues/729, or mute the thread
https://github.com/notifications/unsubscribe-auth/AK9zjgiZhrmiZcx6__F6pPqB_FQ-PSMmks5tuXtmgaJpZM4TvIPj
.
Thank you very much @ahsan856jalal !
@ahsan856jalal Excuse me, can you save the predicted picture?
Most helpful comment
use ./darknet detector demo data/your_data.data cfg/your_cfg.cfg
pre_trained_model.weights test_vid.avi -out_filename res.avi
Regards
Ahsan
On Wed, May 2, 2018 at 2:24 PM, Cipusha notifications@github.com wrote: