Variations-of-SFANet-for-Crowd-Counting icon indicating copy to clipboard operation
Variations-of-SFANet-for-Crowd-Counting copied to clipboard

The official implementation of "Encoder-Decoder Based Convolutional Neural Networks with Multi-Scale-Aware Modules for Crowd Counting"

Results 22 Variations-of-SFANet-for-Crowd-Counting issues
Sort by recently updated
recently updated
newest added

the published code do not have CANet branch, not coordinated with the paper report, the baseline of SFANet is 59 according to my exp, however, when I add ASPP(means using...

I train the datasets of shanghai A and B. But I find that the result (MAE) of SFANet is 68.02 and 10.32 for A and B. The process of the...

I have trained 1000 epoche in shanghaiTech part A samples using the M_SFANet,but the test mea is 68.08,the learning rate used 5e-4, the batch size used 8, and the sample...

I could not find sega_psp2 module. can you guide me

Hi @Pongpisit-Thanasutives , Good job for this repo! Can you tell me if your method is possible to train on multiple GPUs theoretically? Thank you,

In the test.py file: model = unet_aspp2_dmp_dupsampling.Model() NameError: name 'unet_aspp2_dmp_dupsampling' is not defined How to fix it? Thanks.

Dear author: Nice to have access to your algorithmsI noticed that in the M_SFANet_UCF_QNRF visualization code there are only heat maps, how can I add density maps and attention maps...

Hello! I have a ground truth for images in the form of coordinate points. Is there a way to turn this into a ground truth density map that I can...