We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
试了下预测的demo,一张图片大概要3~4秒,请问是正常的么?
The text was updated successfully, but these errors were encountered:
推理速度与模型本身、输入图像大小和推理硬件都相关。
对于720x1280的输入分辨率,MPRNet原模型在Nvidia 2080Ti GPU上的推理时间就需要1.6秒,额外使用TLC的话需要1.7秒(加速优化版)或2.0秒(论文的实现)。具体测速结果可以查看论文 Table A1。
如果GPU性能不够好或者图像分辨率较高的情况下,一张图需要3-4秒也是正常的。
Sorry, something went wrong.
多谢你的回复,我补充下测试情况: 模型是Restormer-TLC,GPU是V100 32G,输入是720x1280,一张大概需要3~4秒,这个时间正常吗?
No branches or pull requests
试了下预测的demo,一张图片大概要3~4秒,请问是正常的么?
The text was updated successfully, but these errors were encountered: