Actually I want to use my custom pretraied model for object detection in that case do I need to train my model through the TAO toolkit then use it for transfer learning? (Also my model will be yolov4-tiny and in this link there is a table but it is not clear for me, does it mean if I want to use yolov4tiny I need to use darknet 19/53?)
EDIT:
Here is what I understand:
I will use this colab link for yolov4tiny object detection.
- I need to prepare my dataset in Kitti format.
- Then I need to train my other dataset to use as pretrained model in TAO and it has to be cspdarknet 19/53 looking at this [link] (TAO Pretrained Object Detection | NVIDIA NGC) and its o/p will be hdf5 or anything(?) and I cant use BYOM because it does not support object detection yet.
- After all I got my transfer learning model in yolov4tiny format.
If there is missing step or any tips could you provide?