AlexeyAB / darknet

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

Can darknet realize remote detection using http protocol? #7042

Open 1027663760 opened 3 years ago

1027663760 commented 3 years ago

The current darknet command to detect a picture is: darknet.exe detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -thresh 0.25 Can you add an HTTP service mode to this function? For example, through http to set .cfg .weights -thresh 0.25 Then POST requests the picture and returns the test result @AlexeyAB

1027663760 commented 3 years ago

@AlexeyAB