With the recently announced Facial Landmark Estimator (FPENet) Model Card, I would like to experiment the model with DeepStream apps. Although the landmark estimator model has reference sample with TLT-CV inference pipeline, I don;t want the use the TLT-CV API inside docker, rather want to directly use it with a PGIE face detector model in cascade with Deepstream pipeline.
As the deepstream_lpr_app sample has a sample application with a custom parser sample named nvinfer_custom_lpr_parser.cpp , is there any sample for parsing the Facial Landmark Estimator model to run directly on Deepstream apps? Suggestions are much appreciated.