Skip to content

This is a Pytorch reimplementation of "Large-Scale Image Retrieval with Attentive Deep Local Features"

Notifications You must be signed in to change notification settings

prismformore/delf-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

delf-pytorch

This is a Pytorch implementation of DELF that is based on official tensorflow implementation. This repository provides clean training codes on The Quick Draw Dataset.

According to the paper, training process is divided into two steps: 1. Train resnet backbone; 2. Train attention layers. You may choose this in settings.py

Dataset should be generated from Simplified Drawing files (.ndjson) of Quick Draw Dataset.

Simply starting training by:

python main.py -a train 

About

This is a Pytorch reimplementation of "Large-Scale Image Retrieval with Attentive Deep Local Features"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages