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

Black screen for models with resolution > 100 [STM32F746G-DISCO] #103

Open
rahulvigneswaran opened this issue Apr 23, 2024 · 0 comments
Open

Comments

@rahulvigneswaran
Copy link

rahulvigneswaran commented Apr 23, 2024

For models with original resolution > 100, we encounter a black screen instead of the prediction result.
- This could be happening because the loadRGB565LCD function in the main.cpp is trying to fit all these pixels in the display.
- We tried to reduce the resize factor in the loadRGB565LCD function but the issue persists.
- A simple way to get it to work is to use half the resolution but it doesn't look like the correct way to do it.

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