-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save data in database online #16
Comments
Did you done this thing? |
Can you share that code for me. I'm also trying same way but for me it's not possible to do that. |
Please share the updated code with firebase on [email protected] |
please share code with firebase on: [email protected] |
please sharecode with me [email protected] |
For Firebase just replace this code in TFLiteObjectDetectionAPIModel class import android.annotation.SuppressLint; import androidx.annotation.NonNull; import com.example.rapidsoftfacerecogniser.MainActivity; import org.tensorflow.lite.Interpreter; import java.io.BufferedReader; /**
// Here outputMap is changed to fit the Face Mask detector
// String res = "[";
} |
hello,could u zip ur project for me? |
you just need to take the main code zip and replace my code in TflLiteObjectDetectionApiModel Class, also add permissions of read and write storage in detector Activity's request Permission function and in manifest along with storage, internet too, but if you still face problems let me know I'll help you. |
I faced problems as Cannot resolve symbol 'example' |
TFLiteObjectDetectionAPIModel.create( 'create(android.content.res.AssetManager, java.lang.String, java.lang.String, int, boolean, org.tensorflow.lite.examples.detection.CameraActivity)' in 'org.tensorflow.lite.examples.detection.tflite.TFLiteObjectDetectionAPIModel' cannot be applied to '(android.content.res.AssetManager, java.lang.String, java.lang.String, int, boolean)' TFLiteObjectDetectionAPIModel.create( I have this problem, and i didn't understand it. Sorry for bothering and also if it's stupid question. Thanks for advance. |
CameraActivity det what does it mean |
@kushalkundu |
Hello Please how did you structure your Main Activity. Because i keep getting Attempt to invoke Virtual method. Please help . Its really Urgent |
how to save and retrieve data from database online like firebase ?
The text was updated successfully, but these errors were encountered: