Rethinking-Counting
Rethinking-Counting copied to clipboard
Code for "Rethinking Spatial Invariance of Convolutional Networks for Object Counting," CVPR 2022
Followed installation steps both from this and the DAU-ConvNet repository. Files: * *libgau_conv_tensorflow.so* * *libgau_conv_grad_op.so* Mentioned in file *gau_conv/_gau_conv_grad_op.py* were not found.
Dear authors, Hi, I am interested in your work. And I have noticed that you used `JHU-CROWD++` as your evaluation dataset of crowd counting task. However, I did not find...
This is excellent work! Could you please provide the training configurations for ResNet50 on the SHTech-PartA and JHU-CROWD++ datasets? Thank you in advance for your assistance!
there are only four pca with global search, but it seems not work. in the Rethinking-Counting/models/gau_conv/gau_conv.py line27 ``` from ._pca import * from ._gau_conv_grad_op import * from ctypes import cdll...