Git Product home page Git Product logo

Comments (7)

m-schuetz avatar m-schuetz commented on August 22, 2024 2

Closing this here since this issue is a bit outdated, and support for it is coming soon..

from potreeconverter.

chiccorusso avatar chiccorusso commented on August 22, 2024

Is OpenMP (http://openmp.org/wp/) a feasible option?
Not all compilers support it (notably, LLVM and Borland bcc).

from potreeconverter.

ghgr avatar ghgr commented on August 22, 2024

I think it would be more scalable to be able to append points to an existing tree. And then just:
for i in *.las; do ./Potreeconverter --final-tree final_tree $i; done
You could even store the final_tree in a shared folder, and run it in a cluster.

EDIT: I tried with OpenMP and when it doesn't segfault it runs slower than sequentially. Sure it is possible to implement it, but I find the alternatives more efficient.

from potreeconverter.

pksorensen avatar pksorensen commented on August 22, 2024

Beeing able to combine the result of several call to potreeconverter would be nice. Such one can distribute the conversion of a large point cloud given in parts of larger grid.

from potreeconverter.

m-schuetz avatar m-schuetz commented on August 22, 2024

I also think that parallel conversion of multiple converter instances and merging afterwards could work well.

from potreeconverter.

grndng avatar grndng commented on August 22, 2024

Are there any advancements in this area? I'm currently working with point clouds in *.laz format over 20 GB each with point clouds up to 60 GB each and it takes ages. I'd also be fine with a workaround and have looked here and there but don't have enough knowledge to even know what to do exactly.

from potreeconverter.

m-schuetz avatar m-schuetz commented on August 22, 2024

Currently working on a complete rewrite of the converter. It'll be much faster and produce ~3 files instead of thousands to millions of files. Will still take a month or two and with some luck our grant proposal will be accepted, which means we'll get to make it even faster in the future.

from potreeconverter.

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.