Facebook
From Jittery Lechwe, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 88
  1. python "predict_video.py" --save_weights_path="WeightsTracknet\model.1" --input_video_path="VideoInput\video_cut.mp4" --output_video_path="VideoOutput\video_output.avi" --n_classes=256 --path_yolo_classes="Yolov3\yolov3.txt" --path_yolo_weights="Yolov3\yolov3.weights" --path_yolo_config="Yolov3\yolov3.cfg"