mediapipe
mediapipe copied to clipboard
android object_detection error
hello, when i run object_detection demo, i get this error:
Object detector failed to load model with error: internal: ; RET_CHECK failure (mediapipe/util/resource_util_android.cc:86) last_slash_idx != std::string::nposefficientdet-lite0.tflite doesn't have a slash in it
Hey @iamzhongjian what path string are you using for your model file in your app? Is this for the default sample? If so, are you seeing the model downloaded into your assets folder on build?
Hey @iamzhongjian what path string are you using for your model file in your app? Is this for the default sample? If so, are you seeing the model downloaded into your assets folder on build?
yes, it's the default sample, import into Android Studio
遇到同样的错误提示