-
Notifications
You must be signed in to change notification settings - Fork 48
Add a tensorrt backend #33
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
Draft
BestDriverCN
wants to merge
22
commits into
master
Choose a base branch
from
tensorrt_backend
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3059a7e
add a base tensorrt backend
17d6c48
ravel before concatenate to improve performance
2319618
don't resize if the size of image remains the same
5e12a29
code clean up, add type hint
d2a00a0
update dependency list
659d003
add support for multi GPU
4f28496
update post processing api
99e9248
add close() fucntion back, was deleted by accident
1901c87
remove process_frame, add type hint for __init__
d51139b
remove cuda and trt context
07af9dd
make stride a local variable
f661509
update type hint for batch_predict
874414b
formatting
7255b8c
formatting
14d88f9
rename device_id to device_name
1b93698
_apply_box_norm will return int
BestDriverCN 5a372b1
Merge branch 'tensorrt_backend' of github.com:opencv/open_vision_caps…
57d3eeb
converting _apply_box_norm's return type
ef70e0d
refactor parse_detection_results
a33112d
fix import path, fix variable name, simplify code
8fe0598
simplify code
1da5436
change log level to INFO, cast score to float
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.