Code Monkey home page Code Monkey logo

Comments (5)

ethyd4 avatar ethyd4 commented on June 16, 2024

If I'm scanning any of the medium objects like human , chair , Tins. For these kind of objects I'm getting some decent results. When If I scan small objects it was not giving the proper results.
can you give some suggestions to improve the results.

from rgbd-integration-2020.

Ritchizh avatar Ritchizh commented on June 16, 2024

Hi!

  1. RealSense depth camera has 1-6 cm depth resolution (depending on distance), so probably the camera's accuracy is not enough for finer small models?
  2. Try filtering out clutter more accurately - remove everything which is not the object from the point cloud.
  3. Try stricter convergence criterion, by reducing RANSACConvergenceCriteria parameters.

from rgbd-integration-2020.

ethyd4 avatar ethyd4 commented on June 16, 2024

Hello mam,
In the point cloud data for each frame we were getting some amount of incorrect data to remove that If I use statistical , radius outliers removal methods at that time I'm loosing the good data also.

For Intel real sense D415 the capturing limits were 0.3m to 10m. It needs to get all the details within that distance. I think there was no issue with the camera.

can you suggest a better way to remove the incorrect data from the point cloud data.

from rgbd-integration-2020.

Ritchizh avatar Ritchizh commented on June 16, 2024

Statistical and radius outliers removal methods are effective. You can also use a bounding box to cut your object from the point cloud as I have shown in the example: bounds = [[-np.inf, np.inf], [-np.inf, 0.15], [0, 0.56]] # set the bounds

Your distance range should be OK for D415, however, what I meant - the distance error is +/- 2%, you won't see all fine texture details in the shape.

Unfortunately, I don't know the reason why your reconstructed shapes look so distorted. Are only the final meshes distorted or the Ransac merged point clouds too?

from rgbd-integration-2020.

ethyd4 avatar ethyd4 commented on June 16, 2024

We are getting good results for objects bigger than 1ft or 30 cm in measurement. This might be because of sensor resolution.We were thinking of using Lidar instead of depth camera, we plan on going with intel realsense 515l maybe that will give us better result for small objects. Lidar directly gives pointcloud data as well as RGB, will the algorithm you designed work with intel realsense 515L lidar camera, and what changes we need to make for that. A request, can you try scanning small objects, or else we can provide the dataset for the same. Please let us know where we are going wrong.

from rgbd-integration-2020.

Related Issues (6)

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.