GithubHelp home page GithubHelp logo

lql0716 / poseestimator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roboy/poseestimator

0.0 2.0 0.0 184.32 MB

poseestimator for tracking cad models

Home Page: https://devanthro.atlassian.net/wiki/display/VR/pose+estimation

License: MIT License

CMake 6.76% C++ 45.74% Shell 24.24% Cuda 23.27%

poseestimator's Introduction

pose_estimation

This is a model based pose_estimation, based on the paper "A Geometric Approach to Joint 2D Region-Based Segmentation and 3D Pose Estimation Using a 3D Shape Prior". You can find it in the paper folder.

dependencies

eigen3, sfml, glew, imagemagick, assimp, opengl, cuda, opencv, sdformat, pcl, boost

hardware requirements

you need a cuda capable graphic card to run this code(this code was tested with a NVidia GeForce GTX 960)

build

you will need to edit the root path for the models in the main.cpp

#!bash
cd path/to/poseestimator
mkdir build
cd build
cmake ..
make -j4

run

#!bash
cd path/to/poseestimator/bin
./poseestimator mesh_model lambda_trans lambda_rot

The mesh_model is the model you want to use (can be .dae or .sdf file). The folder will be searched for this model and the first instance will be used. The two lambda parameters define the initial learning rate for translation and rotation. Example:

#!bash
./poseestimator sphere.dae 0.00000001 0.0000001

poseestimator's People

Contributors

letrend avatar

Watchers

James Cloos avatar jason avatar

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.