Asad
Asad
@king-zark See this Issue #13
@Attila94 #9 Please check this issue, it might be helpful to you.
@mokiya I am trying to use yolov3.onnx model for inference. Have you done this work? if yes then can you please share the complete code? as the yolov3 example only...
@mustafakasap Hi, I am using yolov3.onnx model for inference. The sample code only defines image pre and post processing step. Can you please share a complete example code to use...
@mustafakasap Sir that is a kind of different example. I am using the following code and it can run, but Now I do not know how to pass the input...
@CODEDISON That's a bit difficult problem, I am also working on a similar problem. May I ask which tf model you want to convert to trt? The better option is...
Hi guys @robisen1 @derm1ch1 Have you manged to run on Xavier NX or Jetson TX2? if yes then what about the speed? Is There any update to accelerate with the...
@robisen1 You are right. You are lucky that your project do not require fast speed. Speed is the biggest problem for me now. tried several methods but still very slow....
@ronger-git Hi there, It's not cuda problem. it's TensorFlow problem. Can you show your TensorFlow version? You can check by running int he terminal ``` python -c 'import tensorflow as...
@ewuxjun Hi buddy, I am trying to run it in NX, It still have some problems. Which project are you using for Jetson and which device are you using?