306 - Content based image retrieval​ via feature extraction in python

DigitalSreeni
DigitalSreeni
5.5 هزار بار بازدید - 7 ماه پیش - Code generated in the video
Code generated in the video can be downloaded from here:
https://github.com/bnsreenu/python_fo...

In this video, we will create a content-based image retrieval system which is basically an image-based search. We achieve this task by storing features from images into a database that we will search to retrieve images. Features can be generated many ways. In this tutorial I will extract custom features using a few digital image filters. I will also show feature extraction using pre-trained VGG16 and ResNet50 networks on Imagenet database.

You will learn about the importance of features along the way.

The features from this query image are compared against features from the indexed database and a match score gets reported. The match is performed using the cosine distance method.
https://en.wikipedia.org/wiki/Cosine_...

The top 3 matching image names are then printed on the screen.
7 ماه پیش در تاریخ 1402/10/20 منتشر شده است.
5,584 بـار بازدید شده
... بیشتر