BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

Return of model classisification of digits training with googlelenet #6954

Open hungnv96 opened 4 years ago

hungnv96 commented 4 years ago

I have training model classification on digits to classify plate of vehicle. The model is using caffe and net googleLenet to training. When I run the model on digits, it returns the plate of the car, but when I run code with C++ open image with opencv( version 3.4.7) it’s return a plate of Motorbike. If the problem is the reading of the image input? Beause I read that the Digits using python’s input function is read a image imput, whether that matters?

Return of classification using C++

Screenshot from 2020-06-29 10-26-26

Return of classification using digits

Screenshot from 2020-06-29 10-22-15