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

Does this work on non-edge devices? #572

Closed lpkoh closed 2 years ago

lpkoh commented 2 years ago

I see the repo was designed for "NVIDIA Jetson or x86_64". I might want to deploy in AWS EC2 instances, for example. Would the code here work?

jkjung-avt commented 2 years ago

Yes. Please refer to this example: https://github.com/jkjung-avt/tensorrt_demos/issues/551.