Open tulbureandreit opened 2 years ago
How about trying #1118 ?
@FateScript solved the problem. I did not have pytorch with cuda support installed...
Moreover, I still have a problem that yolox-s works fine and I can use it with deepstream on a jetson xavier but I cannot use yolox-tiny or nano.
Tiny and nano version uses depthwise conv
, could you double check that if jetson xavier
supports such an operation?
@FateScript I will check. Thank you!
Hello,
I have a Nvidia jetson xavier AGX dev kit
I try to run tools/trt.py and I get a segmentation fault and no other issue raised helped me thus far.
I want to run DeepSORT+YOLOX
Please help.