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} +} +```