Skip to content
New issue

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

update #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update #94

wants to merge 1 commit into from

Conversation

jaffe-fly
Copy link
Contributor

No description provided.

@@ -55,7 +55,7 @@ def predict(self, img: str, long_size: int = 2240):
# img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
h, w = img.shape[:2]

scale = long_size * 1.0 / max(h, w)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.0都留着

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个1.0留着吧,避免到时有人想到py2。

虽然py2不维护了

@novioleo
Copy link

novioleo commented Mar 4, 2021

另外没有rebase,有conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants