onnx-tensorrt
onnx-tensorrt copied to clipboard
cmake error
CMake Error at CMakeLists.txt:81 (add_subdirectory): The source directory
/onnx-tensorrt/third_party/onnx
does not contain a CMakeLists.txt file.
@hxyucas Thanks for reporting this issue. When you download the source, have you download the onnx repo? For example
git clone https://github.com/onnx/onnx-tensorrt
cd onnx-tensorrt
git submodule update --init --recursive