Variations-of-SFANet-for-Crowd-Counting
Variations-of-SFANet-for-Crowd-Counting copied to clipboard
Is ther any practical difference between M_SFANet.py and M_SFANet_UCF_QNRF.py?
M_SFANet_UCF_QNRF utilizes VGG19 which requires more computation resources and suitable for harder counting tasks such as UCF_QNRF. To reduce additional complexity I decided to cut the attention brach for M_SFANet_UCF_QNRF. M_SFANet_UCF_QNRF is good pretraining when doing the transfer learning.
So the M_SFANet_UCF_QNRF does not use attention?
Yes, no attention path.