라벨이 onnx인 게시물 표시

[TensorRT] ModuleNotFoundError: No module named 'onnx_graphsurgeon' 해결 방법

ModuleNotFoundError: No module named 'onnx_graphsurgeon' TensorRT ONNX 변환 과정에서 발생하는 에러입니다. 해결 방법 python3 -m pip install onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com Copy 참고 문헌 [1]   https://github.com/NVIDIA/jetson-gpio/issues/20 [2]   https://github.com/NVIDIA/TensorRT/tree/release/8.5/tools/onnx-graphsurgeon