mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed JSON-stream and MJPEG-stream on Windows and Linux.
This commit is contained in:
6
json_mjpeg_streams.sh
Normal file
6
json_mjpeg_streams.sh
Normal file
@ -0,0 +1,6 @@
|
||||
# Run this file and then open URL in Chrome/Firefox in 2 tabs: http://localhost:8070 and http://localhost:8090
|
||||
# Or open: http://ip-address:8070 and http://ip-address:8090
|
||||
# to get <ip-address> run: sudo ifconfig
|
||||
|
||||
./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights test50.mp4 -json_port 8070 -http_port 8090 -ext_output
|
||||
|
Reference in New Issue
Block a user