-
Notifications
You must be signed in to change notification settings - Fork 643
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
Issue building MMDeploy with latest ppl.cv master #39
Comments
I have solved it by using ppl.cv-0.1.1.tar.gz. |
@najingligong1111 I have added a PR that works with latest ppl.cv from master. |
Hello
Thank you for this project. I have been attempting to build MMDeploy according to the documentation.
Specifically, I am trying to build the SDK with TensorRT support, according to the documentation listed here:
https://mmdeploy.readthedocs.io/en/latest/build.html
I have built ppl.cv using ./build.sh cuda, as instructed (latest version from master). All required dependencies are also installed.
I run the build as outlined here (adapted from the documentation). I rely on cmake to detect Tensorrt and this is working correctly.
When building MMDeploy, however, I get the following error:
It looks like ResizeLinear() and ResizeNearestPoint() has been replaced with Resize(.., ppl::cv::INTERPOLATION_TYPE_xx) where an optional input argument has been added.
The solution should be to replace the above functions with Resize(..) with the last argument set according to the resize type.
I will try to make a PR, if the above solution works as expected.
The text was updated successfully, but these errors were encountered: