Closed nldhuyen0047 closed 3 months ago
I could not run the code "git checkout liqun/ImageDecoder-cuda" because there is not the directory liqun/ImageDecode-cuda, could you help me please with this problem?
cd onnxruntime?then git checkout
yes, i did that and i checked the github of onnxruntime, is there any problems with liqun branch
yes, i did that and i checked the github of onnxruntime, is there any problems with liqun branch
liqun/ImageDecoder-cuda is branch,use git branch to verify
thank you so much, i got it
but i have had this error, do you know about it: onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Non-zero status code returned while running GridSample node. Name:'/dense_motion_network/GridSample' Status Message: Only 4-D tensor is supported
but i have had this error, do you know about it: onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Non-zero status code returned while running GridSample node. Name:'/dense_motion_network/GridSample' Status Message: Only 4-D tensor is supported
Tell me about your runtime environment and how you compile onnxruntime?
I created a virtual environment and installed packages. I followed what you instructed at "ONNX Inference" to run by GPU on Linux
I created a virtual environment and installed packages. I followed what you instructed at "ONNX Inference" to run by GPU on Linu
I created a virtual environment and installed packages. I followed what you instructed at "ONNX Inference" to run by GPU on Linux
How about using Docker? It's much simpler that way
Sample node. Name:'/dense_motion_network/GridSample' Status Message: Only 4-D tensor is supported
Traceback (most recent call last):
File "/home/code/FasterLivePortrait/run.py", line 63, in
This is the traceback
but i have had this error, do you know about it: onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Non-zero status code returned while running GridSample node. Name:'/dense_motion_network/GridSample' Status Message: Only 4-D tensor is supported
I suspect you haven't switched to the liqun/ImageDecoder-cuda branch.
Hmmm, I'm sure that I did it. I switched to the liqun/ImageDecoder-cuda branch on github and downloaded it, so I could run by GPU but it had errors.
Using onnxruntime-gpu as the backend, an alpha version for Windows has been made. You guys can start by helping to experience it. After extracting, just run app.bat directly, and let me know if there are any issues. Please note that it is assumed you have already installed CUDA and cuDNN, and have set up the environment variables properly.
https://drive.google.com/file/d/1ijqDlMAYqAVlqwqlXDpjBS5i3A6R_f7M/view?usp=sharing
I have verified that transferring the Python virtual environment to another Windows computer does indeed cause some issues. I am still working on resolving this. Thank you for your feedback.
I created a virtual environment and installed packages. I followed what you instructed at "ONNX Inference" to run by GPU on Linu
I created a virtual environment and installed packages. I followed what you instructed at "ONNX Inference" to run by GPU on Linux
How about using Docker? It's much simpler that way
Because I want to run on my local, I do not try running by Docker. Hmmm, but I think I will try it
I tested it on linux operating system, if you have any solutions, please let me know. Thank you so muchhhhh
@warmshao I think it's better because I use onnxruntime gpu version 1.7 instead of version 1.8 but it has an error such as:
Traceback (most recent call last):
File "/home/code/FasterLivePortrait/run.py", line 65, in
Everything was ok, from upload image, I choose dri_video 0 and runtime
Hi @warmshao the issue is that I use onnxruntime version 18 instead of onnxruntime version 17
Hi @warmshao the issue is that I use onnxruntime version 18 instead of onnxruntime version 17
can you run successfully?
Hi guys, Install-free, extract-and-play Windows package with TensorRT support now available! Please watch change log, really fast!!!
Hi @warmshao the issue is that I use onnxruntime version 18 instead of onnxruntime version 17
can you run successfully?
yah, I can run successfully
enjoy~
I could not run the code "git checkout liqun/ImageDecoder-cuda" because there is not the directory liqun/ImageDecode-cuda, could you help me please with this problem?