Fabien Castan
4340634ef5
[nodes] FeatureExtraction: expose more options
2020-11-04 16:32:12 +01:00
Fabien Castan
64a4c9426a
[nodes] add some nodes documentation
2020-03-26 11:20:44 +01:00
Fabien Castan
73afe38562
[nodes] FeatureExtraction: define "maxThreads" as an advanced param
2019-09-23 12:19:21 +02:00
Fabien Castan
22d3e271b3
[nodes] FeatureExtraction: add maxThreads argument
2019-09-21 16:47:22 +02:00
Fabien Castan
2e1ec27ea1
[nodes] FeatureExtraction: keep force CPU by default for now
...
To avoid conflicts of popsift with the vocabulary tree, we continue to use vlfeat by default for now.
2019-01-22 19:46:16 +01:00
Yann Lanthony
168b573e36
[nodes][aliceVision] mark advanced parameters
2018-12-20 11:17:23 +01:00
Yann Lanthony
910c7e68bf
[nodes] FeatureExtraction: don't force CPU extraction by default
...
use GPU features extraction if available by default
2018-11-30 11:26:31 +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
Grégoire De Lillo
e27a2145b7
[nodes] Formatting and small fixes
2018-06-21 16:34:57 +02:00
Grégoire De Lillo
6aa1f9a91c
[nodes] FeatureExtraction
Remove upright
option
2018-06-21 16:34:57 +02:00
Grégoire De Lillo
50f01c4222
[nodes] Use lower case for imageDescriber type and preset
2018-06-21 16:34:57 +02:00
Gregoire De Lillo
c483b42b61
[nodes] featureExtraction
: change parallelization blockSize (10 to 40)
2018-02-06 17:25:07 +01:00
Gregoire De Lillo
28832593bb
[nodes] FeatureExtraction
: forceCpuExtraction
true by default
2018-01-30 17:26:54 +01:00
Gregoire De Lillo
9689b4709f
[nodes] FeatureExtraction
: add forceCpuExtraction
param
2018-01-25 17:04:00 +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
1e4f8f8a61
Add chunk notion for parallelization and implement specific updateInternals in CameraInit node
...
* Add chunk notion for parallelization
* Allows Node desc to implement custom updateInternals
* CameraInit node implement a specific updateInternals to update the
input image list
* FeatureExtraction, FeatureMatching, DepthMap, DepthMapFilter:
implement parallelization
2017-11-07 15:47:14 +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
edd14691fc
[nodes] use non-exclusive choice for describerTypes param
2017-10-19 12:30:05 +02:00
Fabien Castan
d42c44af07
[nodes] verbose param should not invalidate
2017-10-19 12:27:30 +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