-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tensorrt example #338
Add tensorrt example #338
Conversation
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #338. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/. |
To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself. |
cibot: @bveldhoen, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/338-202406061900360.72590589523315-c82ed4df4469dc1b0e83a76f68a7412d107d08bb/. |
To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself. |
cibot: @bveldhoen, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/338-202406121604170.68365788459778-d1b7b088844a9f6376ef1a1d8cfe8e43201be08d/. |
To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself. |
cibot: @bveldhoen, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/338-202406121751140.86275696754456-b3d893700780955ca6fd221dd6f0dd264a4ba6f1/. |
bash_script/example_yolo/meson.build
Outdated
@@ -12,3 +12,9 @@ if have_pytorch | |||
install_dir: examples_install_dir | |||
) | |||
endif | |||
|
|||
if have_tensorrt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this flag?
I cannot find the declaration 'have_tensorrt' in this repo.
b3d8937
to
5150556
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bveldhoen, 💯 All CI checkers are successfully verified. Thanks.
Adds an example using tensor_filter framework=tensorrt10. Signed-off-by: Bram Veldhoen <[email protected]>
5150556
to
1fee757
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bveldhoen, 💯 All CI checkers are successfully verified. Thanks.
[Template] PR Description
Added an example for yolov5su using tensorrt
Changes proposed in this PR:
See also:
nnstreamer/nnstreamer#4482
Self evaluation:
How to evaluate: