Good afternoon all,
I have successfully trained an SSD-Mobilenet on my custom dataset following the tutorial: jetson-inference/docs/pytorch-ssd.md at master · dusty-nv/jetson-inference · GitHub.
For comparison purposes, I would like to train different detectors on the same dataset. I can see that there are other pre-trained detectors available: jetson-inference/docs/detectnet-console-2.md at master · dusty-nv/jetson-inference · GitHub.
Is it possible to train these detectors via train_ssd.py by adding “–network=new_detector”? If not, how these pre-trained detectors can be trained on a custom dataset?
Regards,
Federico