liminn / ICNet-pytorch

ICNet implemented by pytorch, for real-time semantic segmentation on high-resolution images, mIOU=71.0 on cityscapes, single inference time is 19ms, FPS is 52.6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of parameters

erichhhhho opened this issue · comments

The number of parameters for your implemented model is 28298376, which is much more than the official.

@erichhhhho hi, I will check the parameters you said. How do you get the number of parameters of the official model?

@liminn it is around 7.8M

@liminn May I ask in this code, you train the model from scratch or from the pretrained?

Not from scratch, because backbone used pretrained weights