quic / ai-hub-apps

The Qualcomm® AI Hub apps are a collection of state-of-the-art machine learning models optimized for performance (latency, memory etc.) and ready to deploy on Qualcomm® devices.
BSD 3-Clause "New" or "Revised" License
66 stars 15 forks source link

SuperResolution App output type error #6

Open tumuyan opened 1 month ago

tumuyan commented 1 month ago

The App in https://github.com/quic/ai-hub-apps/tree/main/apps/android/SuperResolution always crash when I open it in my phone with 8Gen2.

I found that the app assert UINT8 (Quantized) and FP32 Input , but it is FP32 input and fp32 output.

image

tumuyan commented 3 weeks ago

I have tested others model, only Real-ESRGAN-General-x4v3 has this issue.