Problem with not founding layers YOLO neural networks
Hi , I have quite similar problem like there: https://github.com/opencv/opencv/issu... I have an error with
OpenCV(3.4.5) Error: Requested object was not found (Layer with requested id=-1 not found) in cv::dnn::experimental_dnn_34_v11::LayerData& cv::dnn::experimental_dnn_34_v11::Net::Impl::getLayerData(int), file /build/3_4_pack-android/opencv/modules/dnn/src/dnn.cpp,
I"m doing my project on Android Studio for Android with this tutorial https://www.youtube.com/watch?v=JasVg.... I think that can be problem with deprecated function to load file Environment.getExternalStorageDirectory. Any other ideas? I hope somebody answer me fast :)
please update to opencv 3.4.9 and come back if there is still an issue
which yolo, exactly ?
can you show the resp. part of code, where you try to load it
To @berak - My MainActivity file: https://pastebin.com/A3TGLeWX To @LBerger - With 3.4.7 was the same problem, still I need to update?
@LBerger After updating OpenCV to 3.4.9 application still is not working. But error in debuger is a little different, error messages to compare: https://pastebin.com/TDztWRXN