CSRNet-pytorch icon indicating copy to clipboard operation
CSRNet-pytorch copied to clipboard

how does VGG16 concat with the net that your owner defined ?

Open linqiaozhou opened this issue 6 years ago • 4 comments

I am confused in the code, how does the VGG16 concat with the net that your owner defined?

linqiaozhou avatar Sep 17 '18 12:09 linqiaozhou

There is no concatenation. The backend works on top of VGG-16, as an extension to the existing layers.

BedirYilmaz avatar Oct 15 '18 04:10 BedirYilmaz

@BedirYilmaz he's right, I copy layers parameters from VGG to my networks

leeyeehoo avatar Oct 19 '18 01:10 leeyeehoo

@BedirYilmaz he's right, I copy layers parameters from VGG to my networks

I see, thx~

linqiaozhou avatar Oct 22 '18 09:10 linqiaozhou

Does using other backbone instead of VGG16 improve the performance?

wait1988 avatar Mar 21 '19 11:03 wait1988