-
Notifications
You must be signed in to change notification settings - Fork 209
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
Tensorrt8 #285
Conversation
This file contains 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
ceccocats/tkdnn pull
…ocessing and postprocessing on IPluginFactory
…et generate the engine files but crash after throwing nvifer1::CudaRuntimeError and when demo is being run ,it doesnt deserialize properly and crashes
…trtexec) but demo has issues in yolo::computeDetections
…ueueInternal::312] Error Code 3: Internal Error (Parameter check failed at: runtime/api/executionContext.cpp::enqueueInternal::312, condition: mDeviceMemorySize == 0 || mExecutionResources->getDeviceMemory() != nullptr - is the error that causes it
… seems to be a bit low 350 on trt8 compared to 396 on trt7)
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
Small fixes in DeformableConvRT.cpp
- Updated Docker to cuda-11.3+cudnn-8.2.1+TensorRT-8.0.34,Ubuntu to 20.04 and OpenCV to 4.5.4 - Updated OpenCV4 to 4.5.4 in install_OpenCV4.sh - Updated README.md
… tensorrt versions less than 8.2 using IPluginV2Ext instead of ISliceLayer since they dont seem to support reflect and zero
…the plugin creator
…atchnorm class in order to pass necessary parameters read from the bin file.
- Fix monodepth2 network, now works with both cuDNN and tensorRT - Substitute cuDNN ELU with tkDNN one - add DepthNN class - add demoDepth demo, now only works with monodepth2 net Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com> Francesco Gatti <gattifrancesco@hotmail.it>
…depth2 weights Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
…th the IPluginV2 version for TensorRT >= 8.2.0 -Fixed demo build issue on Windows Signed-off-by: perseusdg <harshvardhan.chandira@gmail.com>
push tensorrt8 commits to the rds branch
Signed-off-by: perseusdg <harshvardhan.chandira@gmail.com>
Merge tensorrt8 and depth
Signed-off-by: perseusdg <harshvardhan.chandira@gmail.com>
Merge - build fixes
Signed-off-by: perseusdg <f20180523@goa.bits-pilani.ac.in>
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
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.
No description provided.