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

Stuck #614

Open
GitAlex19 opened this issue Nov 7, 2021 · 0 comments
Open

Stuck #614

GitAlex19 opened this issue Nov 7, 2021 · 0 comments

Comments

@GitAlex19
Copy link

26 img_ori = cv2.imread(input_image)
27 if letterbox_resize:
---> 28 img, resize_ratio, dw, dh = letterbox_resize(img_ori, new_size[0], new_size[1])
29 else:
30 height_ori, width_ori = img_ori.shape[:2]

TypeError: 'bool' object is not callable

Can someone help

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

No branches or pull requests

1 participant