You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @amitshekhariitbhu this work has been great so far, But when i tried to call the Image Scanner activity from another activity and get the result it is not working(activity not close) also onBackPressed() working and finally how can we train the model to recognize more object.
There may be some issue in the Image Scanner. In order to train the model to recognize more object. You will have to train with more images. Refer this to train.
Hi @amitshekhariitbhu this work has been great so far, But when i tried to call the Image Scanner activity from another activity and get the result it is not working(activity not close) also onBackPressed() working and finally how can we train the model to recognize more object.
Below is my code:
Intent sendCapturedCode = new Intent();
sendCapturedCode.putExtra(getString(R.string.captured_image_tflow_result), imageAnalysesResult);
sendCapturedCode.putExtra(getString(R.string.captured_image_bitmap), capturedBitmap);
setResult(RESULT_OK, sendCapturedCode);
finish();
The text was updated successfully, but these errors were encountered: