ISTR icon indicating copy to clipboard operation
ISTR copied to clipboard

why SOLOv2 speed slower than MaskRCNN in paper?

Open lucasjinreal opened this issue 4 years ago • 5 comments

SOLOv2 becomes slowest model in your papers, is that really? But as SOLOv2 official paper claims it should faster than most instance segmentation methods, at least compare with MaskRCNN.

lucasjinreal avatar Jun 04 '21 10:06 lucasjinreal

SOLOv2 becomes slowest model in your papers, is that really? But as SOLOv2 official paper claims it should faster than most instance segmentation methods, at least compare with MaskRCNN.

Hi @jinfagang , We are sorry that the running time of SOLOv2 in our paper is WRONG ... as we list the whole testing time of SOLOv2 (based on mmdet) including images-reading, post-processing, etc.

The pure running time of SOLOv2 on a single V100 GPU is (as shown in this page): 54ms (Res50) / 66ms (Res101).

The pure running time of SOLOv2 on a single 1080Ti GPU is (we re-run the code in this page): ~63ms (Res50) / ~84ms(Res101).

Thanks for indicting this issue and we will update the paper as soon as possible.

hujiecpp avatar Jun 04 '21 13:06 hujiecpp

@hujiecpp that make more sense. Actually I hope ISTR to be more faster, if it's accurate and e2e easy to deploy. What's the fastest model currently ISTR can achieve?

lucasjinreal avatar Jun 04 '21 13:06 lucasjinreal

Currently, the fastest model is still ISTR-Res50 as I am now lacking of GPUs to train new models with ISTR. (Orz I plan to implement ISTR with mobilenet / vovnet backbone like centermask2.

hujiecpp avatar Jun 04 '21 14:06 hujiecpp

@hujiecpp Does LSTR also requires RoiAlign layer?

lucasjinreal avatar Jun 05 '21 15:06 lucasjinreal

@jinfagang yes

hujiecpp avatar Jun 06 '21 01:06 hujiecpp