Skip to content

Change pdf URL #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![alt text](model_figure.png)

This repository contains a PyTorch implementation of the paper [Learning Similarity Conditions Without Explicit Supervision](https://arxiv.org/abs/1908.08589) accepted at ICCV 2019. It is based on the [official implementation](https://github.com/andreasveit/conditional-similarity-networks) of the [Conditional Similarity Networks](https://arxiv.org/abs/1603.07810) paper. If you find this implementation or the paper helpful, please consider citing:
This repository contains a PyTorch implementation of the paper [Learning Similarity Conditions Without Explicit Supervision](https://arxiv.org/pdf/1908.08589.pdf) accepted at ICCV 2019. It is based on the [official implementation](https://github.com/andreasveit/conditional-similarity-networks) of the [Conditional Similarity Networks](https://arxiv.org/abs/1603.07810) paper. If you find this implementation or the paper helpful, please consider citing:

@InProceedings{tanSimilarity2019,
author={Reuben Tan and Mariya I. Vasileva and Kate Saenko and Bryan A. Plummer},
Expand Down