AlexeyAB / darknet

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

-mjpeg_port 8888 doesn't work well on server #3659

Open jszgz opened 5 years ago

jszgz commented 5 years ago

OS: Ubuntu16.04 MakeFile: OPENCV=1 Server IP: 192.168.1.200 My IP: 192.168.1.169

Chrome is always showing "connecting" on the left bottm corner when I visit http://192.168.1.200:8888, I tried many times but the problem remains. (I only succeed one time.) If I don't use -dont_show and -mjpeg_port 8888, I can get a window containing the chart, but once I drag the window the window turns black and crashes.

jszgz commented 5 years ago

netstat -ap | grep 8888 微信截图_20190725200104

jszgz commented 5 years ago

traing output 微信截图_20190725200203

jszgz commented 5 years ago

I use GPU to train and It's working fine.

AlexeyAB commented 5 years ago

So "-mjpeg_port 8888 doesn't work well on server" or "It's working fine" ?

jszgz commented 5 years ago

So "-mjpeg_port 8888 doesn't work well on server" or "It's working fine" ?

When I use CPU (Compile with CUDA=0 CUDNN=0) to train, it's weird( Altough CPU load was not high). But when I use GPU( Compile with CUDA=1 CUDNN=1), it works very well.

AlexeyAB commented 5 years ago

So problem in CPU-training, not in -mjpeg_port 8888