I’m a newbie working with jetson tx2 and in the area of machine learning.
following this tutorials [url]https://github.com/NVIDIA-AI-IOT/tf_trt_models#od_train[/url] I can run the demo successfully, but I just need four classes of totally 90 classes, for example, ‘person’, ‘car’, ‘dog’, ‘bicycle’, how can I retrain the model ssd_mobilenet_v2 with dataset coco (hopefully by tensorrt optimized). Does anyone has this kind of experiences or any tutorials?