You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 themain.cpp
is trying to fit all these pixels in the display.- We tried to reduce the
resize
factor in theloadRGB565LCD
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.
The text was updated successfully, but these errors were encountered: