How to use the detect function from bindings
Find comprehensive JavaScript bindings.detect code examples handpicked from public code repositorys.
GitHub: mobimeo/node-yolo
10 11 12 13 14 15 16 17 18 19
const captureFromCam = !captureFromFile; const cameraIndex = cfg.cameraIndex || 0; const thresh = cfg.thresh || 0.24; const hierThresh = cfg.hierThresh || 0.5; const frameSkip = cfg.frameSkip || 0; darknet.detect({ cfg: cfg.cfg, weights: cfg.weights, data: cfg.data, captureFromFile,
50
369
0
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)