jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.74k stars 545 forks source link

Integration With AGX Orin #596

Open goutamgupta opened 1 year ago

goutamgupta commented 1 year ago

Does this code work with AGX Orin? I am facing a lot of issues while I try to run it on Orin EVK.

jkjung-avt commented 1 year ago

I haven't tested the code on either AGX Orin or the latest JetPack yet. But I believe it'd only require some minor tweaks to work.

asmaaana commented 1 year ago

I was able to make it run on Jetson AGX Orin

LoveDH commented 1 year ago

@asmaaana Could you tell me what cuda&cudnn&TensorRT version for orin you used? It's not working for me :cry: I'm using CUDA 11.4 Cudnn 8.2.4 Tensort 8.2.5

asmaaana commented 1 year ago

@LoveDH I’m using exactly the same i have tested only Demo #2 MTCNN. which model are you trying to test? and what’s the error msg?