yuzhong-deng / DangerousSituationRecognition

1 stars 3 forks source link

Enter the objects detected by the camera into a database #2

Open fabiola29 opened 1 year ago

fabiola29 commented 1 year ago

Hi, sorry for the inconvenience, I'm making a teami app where I should do something similar to the one you did but I should insert people's faces into a database. I'm using neo4J just how do I insert the face into the database. can you help me?

yuzhong-deng commented 1 year ago

Sorry for the late response, I didn't include the database in this app. I am not sure if customized database is available for temi robot, but these two links related to its official Face Recognition service may help (https://github.com/robotemi/sdk/wiki/temi-Center, https://youtu.be/IYNR-T_4v6c?t=533)

fabiola29 commented 1 year ago

actually I have to create an app where the robot is a ride and when it meets a human you store it via face in the database. then I also wanted to ask you another piece of information, how did you run the application on the android studio emulator, if you did?

Thank you

yuzhong-deng commented 1 year ago

Sorry for the late response again. I debugged the application on the robot connected to the computer running Android Studio through Wi-Fi (https://developer.android.com/studio/run/device).