Training a single class dectectnet

I’ve trained a couple of detectnet models which had multiple classes, but now I want to train a single class detector. Before TLT, I had to adjust params in the protobuf for a single class model, if I recall correctly. Using the example spec files, is it just a case of renaming the “car” class and removing all other classes to train a single class detector?

Yes, in the training spec, please remove the classes you do not want to train.

Thanks Morganh!