yumaofan / jetson_nano_demo

Some great implement of deep learning algorithm in Nvidia jetson nano platform. Such as face recognition, object detection, etc.
70 stars 38 forks source link

Real time add faces #4

Closed yichengye310 closed 4 years ago

yichengye310 commented 5 years ago

Hi, is it possible to add unknown faces into face_db in real time?

Thank you!

yumaofan commented 5 years ago

You can try to update the face_db array when running code, But I think it's means nothing Because you need to synced label the face

yichengye310 commented 5 years ago

I am thinking of naming the new face a random name, then update it in the folder after stopping it. Can you please show me the code to update the face_db array? I tried but it says unable to feed the image into input tensor.

tranmanhdat commented 5 years ago

I am thinking of naming the new face a random name, then update it in the folder after stopping it. Can you please show me the code to update the face_db array? I tried but it says unable to feed the image into input tensor.

you can open a daemon thread for updating face_db,then try update after 30s for example