Hi,
I am following the above link to carry out real time objection detection task, everything is smooth until 5:33, but when I cd build and then type cmake …/ it says
Note: this project uses git submodules in the source tree.
if you haven’t already, run the following command from
the project’s root directory:
git submodule update --init
Note: required git submodules have not been detected.
first, please run the following command from the
the project’s root directory to clone them:
git submodule update --init
CMake Error at CMakeLists.txt:21 (message):
missing required git submodules, see instructions above
– Configuring incomplete, errors occurred!
See also “/home/autonomous/jetson-inference/CMakeFiles/CMakeOutput.log”.
Hi @javeedashrafmr, when you clone the jetson-inference repo, you can either use the --recursive flag, or run git submodule update --init from the jetson-inference directory after you clone it.
tried by that way and didn’t work, what i did was i built one more jetson-inference by git clone command inside cd jetson-inference/build, as a result it finally became cd jetson-inference/build/jetson-inference/build. and now cmake is working fine