在配置pointnet2的时候遇到一些问题,现总结如下,供日后查阅(一定会再见面的……)
1.
(venv27) ray@ray-MS-7B48:~/catkin_ws/src/pointnet2/tf_ops/3d_interpolation$ sh tf_interpolate_compile.sh
In file included from /home/ray/venv27/local/lib/python2.7/site-packages/tensorflow/include/tensorflow/core/platform/mutex.h:31:0,
from /home/ray/venv27/local/lib/python2.7/site-packages/tensorflow/include/tensorflow/core/framework/op.h: 32,from tf_interpolate.cpp:6: /home/ray/venv27/local/lib/python2.7/site-packages/tensorflow/include/tensorflow/core/platform/default/mutex.h:25:22: Fatal error: nsync_cv.h: 没有那个文件或目录
#include "nsync_cv.h"
#include "nsync_mu.h"
改为
#include "external/nsync/public/nsync_cv.h"
#include "external/nsync/public/nsync_mu.h"
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。