Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tensorrt model implementation #20

Merged
merged 5 commits into from
Jul 17, 2023
Merged

Conversation

Sajtospoga01
Copy link
Contributor

@Sajtospoga01 Sajtospoga01 commented Jul 17, 2023

Implements new model class extending IModel based on TensorRT such that provides gpu accelerated inference on the jetson nano. Relies on CUDA and NVInfer libraries. Closes #12 #13

@Sajtospoga01 Sajtospoga01 added the enhancement New feature or request label Jul 17, 2023
@Sajtospoga01 Sajtospoga01 self-assigned this Jul 17, 2023
@Sajtospoga01 Sajtospoga01 merged commit 71fa28e into main Jul 17, 2023
@Sajtospoga01 Sajtospoga01 deleted the tensorrt_model_implementation branch July 18, 2023 11:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Tensorflow lite to Tensorflow-TRT for gpu acceleration
1 participant