Commit graph

1863 commits

Author SHA1 Message Date
Fabien Castan
ecf10a65f7 [ui] GraphEditor: visualize edges between params (non File attributes) 2020-12-18 01:13:54 +01:00
Fabien Castan
b75ccdb02f [ui] GraphEditor: use dash lines for input/input edges 2020-12-18 01:09:34 +01:00
Fabien Castan
d291fcc39d [core] graph: use new dependenciesOnly option on graph operations
Input attribute to input attribute connection is not a real dependency between the nodes.
2020-12-14 19:02:49 +01:00
Fabien Castan
98b5039f8a
Merge pull request #612 from alicevision/dev/nodesAndTaskManager
Improve Graph Editor UX
2020-12-03 15:51:38 +01:00
Fabien Castan
bfdf2eae8b [ui] GraphEditor: use globalExecMode method 2020-12-02 19:56:23 +01:00
Fabien Castan
a0206a85fc [core] graph: fix retrieve first submitter 2020-12-02 01:06:04 +01:00
Fabien Castan
1102ce84e0 Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
Conflicts:
	meshroom/core/graph.py
	meshroom/ui/qml/main.qml
2020-12-01 20:02:43 +01:00
Fabien Castan
04945bf6e4
Merge pull request #1164 from alicevision/dev/siftGridSort
[feature] sift: update default values, add new filtering and add dsp-sift variation
2020-12-01 17:48:00 +01:00
Fabien Castan
e36078dbfa
Merge pull request #1145 from ChemicalXandco/fix_live_reconstruction
fix error on live reconstruction
2020-12-01 16:08:32 +01:00
Fabien Castan
944aaed936
Merge pull request #1162 from alicevision/dev/whiteBalance
[camerainit] add a boolean for white balance use
2020-12-01 15:27:30 +01:00
Fabien Castan
715348f68d [multiview] Panorama: change default parameters
Use describerQuality=high as it improves quality on many challenging
panorama datasets (in particular for the challenging matching between
fisheye images) and the number of images to process on a panorama is
usually reasonable.
2020-11-24 16:04:29 +01:00
Fabien Castan
3daf4a26f3 [nodes] FeatureExtraction: remove dev params 2020-11-23 22:17:55 +01:00
Fabien Castan
98f8bf5e3b [nodes] FeatureExtraction: GridSort filtering by default 2020-11-23 22:17:40 +01:00
Fabien Castan
7f98314bb6 [ui] init folder when opening new project 2020-11-23 19:25:01 +01:00
Fabien Castan
24e6ee582f [nodes] add dspsift on all nodes using features 2020-11-23 15:23:41 +01:00
Fabien
d62eca1648 [camerainit] add a boolean for white balance use 2020-11-23 08:05:40 +01:00
Fabien Castan
83f85df9e0 [nodes] FeatureExtraction: add custom maxNbFeatures option 2020-11-20 18:03:02 +01:00
Fabien Castan
54ee8af198 [nodes] FeatureExtraction: add NonExtremaFiltering filtering 2020-11-20 18:01:37 +01:00
Fabien Castan
dfaa19e5e2 [nodes] add feature type: dsp-sift 2020-11-20 18:00:22 +01:00
Fabien Castan
4e5bef2a80 [core] allow lambda on "group" property 2020-11-20 17:40:49 +01:00
ChemicalXandco
68b9057619 fix error on live reconstruction 2020-11-11 16:58:11 +00:00
Fabien Castan
4340634ef5 [nodes] FeatureExtraction: expose more options 2020-11-04 16:32:12 +01:00
Fabien Castan
9d6f94baca [nodes] Add new FeatureRepeatability node 2020-11-04 16:31:30 +01:00
Fabien Castan
b5db7b1895 [nodes] PanoramaInit: add direction in comment 2020-11-04 16:31:05 +01:00
Fabien Castan
e83bbb9b12
Merge pull request #1099 from alicevision/dev/saveAsFolder
[ui] init saveAs folder
2020-10-15 18:48:27 +02:00
Fabien Castan
42913c2da3
Merge pull request #1092 from alicevision/dev/viewerGainGamma
[ui] Viewer: fix gain/gamma and use non-linear sliders
2020-10-15 18:45:48 +02:00
Fabien Castan
9476019996 [ui] ImageGallery: fix layout issues in footer 2020-10-15 18:42:24 +02:00
Fabien Castan
ecc8cd4332 [ui] init saveAs folder
if we already have a project file
2020-10-15 18:40:05 +02:00
Fabien Castan
6b68079b56
Merge pull request #1096 from alicevision/fix/statsOnWindows
Fix crashes on process statistics (windows-only)
2020-10-14 10:23:10 +02:00
Fabien Castan
fc28636f5c [release] Update version to 2020.1.1
Update changelog
2020-10-14 00:43:42 +02:00
Fabien Castan
12d80ac57b [core] stats: reduce stats refresh precision 2020-10-13 16:11:07 +02:00
Fabien Castan
cdee25e26e [core] stats: minor simplification
add timeout on nvidia-smi
add try/except
remove duplicated code
no error is no nvidia-smi available
2020-10-13 16:07:42 +02:00
Fabien Castan
88099dd28c [core] stats: avoid crash in psutil (windows only)
https://github.com/giampaolo/psutil/issues/1763
2020-10-13 16:04:04 +02:00
Fabien Castan
dd94bc8a91 [ui] Viewer: non-linear gain/gamma sliders
Update param renaming from "offset" to "gain" in QtAliceVision.
2020-10-12 10:49:01 +02:00
Fabien Castan
7dc44a3441
Merge pull request #1082 from alicevision/release/2020.1.0
Release 2020.1.0
2020-10-09 00:32:56 +02:00
Fabien Castan
c144ec1ded [release] Update software version to 2020.1.0 2020-10-09 00:27:19 +02:00
Fabien Castan
d4820f5e8a [release] Add release notes for 2020.1.0 2020-10-09 00:27:19 +02:00
Fabien Castan
4cfdc10368 [install] Minor update to setup.py 2020-10-09 00:27:19 +02:00
Fabien Castan
52032fdfc4 [submitters] minor update to default simpleFarmConfig 2020-10-09 00:27:12 +02:00
Fabien Castan
2587963b37 [install] use an older version of cx_freeze
See https://github.com/marcelotduarte/cx_Freeze/issues/652
2020-10-09 00:27:06 +02:00
Fabien Castan
0dc8877053 [docker] remove useless file copy
Used later, but it should not invalidate to early.
2020-10-09 00:26:57 +02:00
Fabien Castan
bca0cf6c4e
Merge pull request #1087 from alicevision/dev/donate
[ui] About: add donate link to the association
2020-10-09 00:09:51 +02:00
Fabien Castan
bf0c00a9ba [ui] About: add donate link to the association 2020-10-08 16:23:31 +02:00
Fabien Castan
5ba2e380ae
Merge pull request #1073 from alicevision/dev/ldr2hdrBypass
ldr2hdr: fix bypass option
2020-10-01 15:12:26 +02:00
Fabien Castan
38d8858742 [nodes] LdrToHdrCalibration: update maxTotalPoints description 2020-09-30 15:31:42 +02:00
Fabien Castan
932b4d51e7 [nodes] LdrToHdrCalibration: add bypass option 2020-09-30 15:31:22 +02:00
Fabien Castan
ef99a2916d [nodes] ldrToHdr: nbBrackets should invalidate UID
instead of "userNbBrackets" (which is only an intermediate parameter used to compute "nbBrackets")
2020-09-30 15:24:05 +02:00
Fabien Castan
76daea92e0 [nodes] PanoramaWarping: add maxPanoramaWidth 2020-09-30 15:21:12 +02:00
Fabien Castan
1168464965
[nodes] PanoramaWarping: change default percentUpscale 2020-09-28 19:02:06 +02:00
Fabien Castan
c432232c67
Merge pull request #1069 from alicevision/dev/debugCircle
[nodes] PanoramaInit: add debug circle detection option
2020-09-20 19:20:13 +02:00