Skip to content

neka-nat/pytorch-hdml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardness-Aware Deep Metric Learning

This is an unofficial implementation of "Hardness-Aware Deep Metric Learning" (CVPR 2019 Oral) in Pytorch.

Installation

cd pytorch-hdml
pip install pipenv
pipenv install

Download dataset

cd data
python cars196_downloader.py
python cars196_converter.py

Train CARS196 dataset

Execute a training script. When executed, the tensorboard log is saved.

pipenv shell
python train_triplet.py

Result triplet HDML

CARS196 result on training(99 classes, 30000 iterations)

Loss

loss

t-SNE

tsne

CARS196 result on testing(97 classes)

t-SNE

tsne

Todo

  • Implementation of Npair loss HDML

Reference

Official tensorflow implementation https://github.com/wzzheng/HDML

Releases

No releases published

Packages

No packages published

Languages