Hi, i’m new to deep learning field. but i have worked in mobileNet-ssd and created a custom model to detect person only(and its working successfully). So my caffemodel and deploy.prototxt is ready. I have a Jetson-tx2 board. I’ve installed TensorRT in it. But i dont know how to work with implementation of this mobileNet-ssd’s caffe model(or any caffe model, but im suppose to work only in mobileNet-ssd) with TensorRT. I’ve followed GitHub - chuanqi305/MobileNet-SSD: Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727. method for model creation. I’ve seen some posts on mobileNet-ssd here, but each of them starts from middle or with issue. I’m not getting a complete step-by-step procedure for the it.
Sorry that i’m asking like this, because i’m a fresher to this field and have been sitting for these for days.
Please help me…