classify icon indicating copy to clipboard operation
classify copied to clipboard

Node-based CLI for Neural Network Image Classification via Coco model

Results 1 classify issues
Sort by recently updated
recently updated
newest added

I followed instructions to install https://github.com/justadudewhohacks/opencv4nodejs#how-to-install. But when I try to run the first example `classify --image ./images/test/bicycle.jpg --quick` I get the following error `~/Working/research_ws/nodejs/classify/index.js:357 net = cv.readNetFromCaffe(prototxt, modelFile) ^...