| ### Reproduce | |
| ```sh | |
| docker run -it --name "oppo" --gpus all --net host nvcr.io/nvidia/tensorrt:23.03-py3 | |
| pip3 install -r requirements.txt | |
| bash run.sh | |
| ``` | |
| ### Reproduce | |
| ```sh | |
| docker run -it --name "oppo" --gpus all --net host nvcr.io/nvidia/tensorrt:23.03-py3 | |
| pip3 install -r requirements.txt | |
| bash run.sh | |
| ``` | |