Fool your Machine Learning models with slightly altered images
Fool your models by doing some Pixel Perturbations
Computer Vision/Machine Learning Specialist
Fool your models by doing some Pixel Perturbations
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…)
Convolution is a well-known mathematical operation largely used in image processing for filtering operations. It is also an expensive task for the CPU since it’s an iterative process based on sums and multiplications. So, bigger images, longer processing times.