Manjunath Patil

Results 2 comments of Manjunath Patil

I'm facing the same issue, [https://github.com/facebookresearch/detectron2/blob/main/tools/deploy/export_model.py](url), This works and the model.onnx is generated but TensorRT/samples/python/detectron2/create_onnx.py does not work. The error is same as @amishra791 Running on Jetson Nano. pytorch :...

@azhurkevich, thank you for your feedback. The model conversion to onnx and tensorRT worked on jetson nano but the TRT model does not give good inference. Followed the steps you...