[PR #278] [CLOSED] Fix scale #595

Open
opened 2026-01-29 21:49:00 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/278
Author: @imcyee
Created: 9/30/2022
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cog_predict.py (+1 -1)

📄 Description

cv2.resize should be resize to desired scale from original, instead of having a division of two.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TencentARC/GFPGAN/pull/278 **Author:** [@imcyee](https://github.com/imcyee) **Created:** 9/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`a02b7d5`](https://github.com/TencentARC/GFPGAN/commit/a02b7d5acc238c63124bcad36d28056e730ffb70) Fix scale ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cog_predict.py` (+1 -1) </details> ### 📄 Description `cv2.resize` should be resize to desired scale from original, instead of having a division of two. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:49:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#595