bytedeco/javacv

How to load the trained model using setTrainingPath in an Android application.

Open

#1386 aperta il 15 mar 2020

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)Java (1583 fork)batch import
help wantedquestion

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.

Guida contributor