[feature] TensorRT Export for NITEC Model#4
Open
Muhammadjabbar123 wants to merge 1 commit intothohemp:mainfrom
Open
[feature] TensorRT Export for NITEC Model#4Muhammadjabbar123 wants to merge 1 commit intothohemp:mainfrom
Muhammadjabbar123 wants to merge 1 commit intothohemp:mainfrom
Conversation
thohemp
requested changes
Feb 26, 2026
Owner
thohemp
left a comment
There was a problem hiding this comment.
Thanks for the pull request.
Unfortunately, this PR cannot be merged because of the following reasons:
- It contains personal image data, see
images/5.jpeg. - It contains unwanted bytecode data, see
__pycache__ - It contains weight files. We don't want any larges file in this github repository. Please upload the weights to some file sharing service, or even better, our cloud: https://cloud.ovgu.de
- move the comparison script to /tools please.
Since the models and the perosnal data is already in the git log of this PR, please open a fresh new PR on a fresh new branch.
Then, assign me as reviewer, do not tag me in the text.
Thanks and BG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TensorRT Export for NITEC Model
This PR adds TensorRT support for the pretrained NITEC model.
Implemented Features
TensorRT Version
Tested with: TensorRT 10.15.1.29
Validation
np.allclose: True
Max abs err: ~2.98e-07
Known Limitations
@thohemp please review this PR.