RolandGao / RegSeg

The official implementation of "Rethink Dilated Convolution for Real-time Semantic Segmentation"
MIT License
85 stars 14 forks source link

question about STDC2-Seg75 #10

Closed ydhongHIT closed 2 years ago

ydhongHIT commented 2 years ago

Hi, I note that you benchmark the computation of STDC2-Seg75 which is not reported in the CVPR2021 paper. Did you test the speed of STDC-Seg on your own platform? How about the results?

RolandGao commented 2 years ago

Hi, I did test the speed of STDC-Seg.

stdc1 768x1536 0.0202ms stdc2 768x1536 0.0236ms

ydhongHIT commented 2 years ago

Hi, I did test the speed of STDC-Seg.

stdc1 768x1536 0.0202ms stdc2 768x1536 0.0236ms

Thanks for your reply. So the fps is 49.5 and 42.4? I got 80.0 fps and 63.6 fps with the 2080Ti, slower than the results in the paper. Maybe the use of tensorrt is one reason.