TAO TF1 DetectNet_v2 dataset_convert COCO typo

Description

I found an typo in the example configuration of the COCO config for dataset_convert. The table with the parameters mentions the image_dir_names parameter, and the example config file includes img_dir_names. Correct is image_dir_names.

Steps To Reproduce

https://docs.nvidia.com/tao/tao-toolkit/text/object_detection/detectnet_v2.html#configuration-file-for-dataset-converter

Hi,
Can you try running your model with trtexec command, and share the “”–verbose"" log in case if the issue persist

You can refer below link for all the supported operators list, in case any operator is not supported you need to create a custom plugin to support that operation

Also, request you to share your model and script if not shared already so that we can help you better.

Meanwhile, for some common errors and queries please refer to below link:

Thanks!

Hi @nkaaf ,
Moving to TAO Forum

Thanks for the catching. Yes, you are right. Also, it matches https://github.com/NVIDIA/tao_tensorflow1_backend/blob/c7a3926ddddf3911842e057620bceb45bb5303cc/nvidia_tao_tf1/cv/detectnet_v2/dataio/coco_converter_lib.py#L45.
Will improve the document.

1 Like

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