AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.56k stars 7.95k forks source link

cant reach mjpeg server #3140

Open kebundsc opened 5 years ago

kebundsc commented 5 years ago

@AlexeyAB Hello and many thanks for this repository.

I'm training on AWS EC2 instance. I train with the following command:

./darknet detector train cfg/ast.data cfg/yolov3-ast_train.cfg darknet53.conv.74 -dont_show -mjpeg_port 8090 -map

but i can't reach the server with any browser.

I've installed opencv and built darknet with OPENCV = 1. I've added a custom TCP rule to my EC 2 instance.

Can you tell me what I am doing wrong? do I need any additional parameters in the cmake command for building opencv or a specific version of opencv?

Thank You! Kevin

AlexeyAB commented 5 years ago

@kebundsc Hi,

Read these posts: