I have pulled the docker container from here : DeepStream | NVIDIA NGC
and I can run the reference deepstream apps successfully. But now I want to test the custom yolov7 model inside the container. My host machine has config files, ONNX file, tensorrt engine file, and Video.
I can clone this GitHub - marcoslucianops/DeepStream-Yolo: NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models inside the container but then how can I access the external files inside the container and run the deepstream app by using those config files?
Thanks