darknet_demo_json_stream.cmd 237 B

1234567
  1. rem Run this file and then open URL in Chrome/Firefox: rem http://localhost:8070
  2. rem Or open: http://ip-address:8070
  3. darknet.exe detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights test.mp4 -i 0 -json_port 8070 -ext_output
  4. pause