Skip to content

Basic content based image retrieval using BIR dataset on kaggles. Using VGG16 to extract features

Notifications You must be signed in to change notification settings

sonhm3029/Content-based-image-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content-based-image-retrieval

I. Idea

1. Available data

  • Using CNN to make features extraction from our images data, we retrieve the images data as vectors

2. Query data

  • Turning the query image into vectors with the same way as our available data

3. Calculating the distance between the query data with our available data

4. Show K number of data that nearliest match the query data

II. Pipeline

About

Basic content based image retrieval using BIR dataset on kaggles. Using VGG16 to extract features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published