From effbe79104b2e3f0b1bed3192ea9ca0a9f1dd85f Mon Sep 17 00:00:00 2001 From: "Yun-Chun (Johnny) Chen" Date: Mon, 15 Oct 2018 15:37:32 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index eebd217..0dbd190 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # Deep Semantic Matching with Foreground Matching and Cycle-Consistency + +Pytorch implementation of our method for weakly supervised semantic matching. + +Contact: Yun-Chun Chen (ycchen918 at citi dot sinica dot edu dot tw) and Wei-Chih Hung (whung8 at ucmerced dot edu) + +Please cite our paper if you find it useful for your research. + +``` +@inproceedings{Chen_deep_match_2018, + author = {Y.-C. Chen and P.-H. Huang and L.-Y. Yu and J.-B. Huang and M.-H. Yang and Y.-Y. Lin}, + booktitle = {Asian Conference on Computer Vision (ACCV)}, + title = {Deep Semantic Matching with Foreground Matching and Cycle-Consistency}, + year = {2018} +} +```