Coder Social home page Coder Social logo

Comments (3)

bsespede avatar bsespede commented on June 9, 2024

Hi there! First of all I'm glad you found it useful.

It should be totally possible to change the camera feed. To do so please you should simply implement the same interface as Optitrack.h. The implementation of this class is exclusively used in the CameraController class, so if you need customize how the capture works you can simply change that class and it should be sufficient.

Regarding system requirements, you should be able to run it in any system. It relies on CMake for building so it should be pretty straight forward to run it on mac, since it only uses OpenCV and boost. I have personally tested it on Windows 10 due to Optitrack camera drivers, but if you are not using Optitrack cameras you should be fine anyhow.

Regarding the docker package, I don't have the time to prepare it for you, but if you have any specific issues during the building process just let me know whats going on and I'll try to give you a hand.

from 3d-pose.

NickBuryak avatar NickBuryak commented on June 9, 2024

Hi @bsespede !
I'm also interested in replacing Optitrack with another cameras. Instead of providing real time camera feed I would like to use collection of pre recorded frames. Is this possible to accomplish and if so what is the most efficient way to do that? Thanks!

from 3d-pose.

bsespede avatar bsespede commented on June 9, 2024

Hi Nick!

Given that you already have the pre-recorded frames, you might as well just use the opencv methods directly if you want to calibrate a set of cameras (you could just copy the calibration related code from my repo to make it easier).

If your goal is to triangulate the pose you would need to download OpenPose (the version I described in the readme), and override it with my custom code in order to feed a multi-view scene. I don't know if there have been any improvements to OpenPose since I released this code, but I remember having issues using OpenPose for 3D poses out-of-the-box so I needed to add this custom code on top. I think there should be more advanced pose estimation algorithms than OpenPose by now though.

Here are some sample results I've obtained back then:
https://www.youtube.com/watch?v=NB0e2oYJmkk
https://www.youtube.com/watch?v=dJwznSRtjHA
(I've used the code in this repo to generate this visualizations)

Hope it helps!

from 3d-pose.

Related Issues (4)

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.