3D Reconstruction Software
Find a file
Yann Lanthony e8c579c942 [core] parallelization: introduce the notion of node 'size'
* node size is an estimation of the number of element to process on a given node, that may be used for parallelization.
* replace the explicit reference to an attribute on a node (Parallelization.inputListParamName)
* size can be:
  * dynamic: depends on the size of the node connected to a specific Attribute
  * static
2017-11-17 18:46:21 +01:00
bin [bin] compute: fix "--toNode" option 2017-11-14 18:17:34 +01:00
meshroom [core] parallelization: introduce the notion of node 'size' 2017-11-17 18:46:21 +01:00
tests Add chunk notion for parallelization and implement specific updateInternals in CameraInit node 2017-11-07 15:47:14 +01:00
.gitignore [ui] first basic debugging UI + elementary commands 2017-09-25 20:18:27 +02:00
__init__.py Initial version 2017-09-18 00:31:29 +02:00
README.md Initial commit 2017-09-16 23:09:00 +02:00
setup.py [setup.py] fix typo in requirements 2017-10-06 15:48:28 +02:00

ProcessGraph