Open rahulvigneswaran opened 7 months ago
For models with original resolution > 100, we encounter a black screen instead of the prediction result.
loadRGB565LCD
main.cpp
resize
For models with original resolution > 100, we encounter a black screen instead of the prediction result.
loadRGB565LCD
function in themain.cpp
is trying to fit all these pixels in the display.resize
factor in theloadRGB565LCD
function but the issue persists.