Commit graph

3551 commits

Author SHA1 Message Date
demoulinv
3c106c72c7 [Node] imageSegmentation: update keepFilename parameter. 2024-01-03 16:08:42 +01:00
demoulinv
ffd661d578 [node] imageProcessing: add option to keep input filename. 2024-01-03 15:32:41 +01:00
Candice Bentéjac
0d24c1eabf
Merge pull request #2282 from alicevision/fix/crfGraph
Use the correct response file to display the graph of the Camera Response Function
2024-01-03 11:36:45 +01:00
Candice Bentéjac
a7f73175e9
Merge pull request #2283 from alicevision/fix/loadingStatus
[Viewer] Viewer: Fix various issues with the 2D Viewer
2024-01-03 11:36:30 +01:00
Candice Bentéjac
2357e015d9
Merge pull request #2286 from alicevision/fix/threadpool
Correctly delete thread pools when exiting Meshroom with Python 3.9
2024-01-02 10:49:57 +01:00
Fabien Servant
a0dc87c19b Bug threadpool 2023-12-29 12:28:33 +01:00
Candice Bentéjac
a50a8c4cf5 [pipelines] Update versions for LdrToHdrCalibration 2023-12-21 16:27:04 +01:00
Candice Bentéjac
8bb0b546be [Viewer] Provide a resolved response file path to Camera Response Graph
Instead of providing the `LdrToHdrCalibration` node to the Camera Response
Graph and retrieving the path of the response file within the widget,
retrieve the path and resolve it before activating the Camera Response
Graph component.
2023-12-21 16:24:01 +01:00
Candice Bentéjac
3412a77b4d [nodes] LdrToHdrCalibration: Add intrinsic ID in the response file's path
The node outputs a response file that is named "response_INTRISICID.csv",
as determined in AliceVision. Without it, the output attribute refers
to a file that does not exist.
2023-12-21 16:24:01 +01:00
Candice Bentéjac
6c723df0f5 [Viewer] Viewer2D: Fix check on image status to display the loading icon 2023-12-21 10:33:33 +01:00
Fabien Castan
d32c3df1d0
Merge pull request #2273 from alicevision/dev/applyPixelAspectRatioInImageProcessing
[nodes] ImageProcessing: New option to apply the Pixel Aspect Ratio
2023-12-21 09:45:14 +01:00
Candice Bentéjac
c87e279ee7 [Viewer] Viewer2D: Fix check on image status for the Color Checker Viewer 2023-12-20 18:47:05 +01:00
Candice Bentéjac
d4addec996 [Viewer] Viewer2D: Fix check on image status for the resolution display 2023-12-20 18:03:11 +01:00
Candice Bentéjac
9c99efb3e4 [Viewer] SequencePlayer: Fix check on the image status for SequencePlayer 2023-12-20 18:02:07 +01:00
Candice Bentéjac
5600c58e8f [Viewer] Viewer2D: Fix QML warnings related to FloatImageViewer's status 2023-12-20 17:39:48 +01:00
Candice Bentéjac
181a68cdb8 [Viewer] Viewer2D: Use newest MaterialIcon for the PanoramaViewer 2023-12-20 17:33:23 +01:00
Candice Bentéjac
2d60ce4f5e [Viewer] PanoramaViewer: Fix check on the image status for the pano viewer 2023-12-20 17:32:58 +01:00
Candice Bentéjac
ea8fbf8b2e [Viewer] Viewer2D: Fix check on the image status for the color picker 2023-12-20 16:54:28 +01:00
Fabien Castan
17d47d2805
Merge pull request #2277 from alicevision/fix/duplicatedIcon
Fix duplicated icon in MaterialIcons
2023-12-20 15:41:37 +01:00
Fabien Castan
342367ddd8 fix duplicated icon 2023-12-20 14:42:05 +01:00
Fabien Castan
af5d3b6c6e
Merge pull request #2276 from alicevision/dev/exportUndistortedGrid
[nodes] ExportDistortion: Option to export lens grid undistorted
2023-12-20 13:08:32 +01:00
Fabien Castan
288eae0fc7 [nodes] ExportDistortion: update params and namings
- fix: input param should be in input list
- improve params naming (in sync with AliceVision changes)
- expose more params
2023-12-20 11:27:14 +01:00
Fabien Castan
99ad7ad3e6
Merge pull request #2274 from alicevision/dev/pixelRatioPreview
[nodes] Blender: Rescale rendered images based on their pixel aspect ratio
2023-12-20 09:44:58 +01:00
Fabien Castan
f6e961b7aa
[nodes] blender preview: add comment 2023-12-20 09:41:26 +01:00
Fabien Castan
17a5f65b71
Merge pull request #2247 from alicevision/dev/updateMaterialIcons
[MaterialIcons] Add script to generate the list of available MaterialIcons and update it
2023-12-20 09:39:07 +01:00
Fabien Castan
c98e4a12c8
Add path to MaterialIcons codepoints file 2023-12-20 09:36:14 +01:00
Fabien Servant
82b9957bf6 Option to export lens grid undistorted 2023-12-19 16:06:13 +01:00
Fabien Castan
8c297cb726
Merge pull request #2250 from alicevision/dev/catchMissingFile
[Viewer] Display error labels when an image cannot be loaded
2023-12-19 10:55:01 +01:00
Candice Bentéjac
964ca1a0e6 [nodes] Blender: Rescale rendered images based on their pixel aspect ratio 2023-12-18 08:43:17 +00:00
Candice Bentéjac
64c56e0a73 [Viewer] Display error labels when an image cannot be loaded
Based on QtAliceVision's global status for the FloatImageViewer, display
a specific label when an error has been encountered. The content of the
label depends on the type of the error.
2023-12-14 10:56:33 +00:00
demoulinv
cf81cad95c [imageProcessing] Add parameters for enabling pixel aspect ratio application 2023-12-14 10:59:16 +01:00
Candice Bentéjac
35b69f10f7
Merge pull request #2271 from alicevision/dev/calibNodalTracking
[pipelines] Nodal Camera Tracking: Add a new template with the calibration of the distortion
2023-12-14 09:30:39 +01:00
Candice Bentéjac
3e95d2bb5a [pipelines] Add nodal camtrack without calibration template 2023-12-13 15:38:26 +01:00
Candice Bentéjac
55895cfbfd [pipelines] Add distortion calibration to the nodal camtrack template 2023-12-13 15:38:26 +01:00
Fabien Castan
279b8902c2
Merge pull request #2267 from alicevision/dev/optionalCuda
ImageSegmentation: add an option to choose between cpu and gpu
2023-12-13 12:34:20 +01:00
Candice Bentéjac
0fcbbbcd3c [MaterialIcons] Update list of available MaterialIcons 2023-12-11 16:49:10 +01:00
Candice Bentéjac
4668c77477 [MaterialIcons] Add script to parse codepoints and generate the QML file 2023-12-11 16:49:10 +01:00
Candice Bentéjac
d1c0fd25c7
Merge pull request #2268 from alicevision/start2024.1
Start Development 2024.1.0
2023-12-11 14:47:50 +01:00
Candice Bentéjac
8210187621 [release] Update version to "2024.1.0" and to "develop" status 2023-12-11 11:28:29 +00:00
Candice Bentéjac
1503056559
Merge pull request #2262 from alicevision/rc2023.3
Release 2023.3.0
2023-12-11 11:08:53 +00:00
Fabien Servant
4e5e3b561b option for gpu in segmentation 2023-12-07 11:53:58 +01:00
Candice Bentéjac
7d9496f2a0 [pipelines] Update versions for all the templates 2023-12-07 11:38:26 +01:00
Candice Bentéjac
47471c1281 [doc] CHANGES: Add release note for version 2023.3.0 2023-12-07 11:38:26 +01:00
Candice Bentéjac
bbf9b3ea46 [doc] RELEASING: Update release note command line and add template update 2023-12-07 11:30:50 +01:00
Candice Bentéjac
813878df9c [release] Update version 2023.3 status to "release" 2023-12-07 11:30:50 +01:00
Candice Bentéjac
3f25e36a75
Merge pull request #2266 from alicevision/dev/nodalTrackingCalib
[pipelines] Add image segmentation to the Nodal Camera Tracking template
2023-12-07 10:43:30 +01:00
Candice Bentéjac
ae44666117 [pipelines] Add colors to the Nodal Camera Tracking template 2023-12-07 10:11:56 +01:00
Candice Bentéjac
7d6157ca69 [pipelines] Nodal Tracking: Add image segmentation to the template 2023-12-07 10:11:54 +01:00
Fabien Castan
360efb36ad
Merge pull request #2258 from alicevision/fix/stopLocalComputations
[core] Only update the running chunk to `STOPPED` when stopping computations
2023-11-24 16:56:04 +00:00
Candice Bentéjac
f51bf18a25 [core] Only update the running chunk to STOPPED when stopping computations
Chunks of that node that are already in the `SUCCESS` state will not be
updated, and those that are `SUBMITTED` but not `RUNNING` will be reset
to `NONE`.
2023-11-24 17:10:53 +01:00