Giter Site home page Giter Site logo

Comments (4)

YvanYin avatar YvanYin commented on June 14, 2024 3

Hi, you can follow the following steps.

  1. Obtain the focal length of the corresponding camera. You can read the metadata and find out which camera takes this image. And then google the camera to get the sensor size and resolution. focal = sensor_size_width / resolution_width. Note this is a very coarse calculation. It will affect the metrology accuracy. But currently, I do not have other tools to get a more accurate focal length from a single in-the-wild image.
  2. Feed the focal length and image to the network to get the metric depth.
  3. Reconstruct the point cloud with the predicted depth and the focal length.
  4. Use some tools, such as Meshlab, to measure the table's size.

from metric3d.

linjing7 avatar linjing7 commented on June 14, 2024

Okay, thanks for your detailed reply! I found that there exists severe noise at the edge of the point cloud, i.e., the depth of the object edge is very noisy. Do you have any idea to solve this problem?

from metric3d.

YvanYin avatar YvanYin commented on June 14, 2024

Maybe you can try the following methods.

  1. Use our provided confidence map to remove edges' depths.
  2. Use a point cloud filter to filter edges' sparse points. e.g. use open3d: remove_radius_outlier this function. There are many other point cloud filters. You can refer to open3d documents.
  3. Maybe the image's guided filter can also help you to reduce edges' noises.

from metric3d.

linjing7 avatar linjing7 commented on June 14, 2024

Okay, thank you very much! I will have a try.

from metric3d.

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.