menu connected
wide shoutbox
/listConnections - list all current connections to shoutbox
/version - return current version
/t - shout as mr.turing
/addXMPPRelay/(xmpp buddy name) - add buddy as an xmpp relay
/removeXMPPRelay/(xmpp buddy name) - remove buddy as xmpp relay
Hi Grog, For the
Yolo and JavaCV 1.4
So, good news... JavaCV 1.4 works with Yolo. I have some basic test code working and returning back the object label and bounding box for any objects that are above a confidence recognition threshold.
But this definitely means we need to bump to javacv 1.4
I just pushed those changes.. (probably should have tested a bit more before i did so.. :-P )
Anyway.. there are 3 files required for getting yolo working with javacv 1.4
yolo.weights found here: https://pjreddie.com/media/files/yolo.weights
yolo.cfg found here: https://github.com/pjreddie/darknet/blob/master/cfg/yolo.cfg
coco.names found here: https://github.com/pjreddie/darknet/blob/master/data/coco.names