mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-24 14:50:43 +00:00
请问推理的时候如何能进行batch操作? #494
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MtYCNN on GitHub (May 28, 2024).
本人在处理视频时,发现一个5秒钟的视频,总帧数为130帧,gfpgan虽然取得了很不错的效果,但是速度极慢,5秒钟的视频耗费了30多秒的时间才完成处理,发现是逐帧计算的,请问有办法能batch处理吗