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
Hi there. I would say good repo you open-sourced here!
Just want to ask why the app crashes when I used another model?
It works only with your deconv_fin_munet.tflite
The 'another model' that I mentioned above accepts input frame with size 224 x 224.
So I change the below declaration (in ImageSegmentorFloatMobileUnet.java) to 224:
int opsize = 224
getImageSizeX() {return 224;}
getImageSizeY() {return 224;}
It successfully built with few warnings. When I click the app on my device, it crash.
Your response regarding this is so much appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hi there. I would say good repo you open-sourced here!
Just want to ask why the app crashes when I used another model?
It works only with your deconv_fin_munet.tflite
The 'another model' that I mentioned above accepts input frame with size 224 x 224.
So I change the below declaration (in ImageSegmentorFloatMobileUnet.java) to 224:
int opsize = 224
getImageSizeX() {return 224;}
getImageSizeY() {return 224;}
It successfully built with few warnings. When I click the app on my device, it crash.
Your response regarding this is so much appreciated. Thank you!
The text was updated successfully, but these errors were encountered: