https://docs.nvidia.com/tao/tao-toolkit/text/ds_tao/deformable_detr_ds.html#deploying-to-deepstream-ddetr In subsection Prerequisite for Deformable DETR Model, in section Integrating an Deformable DETR Model, is mentioned that Deformable DETR requires custom bounding-box parsers that are not built-in inside the DeepStream SDK. After this it refers to where the source code to build custom bounding-box parsers for Deformable DETR is available (https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html). However, after looking for the source code in that reference, I have not found anything related to Deformable DETR. Could you point me to the actual location of the source code? Thank you in advance.
The source code is not available yet. You will see them when DS 6.2 GA release.
Please follow deepstream_tao_apps/apps/tao_others at release/tao4.0_ds6.2ga · NVIDIA-AI-IOT/deepstream_tao_apps · GitHub to build the bounding-box parser.
Thanks for your answer, but in the link you point to I can’t find anything related to how to build the bounding-box parser for a Deformable DETR model.
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
It is to build the bounding-box parser.
Similar to the Deploying to DeepStream for Deformable DETR,
This generates one .so file in the directory post_processor
.