Julien-Haudegond
4e20286ac0
[nodes] increment nodes version
2020-07-29 14:39:38 +02:00
Julien-Haudegond
d1756ca650
[nodes] update several nodes with enabled parameter
2020-07-29 11:38:13 +02:00
Fabien Castan
4bfbfc44d3
[nodes] Panorama/LDRToHDR: remove the "advanced" flag on some parameters
2020-03-30 11:24:17 +02:00
Fabien Castan
6a62644a68
[nodes] ImageMatching: add option FrustumOrVocabularyTree
2020-03-26 21:23:41 +01:00
Fabien Castan
64a4c9426a
[nodes] add some nodes documentation
2020-03-26 11:20:44 +01:00
Theo
4afa3c51c1
[nodes] imageMatching: rename label and add methods to MultiSfM
2020-01-31 11:43:06 +01:00
Theo
c1cedd50a3
[nodes] ImageMatching: Add methods and option nbNeighbors
2020-01-29 10:32:59 +01:00
Yann Lanthony
168b573e36
[nodes][aliceVision] mark advanced parameters
2018-12-20 11:17:23 +01:00
Yann Lanthony
2a410d07ea
[nodes][aliceVision] add initial version on nodes
2018-07-19 13:50:45 +02:00
Yann Lanthony
346277629a
[nodes] use 'desc.Node.internalFolder' in outputs values
...
* avoid duplicating the same string everywhere
* don't override 'internalFolder' with the same value default value in subclasses
2018-07-19 13:50:45 +02:00
Yann Lanthony
9f2185706e
[nodes][aliceVision] remove voctree path from uid 0 computation
...
Avoid invalidating ImageMatching nodes when voctree path changes (i.e: Meshroom prebuilt binaries coming with an embedded voctree)
2018-07-06 12:10:21 +02:00
Grégoire De Lillo
236a82ece8
[nodes] Add support for multiple features & matches folders
2018-06-21 16:34:57 +02:00
Gregoire De Lillo
4d5636ab47
[nodes] new IncrementalSfM augmentation
2018-01-05 18:55:14 +01:00
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
Yann Lanthony
5d40790555
[nodes] update aliceVision nodes
...
* remove non-pertinent parameters
* fix parameters types / description
* tweak value ranges
* fix incorrect uids
* update default values
2017-11-13 20:31:16 +01:00
Fabien Castan
aa0f985077
[nodes] aliceVision: update param names to "folder"
2017-11-10 19:32:08 +01:00
Yann Lanthony
16e8037fd7
[core] change Attributes declaration on Node description
...
Inputs and outputs Attributes are now declared in two separate lists
* no more isOutput field on Attribute description
* guarantee attributes order (was not the case in Python2 with class attributes)
* Attribute's name is now part of its description
Note: for now, input and output Attributes are still stored in a single model inside a Graph.
2017-10-31 19:47:32 +01:00
Fabien Castan
0bdad5a588
[nodes] create default values from os.environ directly in nodes
2017-10-26 16:10:14 +02:00
Fabien Castan
d42c44af07
[nodes] verbose param should not invalidate
2017-10-19 12:27:30 +02:00
Fabien Castan
daebef92f1
[nodes] ImageMatching: add minNbImages parameter
2017-10-16 19:25:01 +02:00
Fabien Castan
6e270ad6a9
Use imageMatching node in the multiview pipeline
2017-10-16 18:18:35 +02:00
Fabien Castan
287c0f13ce
[core] split Param into specific types and update nodes accordingly
2017-10-16 12:23:59 +02:00
Fabien Castan
aacdf32915
Move nodes into subfolders
2017-10-16 12:23:58 +02:00