CSRNet-pytorch
CSRNet-pytorch copied to clipboard
how does VGG16 concat with the net that your owner defined ?
I am confused in the code, how does the VGG16 concat with the net that your owner defined?
There is no concatenation. The backend works on top of VGG-16, as an extension to the existing layers.
@BedirYilmaz he's right, I copy layers parameters from VGG to my networks
@BedirYilmaz he's right, I copy layers parameters from VGG to my networks
I see, thx~
Does using other backbone instead of VGG16 improve the performance?