Giter Club home page Giter Club logo

Comments (3)

pierotofy avatar pierotofy commented on July 25, 2024

Hey @yingyi-ma could you please elaborate further?

from clusterodm.

yingyi-ma avatar yingyi-ma commented on July 25, 2024

Hey @yingyi-ma could you please elaborate further?

ok. I update my issue and upload a Flow chart pic.

description:122 pictures are ortho-spliced according to 50 segmentation. There are four nodes. When splicing, they are not allocated to three nodes for splicing, but to 1-2-3 for splicing, then 1-2-4 for splicing and then 1-4 for processing. I want to ask why the nodes are changed in this way instead of fixed for three nodes for processing.

thanks.

from clusterodm.

pierotofy avatar pierotofy commented on July 25, 2024

So the algorithm "rotates" the nodes and pick ones that have not been used in a while (if all other factors are equal). This is to minimize the chance that a node might receive two tasks simultaneously (if they are uploaded at the same time), without using locks.

If this is not a desired behavior, you can always comment out https://github.com/OpenDroneMap/ClusterODM/blob/master/libs/nodes.js#L183 and keep bestNode.turn to zero.

from clusterodm.

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.