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
I tried integrating it in iOS project using Objective C++ wrapper and NCNN. I was able to load the model and param files of both the model. I feed 80x80 image as ncnn::Mat to the model the confidence values are wrong. iOS does not directly support nv21 so I tried converting to it manually but now the model gives NaN as confidence
The text was updated successfully, but these errors were encountered:
I tried integrating it in iOS project using Objective C++ wrapper and NCNN. I was able to load the model and param files of both the model. I feed 80x80 image as ncnn::Mat to the model the confidence values are wrong. iOS does not directly support nv21 so I tried converting to it manually but now the model gives NaN as confidence
The text was updated successfully, but these errors were encountered: