Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.
/ Image-Matching Public archive

Features Extraction & Image Matching with SIFT and VGG Features

Notifications You must be signed in to change notification settings

Totorro35/Image-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features Extraction and Image Matching

Article

Etude d'un article scientifique

[15] Learning to Generate Chairs with Convolutional Neural Networks. Alexey Dosovitskiy, J. Springenberg, Thomas Brox. CVPR 2015.

Projet

Installation

export DOCKER_NAME = name
docker build -t ${DOCKER_NAME}:v1 .
docker run -v $PWD:/workspace/VO_EWA -w /workspace/VO_EWA -it ${DOCKER_NAME}:v1 /bin/bash

Indexing

python3 project/db_indexing.py --database data/base1/ --save Base/Base1/ --descriptor "SIFT"

Choix de descripteur disponible :

  • SIFT
  • VGG19
  • VGG16
  • VGG16_fully
  • VGG16_max
  • VGG16_avg

Query

Fonctionne uniquement pour les descripteurs SIFT
python3 project/query_search.py --database Base/COREL/ --query data/COREL/corel_0000000303_512.jpg --test
--test option pour calculer la courbe precision-rappel

About

Features Extraction & Image Matching with SIFT and VGG Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published