jetson-inferenc显示fatal error: connect_parts.hpp

https://github.com/dusty-nv/jetson-inference/issues/1188

/home/x/jetson-inference/c/poseNet.cpp:32:10: 致命错误:connect_parts.hpp: 没有那个文件或目录
#include "connect_parts.hpp"
^~~~~~~~~~~~ ~~~~~~~
编译终止。
CMakeFiles/jetson-inference.dir/build.make:1207: 目标'CMakeFiles/jetson-inference.dir/c/poseNet.cpp.o' 的配方失败
make[2]: *** [CMakeFiles/jetson-inference. dir/c/poseNet.cpp.o] 错误 1
CMakeFiles/Makefile2:67: 目标“CMakeFiles/jetson-inference.dir/all”的配方失败
make[1]: *** [CMakeFiles/jetson-inference.dir/ all] 错误 2
Makefile:129: 目标 'all' 的配方失败
make: *** [all] 错误 2

   原因是jetson-inference/plugins/pose缺少子模块,自己看看哪些文件安装的没有下载下来,一般是网络问题,重新下载或者手动下载对应模块移进去即可

https://github.com/dusty-nv/trt_pose/tree/6fa5f5d36c9be4bdf314838d840a82dd1f2960d3

你可能感兴趣的:(github)