Good day.
Android application start throws an error about
java.lang.IllegalMonitorStateException: object not locked by thread before wait()
in this line of code
outputs = model.process(inputFeature0)
Could someone helps to solve this problem?
Good day.
Android application start throws an error about
java.lang.IllegalMonitorStateException: object not locked by thread before wait()
in this line of code
outputs = model.process(inputFeature0)
Could someone helps to solve this problem?