GithubHelp home page GithubHelp logo

meiqua / 6dpose Goto Github PK

View Code? Open in Web Editor NEW
257.0 13.0 79.0 72.67 MB

implement some algorithms of 6d pose estimation

Python 58.64% CMake 1.20% C++ 40.16%
linemod icp ork 6d pose estimation segmentation

6dpose's People

Contributors

meiqua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

6dpose's Issues

Linemod使用

请问,linemod应该怎么跑起来呢?说明没看太明白....

谢谢!

error with render training imgs from PLY

When I load my own .ply file, the renderer.py output depth and rgb images are all zero. It seems that vertex_buffer in draw_depth are correct. Why it happens?

CMakeFiles/cxxlinemod_pybind_executable.dir/cxxlinemod.cpp.o] error

你好,我在编译cxxlinemod的时候,没有报error,请问这个可能是什么造成的呢

[ 12%] Building CXX object CMakeFiles/cxxlinemod_pybind_executable.dir/cxxlinemod.cpp.o
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp: In function ‘int main()’:
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp:61:15: error: ‘make_unique’ is not a member of ‘std’
     auto pr = std::make_unique<poseRefine>();
               ^
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp:61:42: error: expected primary-expression before ‘>’ token
     auto pr = std::make_unique<poseRefine>();
                                          ^
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp:61:44: error: expected primary-expression before ‘)’ token
     auto pr = std::make_unique<poseRefine>();
                                            ^
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp: In member function ‘void poseRefine::process(cv::Mat&, cv::Mat&, cv::Mat&, cv::Mat&, cv::Mat&, cv::Mat&, int, int)’:
/home/syk/code/siemens/pcl-st/6DPose-master/cxxlinemod/cxxlinemod.cpp:160:11: warning: unused variable ‘px_ratio_missing’ [-Wunused-variable]
     float px_ratio_missing = matToVec(sceneCloud_cropped, modelCloud_cropped, pts_real_ref_temp, pts_real_model_temp);
           ^
make[2]: *** [CMakeFiles/cxxlinemod_pybind_executable.dir/cxxlinemod.cpp.o] 错误 1
make[1]: *** [CMakeFiles/cxxlinemod_pybind_executable.dir/all] 错误 2
make: *** [all] 错误 2

ubuntu14.04
只修改了CMAKE_PREFIX_PATH,我没有安装cuda,cuda一定需要安装吗
安装包按照说明正常安装了

install error

/home/xxxx/testCode/6DPose/linemodLevelup/linemodLevelup.cpp:110:27: error: ‘VoxelDownSample’ is not a member of ‘open3d’ auto model_pcd_down = open3d::VoxelDownSample(*model_pcd, voxel_size); ^ /home/xxxx/testCode/6DPose/linemodLevelup/linemodLevelup.cpp:111:27: error: ‘VoxelDownSample’ is not a member of ‘open3d’ auto scene_pcd_down = open3d::VoxelDownSample(*scene_pcd, voxel_size); ^ /home/xxx/testCode/6DPose/linemodLevelup/linemodLevelup.cpp:121:79: error: invalid initialization of reference of type ‘const std::vector<std::shared_ptr<const open3d::geometry::Geometry> >&’ from expression of type ‘<brace-enclosed initializer list>’ open3d::visualization::DrawGeometries({model_pcd_down, scene_pcd_down}); ^ In file included from /usr/local/include/Open3D/Open3D.h:68:0, from /home/xxxxxx/testCode/6DPose/linemodLevelup/linemodLevelup.cpp

what your open3D version? When I make the project , the error occur.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.