-
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 to firebase #17
Comments
the following code I modify in TFLiteObjectDetectionAPIModel.java for get data from Firebase `........
.......` to save data to firebase i modify in register method ` public void register(String name, Recognition rec,DetectorActivity det) {
}` I also use Gson to deserialize 2d array `private Pair<String, Float> findNearest(float[] emb) {
}` vdo for this sample i try to face recognitions my student |
Brother i am getting StorageException has occurred. Object does not exist at location. Storage FireBase |
i used same code as given |
is it possible and if it is can anyone share how to do it with me
The text was updated successfully, but these errors were encountered: