Machine Learning basics: Loss and Accuracy
You recently started some Machine Learning projects, got some results, but stumbled on how to evaluate them. (more…)
Computer Vision/Machine Learning Specialist
You recently started some Machine Learning projects, got some results, but stumbled on how to evaluate them. (more…)
Every time we install OpenCV on a new computer it is almost the same ritual… (more…)
Training Machine learning models depends a lot on your general organization. (more…)
With Transfer Learning is possible to take a pre-trained network, and use it as a starting point for a new task
(more…)
A very useful functionality was added to OpenCV’s DNN module: a Tensorflow net importer. (more…)
When trying to segment desired regions of an image, sometimes we need more than one algorithm. K-means is very often one of them.
Last week I had an exciting opportunity: implement a camera prototype using the Raspberry Pi.
A new version of OpenCV has been released so… Time to update!