Giter VIP home page Giter VIP logo

Comments (5)

tharinduk90 avatar tharinduk90 commented on August 27, 2024

using the https://github.com/intel-isl/Open3D/blob/master/examples/python/Basic/rgbd_image.ipynb, i visualize the depth maps.
the result for 000020.jpg with different angles is attached below.

000020

original image

depth_20_angle1

point cloud with angle 1

this is the point cloud
https://drive.google.com/file/d/13LZMxohl3a0IdkJvw5c3bUMcVne6hRY1/view?usp=sharing

the above point cloud file can be view with https://www.creators3d.com/online-viewer

from differentiable_volumetric_rendering.

m-niemeyer avatar m-niemeyer commented on August 27, 2024

Hi @tharinduk90 , I was now able to have a look at your data.

The depth you provide is very noisy / not accurate. The problem with your visualization above is that you only show the predicted points if you use a single image, and also you show it from the same view as shown in the image. Then, it will always look good! The question is rather how well does the point cloud look if you use all the views, and project them all into the world.

Here is a screenshot of the point cloud if you use all 22 views:
image

And here the respective ply file (zipped).

As you can see, the depth is so noisy that it does not lead to a consistent model. Hence, if you train with this depth information, it will rather worsen the results than improve them. If you want to improve your results, a good tool to obtain camera parameters as well as depth maps for multi-view images is Colmap.

Good luck with your research !

from differentiable_volumetric_rendering.

tharinduk90 avatar tharinduk90 commented on August 27, 2024

@m-niemeyer , thank you very much for the clarification, can u share the script to create the point cloud ? So i can verify my depth map?

from differentiable_volumetric_rendering.

m-niemeyer avatar m-niemeyer commented on August 27, 2024

Hi @tharinduk90 , thanks a lot for your message.

I have now created a FAQ file describing the camera matrices and also an example script of how pixels can be projected to the object-centric world space using the matrices and depth values: https://github.com/autonomousvision/differentiable_volumetric_rendering/blob/master/project_pixels_to_world_example.py

I hope this helps. Good luck!

from differentiable_volumetric_rendering.

tharinduk90 avatar tharinduk90 commented on August 27, 2024

@m-niemeyer , thank you very much !!!!!!!!!!!!!!

from differentiable_volumetric_rendering.

Related Issues (20)

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.