Hi,
I need to capture a particular type of image class among 8 classes and need to send some kind of an alert to a 3rd party web service with the image with boxes and timestamp.
Could someone kindly point out which part of the code I need to change for that please?
Thanks.
Pranabesh
It would be easier to write yourself a program and call darknet from it. I'd use python but you could use C or maybe even a shell script.
Thanks. Ok, that's a good idea. But I'm not sure how can I capture that particular class with it's box and use the highest probability to identify that.
Could it be possible for you to show an example?
I mean can anyone help me to understand how to call darknet from an external code and get the particular type of class with the image and boxes?
Thanks.
Pranabesh
https://github.com/PeterQuinn925/Squirrel/blob/master/sort_photos.py
This is great!
Thanks so much for your time and help.
Thanks and Regards
Pranabesh.
Most helpful comment
https://github.com/PeterQuinn925/Squirrel/blob/master/sort_photos.py