Closed DoranLyong closed 1 year ago
Hi @DoranLyong , a simple method is to count the number of parameters stored in .pth
file. Another method is to utilize tools offered by mmdet or mmseg like this.
I've always appreciated your fast response! I solved it owing to your tips.
python tools/get_flops.py configs/sem_fpn/PoolFormer/fpn_poolformer_s12_ade20k_40k.py --shape 512
Thanks for your nice work. I'm employing your baseline for my work.
I have a question about how to get the number of parameters for object detection and instance segmentation in your paper. I checked how to do in image classification case in the 'misc', but I'm not familiar with mmlab's library. Could you please how to do that?