restful-yolo
restful-yolo copied to clipboard
RESTful Web Service and C++ compilable version of YOLO written in C and CUDA for object detection.
Hi there, Just wondering about the workflow, I read that the logic was first write image to input.jpg file and then do detection on the file. Is that correct?
Could you please describe the http endpoint? How does the post command look like? A cURL example with a single image would be highly appreciated. Thanks!
How can i do the same in windows?
Hi, I tried compiling darknet-cpp with GPU=1, CUDNN=1, OPENCV=1, DEBUG=1. I get the following error: ``` g++ -Wno-unused-result -std=c++11 -DOPENCV `pkg-config --cflags opencv` -DGPU -I/usr/local/cuda/include/ -I"/usr/local/lib/restbed/distribution/include/" -DCUDNN -Wno-write-strings -Wall -O0...