leezu edited a comment on issue #19731: URL: https://github.com/apache/incubator-mxnet/issues/19731#issuecomment-757130539
> but in this project, the onnx-tensorrt/third_party/onnx/ directory is empty, so I download the onnx from "https://github.com/onnx/onnx/tree/553df22c67bee5f0fe6599cff60f1afc6748c635" and put it to the onnx-tensorrt/third_party/onnx/ dir. You need to run `git submodule update --init --recursive` inside the mxnet folder. Do not manually copy around folders > Then I follow the onnx-tensorrt official tutorial, do the compile: You need to follow the steps mentioned by @Kh4L from the mxnet folder after running `git submodule update --init --recursive`. No need to download any other repositories manually. > And the popd, pushd, should I have to do that like the .sh file did? It's better to follow the instructions exactly if you are not clear about their meaning. If you know what they do, you can also use `cd` instead > I'm not very good at do compiling and define args, so thanks for your answering!! Just start with a new `git clone https://github.com/apache/incubator-mxnet/`, run the `git submodule --init --recursive` and follow the instruction precisely step by step. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
