flyinglynx / Bilinear-Matching-Network

Official implementation for CVPR 2022 paper "Represent, Compare, and Learn: A Similarity-Aware Framework for Class-Agnostic Counting".
MIT License
69 stars 9 forks source link

typo in default config #8

Closed dgominski closed 2 years ago

dgominski commented 2 years ago

There is a typo in defaults.py, line 51 _C.MODEL.matcher = "dynamic__similairty_matcher" => _C.MODEL.matcher = "dynamic_similarity_matcher"

Thanks a lot for sharing the code !

flyinglynx commented 2 years ago

Hi, thank you for your efforts in improving our code. I will fix this typo.