Pongpisit-Thanasutives / Variations-of-SFANet-for-Crowd-Counting

The official implementation of "Encoder-Decoder Based Convolutional Neural Networks with Multi-Scale-Aware Modules for Crowd Counting"
https://ieeexplore.ieee.org/document/9413286
GNU General Public License v3.0
110 stars 32 forks source link

unet_aspp2_dmp_dupsampling is not defined #3

Open ZhangXY1996 opened 4 years ago

ZhangXY1996 commented 4 years ago

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.

Pongpisit-Thanasutives commented 4 years ago

It should be M_SFANet_UCF_QNRF.Model(), that's the typo of my code. I have edited my code. Thank you for reporting to me.