Open mailman2018 opened 2 years ago
Using the API is the best way. Either the C API, the C++ API, or the python wrapper.
which api specifically are you referring to?/ what would the process going about it look like?
Which one are you enquiring about?
This is the one that I personally maintain, the C++ one called DarkHelp: https://www.ccoderun.ca/darkhelp/api/API.html
Any one that could work. My partner and I working on our capstone project and have been stuck on how to get the coordinates from a camera feed for a while
j following up on this if you have time!
If I have time for what?
I've already given you a link to the API that I wrote and maintain. Use whichever one you want. The C API, the C++ one, the python one... Or use the darknet executable itself and get the coordinates in JSON format to parse by something else. Many different options available for you to try.
I suggest you make sure you read the FAQ: https://www.ccoderun.ca/programming/darknet_faq/
I want to send the coordinates of the bounding boxes used to a another piece of software. What is the best way to go about this?