Custom model in TAO sample application

Since Deepstream can recognize the model 2d106det-0000.params in 2d106det, can the model be converted to ONNX format? if yes, you can modify the DeepStream sample deepstream-faciallandmark-app to customize.

yes as my model is already in onnx format so i just need to modify the sample app?

yes. the first model is used to detect faces. you can replace the second model with you own model. especially you make sure the preprocess parameters are correct. please refer to the document for the parameter explanation. about postprocessing, you can process the inference results and add meta in sgie_pad_buffer_probe by referring to the existing logics.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.