FaceNetTRT Face Encodings

I just realised Jetson Inference repo has a facenet mode, of which performs really well on the jetson nano, but all it does is face detection GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. . I was hoping to get face embeddings as implemented by GitHub - davidsandberg/facenet: Face recognition using Tensorflow. Thanks. would really be helpful

Moved to Jetson Nano forum.

Hi yomuevans, it’s a caffe model, so you could look through the facenet prototxt for the layer you are looking for, and specify that as an output layer in the code. You would need to manually modify the detectNet code to expect the output of this additional layer.