Skip to content

Commit ad9f1e8

Browse files
authored
Merge pull request #1299 from alicevision/release/2021.1.0
Release 2021.1.0
2 parents 6a7db0f + 7a722dd commit ad9f1e8

File tree

8 files changed

+46
-12
lines changed

8 files changed

+46
-12
lines changed

CHANGES.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,48 @@
33
For algorithmic changes related to the photogrammetric pipeline,
44
please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md).
55

6-
## Release 2020.1.1 (2020.10.14)
6+
## Release 2021.1.0 (2021/02/26)
7+
8+
Based on [AliceVision 2.4.0](https://github.com/alicevision/AliceVision/tree/v2.4.0).
9+
10+
### Release Notes Summary
11+
12+
- [panorama] PanoramaCompositing: new algorithm with tiles to deal with large panoramas [PR](https://github.com/alicevision/meshroom/pull/1173)
13+
- [feature] Improve robustness of sift features extraction on challenging images: update default values, add new filtering and add dsp-sift variation [PR](https://github.com/alicevision/meshroom/pull/1164)
14+
- [ui] Improve Graph Editor UX with better visualization of nodes connections, the ability to accumulate nodes to compute locally or the ability to compute multiple branches in parallel on renderfarm with a new locking system per node, etc. [PR](https://github.com/alicevision/meshroom/pull/612)
15+
- [nodes] Meshing: improve mesh quality with a new post-processing. Cells empty/full status are filtered by solid angle ratio to favor smoothness. [PR](https://github.com/alicevision/meshroom/pull/1274)
16+
- [nodes] MeshFiltering: smoothing & filtering on subset of the geometry [PR](https://github.com/alicevision/meshroom/pull/1272)
17+
- [ui] Viewer: fix gain/gamma behavior and use non-linear sliders [PR](https://github.com/alicevision/meshroom/pull/1092)
18+
19+
### Other Improvements and Bug Fixes
20+
21+
- [core] taskManager: downgrade status per chunk [PR](https://github.com/alicevision/meshroom/pull/1210)
22+
- [core] Improve graph dependencies: dependencies to an input parameter is not a real dependency [PR](https://github.com/alicevision/meshroom/pull/1182)
23+
- [nodes] Meshing: Add `addMaskHelperPoints` option [PR](https://github.com/alicevision/meshroom/pull/1273)
24+
- [nodes] Meshing: More control on graph cut post processing [PR](https://github.com/alicevision/meshroom/pull/1284)
25+
- [nodes] Meshing: new cells filtering by solid angle ratio [PR](https://github.com/alicevision/meshroom/pull/1274)
26+
- [nodes] Meshing: add seed and voteFilteringForWeaklySupportedSurfaces [PR](https://github.com/alicevision/meshroom/pull/1268)
27+
- [nodes] Add some mesh utilities nodes [PR](https://github.com/alicevision/meshroom/pull/1271)
28+
- [nodes] SfmTransform: new from_center_camera [PR](https://github.com/alicevision/meshroom/pull/1281)
29+
- [nodes] Panorama: new options to init with known poses [PR](https://github.com/alicevision/meshroom/pull/1230)
30+
- [nodes] FeatureMatching: add cross verification [PR](https://github.com/alicevision/meshroom/pull/1276)
31+
- [nodes] ExportAnimatedCamera: New option to export undistort maps in EXR format [PR](https://github.com/alicevision/meshroom/pull/1229)
32+
- [nodes] new wip node `LightingEstimation` to estimate spherical harmonics from normal map and albedo [PR](https://github.com/alicevision/meshroom/pull/390)
33+
- [nodes] CameraInit: add a boolean for white balance use [PR](https://github.com/alicevision/meshroom/pull/1162)
34+
- [ui] fix error on live reconstruction [PR](https://github.com/alicevision/meshroom/pull/1145)
35+
- [ui] init saveAs folder [PR](https://github.com/alicevision/meshroom/pull/1099)
36+
- [ui] add link to online documentation in 'Help' menu [PR](https://github.com/alicevision/meshroom/pull/1279)
37+
- [ui] New node menu categories [PR](https://github.com/alicevision/meshroom/pull/1278)
38+
39+
40+
## Release 2020.1.1 (2020/10/14)
741

842
Based on [AliceVision 2.3.1](https://github.com/alicevision/AliceVision/tree/v2.3.1).
943

1044
- [core] Fix crashes on process statistics (windows-only) [PR](https://github.com/alicevision/meshroom/pull/1096)
1145

1246

13-
## Release 2020.1.0 (2020.10.09)
47+
## Release 2020.1.0 (2020/10/09)
1448

1549
Based on [AliceVision 2.3.0](https://github.com/alicevision/AliceVision/tree/v2.3.0).
1650

@@ -86,7 +120,7 @@ For more details see all PR merged: https://github.com/alicevision/meshroom/mile
86120
See [AliceVision 2.3.0 Release Notes](https://github.com/alicevision/AliceVision/blob/v2.3.0/CHANGES.md) for more details about algorithmic changes.
87121

88122

89-
## Release 2019.2.0 (2019.08.08)
123+
## Release 2019.2.0 (2019/08/08)
90124

91125
Based on [AliceVision 2.2.0](https://github.com/alicevision/AliceVision/tree/v2.2.0).
92126

@@ -119,7 +153,7 @@ See [AliceVision 2.2.0 Release Notes](https://github.com/alicevision/AliceVision
119153
for more details about algorithmic changes.
120154

121155

122-
## Release 2019.1.0 (2019.02.27)
156+
## Release 2019.1.0 (2019/02/27)
123157

124158
Based on [AliceVision 2.1.0](https://github.com/alicevision/AliceVision/tree/v2.1.0).
125159

docker/Dockerfile_centos_deps_py2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN yum install -y \
4747
libxkbcommon-x11
4848

4949
# Install Python2
50-
RUN yum install -y python-devel && \
51-
curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py && \
50+
RUN yum install -y python27-python-devel python-devel && \
51+
curl https://bootstrap.pypa.io/2.7/get-pip.py -o /tmp/get-pip.py && \
5252
python /tmp/get-pip.py && \
5353
pip install --upgrade pip
5454

meshroom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2020.1.1"
1+
__version__ = "2021.1.0"
22
__version_name__ = __version__
33

44
from distutils import util

meshroom/nodes/aliceVision/CameraInit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0"
1+
__version__ = "4.0"
22

33
import os
44
import json

meshroom/nodes/aliceVision/Meshing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "6.0"
1+
__version__ = "7.0"
22

33
from meshroom.core import desc
44

meshroom/nodes/aliceVision/PanoramaCompositing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0"
1+
__version__ = "2.0"
22

33
import json
44
import os

meshroom/nodes/aliceVision/PanoramaMerging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PanoramaMerging(desc.CommandLineNode):
1414

1515
category = 'Panorama HDR'
1616
documentation = '''
17-
Merge all inputs coming from PanoramaComposiring
17+
Merge all inputs coming from the PanoramaCompositing node.
1818
'''
1919

2020
inputs = [

meshroom/nodes/aliceVision/PanoramaSeams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0"
1+
__version__ = "2.0"
22

33
import json
44
import os

0 commit comments

Comments
 (0)