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

When I infer my images, error occurs. How can i solve it? #61

Open
lion-ops opened this issue Aug 14, 2022 · 3 comments
Open

When I infer my images, error occurs. How can i solve it? #61

lion-ops opened this issue Aug 14, 2022 · 3 comments

Comments

@lion-ops
Copy link

image

my image shape is (1028, 1232, 3)

When training, my image shape is (717, 1276, 3). Training and validating procession is ok.

@luceeleven
Copy link

luceeleven commented Aug 16, 2022

#32
You can visit the above issue, it solved the problem for me.

In hybridnets_test, go to cv2.resize and hard code the image shape, that solved the problem for me

@lion-ops
Copy link
Author

lion-ops commented Aug 16, 2022

#32 You can visit the above issue, it solved the problem for me.

In hybridnets_test, go to cv2.resize and hard code the image shape, that solved the problem for me

Thank you. The problem stills can not be solved.
The image shape is (1024, 1216, 3)

@datvuthanh
Copy link
Owner

Show your error image.

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

3 participants