Tlt-evaluate label dump for faster RCNN

I am trying to get the evaluation labels from tlt-evaluate in order to create a confusion matrix for my faster_rcnn model. However, the labels are not being dumped to their specified location. Is there a flag that I have to use in order to get the labels to dump? The label dump directory is specified in the experiment config.

Hi quinn,
Do you mean you want to get the labels for your test images? If yes, you can run tlt-infer . It can generate annotated images along with their labels.

Then what does the ‘labels_dump_dir’ in the ‘evaluation_config’ for faster RCNN refer to?

Evaluation will not dump label files. This parameter in spec file is invalid. Will remove it in next release.
Please run tlt-infer instead.