├── README.md └── images ├── arrow.png └── example.jpg /README.md: -------------------------------------------------------------------------------- 1 | # Cops-Ref: A new Dataset and Task on Compositional Referring Expression Comprehension 2 | This repo contains the Cops-Ref dataset and the main baseline. 3 | Please refer to [our paper](http://www.visionlab.cs.hku.hk/publications/cops-Ref.pdf) for more information. 4 | ### An example 5 |

6 |

7 | Expression: "The cat on the left that is sleeping and resting on the white towel." 8 | 9 | Reasoning tree: cat (left, sleeping) ![arrow](images/arrow.png) towel. 10 |
11 | 12 |

13 |

14 | architecture 15 |

16 | 17 | ### Contents 18 | 1. [Dataset](#Dataset) 19 | 2. [Installation](#Installation) 20 | 3. [Training](#Training) 21 | 4. [Testing](#Testing) 22 | 23 | 24 | ### Dataset 25 | We provide the annotation of the dataset at [OneDrive](https://1drv.ms/u/s!AuraLuch5mF0gep2ppTH5XU2lq3_Aw?e=WDDSdZ). Please read [this](https://1drv.ms/t/s!AuraLuch5mF0gep0Xd1eeevq6PAx5w?e=ilr2bH) for details of the annotation. 26 | 27 | 28 | ### Citing Cops-Ref 29 | 30 | If you find this repo useful in your research, please consider citing: 31 | 32 | @inroceedings{Chen_2020_CVPR, 33 | author = {Chen, Zhenfang and Wang, Peng and Ma, Lin and Wong, Kwan-Yee~K. and Wu, Qi}, 34 | title = {Cops-Ref: A New Dataset and Task on Compositional Referring Expression Comprehension}, 35 | booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, 36 | month = {June}, 37 | year = {2020} 38 | } 39 | 40 | ### Contact 41 | 42 | You can contact Zhenfang Chen by sending email to chenzhenfang2013@gmail.com 43 | -------------------------------------------------------------------------------- /images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zfchenUnique/Cops-Ref/4c074effb37310922780438caff8f2f2f84abc7b/images/arrow.png -------------------------------------------------------------------------------- /images/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zfchenUnique/Cops-Ref/4c074effb37310922780438caff8f2f2f84abc7b/images/example.jpg --------------------------------------------------------------------------------