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

Is ther any practical difference between M_SFANet.py and M_SFANet_UCF_QNRF.py?

Open carlosuc3m opened this issue 4 years ago • 3 comments

carlosuc3m avatar Jun 05 '20 16:06 carlosuc3m

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.

Pongpisit-Thanasutives avatar Jun 05 '20 20:06 Pongpisit-Thanasutives

So the M_SFANet_UCF_QNRF does not use attention?

carlosuc3m avatar Jun 06 '20 01:06 carlosuc3m

Yes, no attention path.

Pongpisit-Thanasutives avatar Jun 06 '20 05:06 Pongpisit-Thanasutives