Giter VIP home page Giter VIP logo

visual-gps-slam's Issues

Blender Camera Pose

Thanks for this work.
My question might be a bit irrelevant to this.

I have created a simulated knee environment in Blender and for every frame, I have the depth, camera pose, and the rendered image. Using these three ingredients, I should be able to reconstruct the 3 point cloud and mesh of the environment using other approaches such as TSDF (https://github.com/andyzeng/tsdf-fusion-python). But that is not happening. Even though I put the correct camera matrix intrinsic (I think).

To cross check the Blender camera pose info, I used only the depth images and Kinect Fusion to estimate the camera pose and used the estimated camera pose info for depth image on TSDF and still it did not work. I tried the same approach (estimating the camera pose using Kinect Fusion) on the demo data of the TSDF and it worked (Kinect Fuseion-estimate pose + groundtruth depth). That means the Kinect Fusion could produce the correct camera pose info as good as groundtruth pose, to be used with TSDF. This narrows down the issue I have to the groundtruth depth that Blender produces.

My question is that, do I need to do any transformation on the depth images that Blender produces?
I see you are talking about making a conversion between the Camera Pose and the DSO. I wonder I might need to do the same to be able to get the TSDF algorithm working.

How to ensure that dso and gps are fused at the same scale

Hello, thank you for your open source work, I would like to ask you how to correctly integrate the dso trajectory with the gps trajectory, how to determine the scale of the dso system, is it through similar transformation, but I see that in your code is The fusion is done through linear Kalman filtering, so I would like to ask you how to ensure that the dso and gps tracks are fused at the same scale. Where is the specific implementation in your code, thank you

SCALE AMBIGUITY

Dear, Adam!
Please tell, how you solve scale ambiguity problem and fuse GPS and SLAM data with different scale in Kalman filter?

Add-on installation problem

Hi! I am really interested in using your add-ons in Blender. When I install the add-on, it has the following error. Could you give me some hints about this?

image

The error occurs on:

image

Is this code working?

Hi
I'm interested in your work on adding GPS measurements to DSO.
Is your code working properly? I saw many "todo" comments, and was wondering if the code is properly using GPs measurements now.
Thanx!

Error in GroundTruth Generator: Export ideal / noisy Blender poses

My master student just found two bugs in the ground truth generator script:

FileNoisyCameraBlender.write("%d,%f,%f,%f,%f,%f,%f,%f\n" % (timestamp, dso_trans.x, dso_trans.y, dso_trans.z, dso_quat.w, dso_quat.x, dso_quat.y, dso_quat.z))

FileNoisyCameraBlender.write("%f,%f,%f,%f,%f,%f,%f\n" % (dso_trans.x, dso_trans.y, dso_trans.z, dso_quat.w, dso_quat.x, dso_quat.y, dso_quat.z))

Both of these lines should not export poses in the DSO coordinate frame (dso_trans and dso_quat), but in the Blender frame (translation and orientation).

Thanks for the hint, D.W.!

reproduce

Hello, I admire your ability to do such a great job. I am very interested in your work.
I want to reproduce it, but I don't have a Zed camera. I only have a monocular camera and a GPS module. Can this reproduce your work in real time? If possible, what should I do?

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.