msnh2012 / Msnhnet

🔥 (yolov3 yolov4 yolov5 unet ...)A mini pytorch inference framework which inspired from darknet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fps of deeplabv3

John-Yao opened this issue · comments

Hi, thanks for your great work!
I am interested in the fps of deeplabv3. Could you provide some detail how to test the fps of deeplabv3, such as image size, and the fps of pytorch version.
Thanks

You can know its FPS by running demo of deeplabv3,example code is here : https://github.com/msnh2012/Msnhnet/blob/master/examples/deeplabv3_gpu/deeplabv3_gpu.cpp , just compile and run it。

Thanks for your reply!
But I still cannot figure out the image size for testing image from the provided code.

I got it, Thanks!