By realpython -
2021-01-22
Let's look at how to to utilize image fingerprinting to perform near-duplicate image detection.
By Medium -
2020-12-02
Semantic segmentation is the task of predicting the class of each pixel in an image. This problem is more difficult than object detection…
By Medium -
2020-11-22
Traditional computer vision methods are outdated. Use this instead.
By Medium -
2020-12-21
Over 70% of the world’s fresh water is used for irrigation and naturally, there is a huge demand for accurate estimates and metrics that could aid sensible water use in the agricultural sector…
By Medium -
2021-02-04
When we start learning how to build deep neural networks with Keras, the first method we use to input data is simply loading it into NumPy arrays. At some point, especially when working with images…
By Medium -
2021-01-31
I always liked city maps and a few weeks ago I decided to build my own artistic versions of it. After googling a little bit I discovered this incredible tutorial written by Frank Ceballos. It is a…