iwatake2222 / play_with_tensorrt

Sample projects for TensorRT in C++
Apache License 2.0
190 stars 34 forks source link

Tensorrt conversion #3

Closed RGring closed 2 years ago

RGring commented 2 years ago

Nice you got YOLOX working on Jetson NX. I was trying the same, but I couldn't convert the model on the Jetson because it runs out of memory. Did you experience the same? Did you convert the model on a different machine? What is the solution here?

I used the trt.py script of the YOLOX repository.

I appreciate your support on that!

iwatake2222 commented 2 years ago

I converted the model on Jetson NX, and I didn't encounter any error. I'm not familiar with trt.py script, but you may need to increase work memory size (the script may have the option for it, or you may need to modify the script)

iwatake2222 commented 2 years ago

This issue was closed because it has been inactive.