Giter VIP home page Giter VIP logo

intership_pose_estimation_from_keypoints's Introduction

6DoF Pose estimation from keypoints

This code is the python adaptation of the matlab post processing you can find here I also used the their neural network in an other repo. I just translated the matlab code into python code, I did not invented anything Feel free to use this code if you need it. call main.py to create a figure with the cad projection on it. There is an exemple of the data you need in the folder images_test The code is pretty simple to adapt, if you have question ask me. The video maker is not very optimized, it saves all the frame, you can use it almost the same way than main.py

C++ code

I made a c++ version of the code. It is faster and suitable for real time application. The code currently print the rotation of the translation matrix. The code need GSL and OpenCV to work. When you installed this libraries, the make should works and give you a executable.

The c++ main take three arguments :

1. the path the image (example : ./../images_test/val_01_00_000000.bmp)
2. the path to the keypoints (example : ./../images_test/val_01_00_000000_00.bmp)
3. verbosity, give verbose for a verbose output, anythink else for a no verbose output

the other parameters like the number of joints, the data related to the cad model, the dimention, the name of the joints... should be modified in the utils_struct.h part of the code.

intership_pose_estimation_from_keypoints's People

Contributors

victorpujolle avatar

Stargazers

Ashish Chouhan avatar

Watchers

James Cloos 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.