• Hardware: Geforce RTX4090
• Detectnet_v2
• TLT Version: TAO v 4 or v5
I want to retrain PeopleNet Transformer with TAO Toolkit.
As far as I can see, available one of that model is only provided as ONNX.
I tried to get .tlt file, “trainable_v1.0”, to retrain on TAO v4, but it seem only including pickle file, and I don’t know how I use it.
But, TAO BYOM is only usable to UNET and Classification as below, so I don’t know how I can retrain PeopleNet Transformer with TAO Toolkit.
I tried notebook of DINO, and it worked.
It seems the model file (.pth) contains only “data.pkl”, "version"file, and “data” directory.
The model isn’t provided solid file format, such as “.hdf5” like PeopleNet (detectnet_v2), right?
BTW, does BYOM converter still only work for UNET and Classification?
Is there any plan to get compatibility to more general kinds of AI model?
Dino network is under tao pytorch docker. The .pth is the pretrained model which can be used to run training. You can use it to finetune your own dataset.
You can retrain PeopleNet Transformer with D-DETR network or DINO network under tao pytorch docker(TAO Toolkit | NVIDIA NGC) .
BYOM is used to convert an open-source ONNX model to a TAO-compatible model for running training. Currently it supports Unet and Classification only and there is not other plan yet.