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

Help about module sega_psp2 #1

Open HuynhKEn opened 4 years ago

HuynhKEn commented 4 years ago

I could not find sega_psp2 module. can you guide me

Pongpisit-Thanasutives commented 4 years ago

Sorry for the confusion. The 'seg_aspp2' refers to 'models/M_SegNet.py' The 'seg_aspp2_dmp_vgg19' refers to 'models/M_SegNet_UCF_QNRF.py' Please change the code when importing.

HuynhKEn commented 4 years ago

thanks. it works