aws-samples / aws-panorama-samples

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK
https://docs.aws.amazon.com/panorama/
MIT No Attribution
82 stars 58 forks source link

[ONNX2TRT] Fix Bug of Exporting ONNX Model & Supporting 320x320 Image Size. #64

Closed kevhsu-k closed 1 year ago

kevhsu-k commented 2 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kevhsu-k commented 1 year ago

@SuryaKari I haved added more description on exporting the pt model to onnx. And also provide a way to test compiling engine and inference using engine over an GPU EC2 instance. Please help review. Thanks.