How to load the trained model using setTrainingPath in an Android application.
#1386 aperta il 15 mar 2020
Metriche repository
- Star
- (6985 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Hello
I want to get the bounding box of a recognized object in an Android application. So I decided to do that using ObjectnessBING.
So, I generated ObjectnessBING and performed object recognition by computeSaliency. As a result, when I tried to get the bounding box with getobjectnessValues, I could not get any. After investigating the reason, I guessed that the cause was not loading the trained model using setTrainingPath. Is this guess correct?
If that guess is correct, could you tell me how to load the trained model using setTrainingPath in an Android application?
Also, please let me know if there is a way to load the trained model without using setTraningPath.
Thank you for your response.