Fabien Servant
d8f3a25b67
Injecting survey points
2025-03-11 11:40:35 +01:00
Candice Bentéjac
091dbddcd3
[nodes] Replace desc.Node.internalFolder
with {nodeCacheFolder}
...
For nodes that were added right before the merge of #2629 , the replacement
still needed to be done.
2025-03-10 11:29:28 +00:00
Candice Bentéjac
21afd053f8
Merge pull request #2629 from alicevision/dev/relativePaths
...
Add relative paths to nodes as variables
2025-03-10 10:48:09 +00:00
Candice Bentéjac
ef33aabe5e
[nodes] ExportImages: Fix category and namingMode
parameter
...
Change the category to "Export" instead of "Utils" and align the
default value of the `namingMode` parameter with the one used in the
AliceVision's executable. Moreover, the value "viewId" was incorrect,
as "viewid" if the expected one.
2025-03-06 14:42:48 +01:00
Fabien Servant
92cc5b7cb2
images export nodes
2025-03-06 11:09:18 +00:00
Candice Bentéjac
6b9e76d95a
[nodes] ScenePreview: Use {nodeSourceCodeFolder}
for the script's path
2025-03-05 13:36:34 +00:00
Candice Bentéjac
dafb7be688
[nodes] CameraInit: Use node's internal folder instead of the description's
2025-03-05 13:36:33 +00:00
Candice Bentéjac
2290c12da2
[nodes] Replace desc.Node.internalFolder
with {nodeCacheFolder}
2025-03-05 13:36:31 +00:00
demoulinv
f901f814f7
Merge pull request #2667 from alicevision/dev/usdSupport
...
Export USD Node
2025-02-26 10:57:11 +01:00
Candice Bentéjac
8ee7b50204
[nodes] Fix labels and descriptions for some nodes
2025-02-20 12:56:39 +01:00
Fabien Servant
f9af052c16
Add maya scene export
2025-02-17 16:03:48 +01:00
mhog
ff921d622a
Merge pull request #2664 from alicevision/dev/changeDefaultSfm
...
Create new pipeline for testing modular sfm
2025-02-14 09:04:15 +01:00
Fabien Servant
d9c5cb559e
Export USD node
2025-02-10 08:53:47 +01:00
mhog
43ecfa7e6f
Merge pull request #2617 from alicevision/dev/mayaScript
...
Export Maya .mel Script
2025-02-06 11:47:02 +01:00
Fabien Servant @ TCS
8a8cb8be88
Merge pull request #2645 from alicevision/dev/extractMetadataWithExifTool
...
Extract more metadata using exifTool
2025-02-05 14:20:10 +01:00
Fabien Servant
534b95e771
Add log
2025-02-05 14:17:56 +01:00
Fabien Servant
7e82fb2fab
Add outputViewsAndPoses to sfmExpanding
2025-02-03 13:29:40 +01:00
Fabien Servant
8cd9752587
Output are now alembic files
2025-02-03 11:09:53 +01:00
Fabien Castan
91885afe11
Merge pull request #2658 from alicevision/dev/maskProcessing
...
Mask processing node
2025-01-31 20:38:31 +01:00
Vincent Demoulin
baa2e220ed
[Node] ExtractMetadata: Add option to update sfmData
2025-01-31 15:56:13 +01:00
Vincent Demoulin
3e854e7b38
[Node] ExtractMetadata: Replace os.system with subprocess.Popen
2025-01-31 11:29:29 +01:00
Vincent Demoulin
f1d68b660c
[node] extractMetadata: Add explicit error messages
2025-01-30 17:18:58 +01:00
Fabien Servant
fad39ee1f6
Mask processing node
2025-01-30 09:09:18 +01:00
Fabien Servant
b6913084ee
Enable merge of multiple sfmDatas
2025-01-23 16:09:35 +01:00
Candice Bentéjac
1f42ad3553
Merge pull request #2642 from alicevision/dev/sfmLidar
...
Update sfm pipeline to accept meshes
2025-01-20 10:02:34 +00:00
Candice Bentéjac
fce6ba107c
[nodes] Update labels and versions for nodes
...
Update the versions for all the nodes that have been updated to
support meshes as inputs and fix the case for some labels.
Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
2025-01-17 17:09:09 +01:00
Akshat Singh
e2254cec23
Fixed spelling mistake in FeatureExtraction.py
2025-01-15 15:03:20 +05:30
Vincent Demoulin
8c0ee37c91
[Nodes] ExtractMetadata initial version
2025-01-14 16:44:20 +01:00
Fabien Servant
6f254ebbb9
Filters for exportMatches
2025-01-14 11:18:14 +01:00
Fabien Servant
616d7598a0
add minInliers parameter (optional)
2025-01-14 10:48:35 +01:00
Fabien Servant
eb9478c787
Update sfm pipeline to accept meshes
2025-01-10 16:09:47 +01:00
Candice Bentéjac
6284c38c31
Merge pull request #2630 from alicevision/dev/equirectangular
...
Add equirectangular camera model in `CameraInit`
2025-01-10 09:16:26 +00:00
Fabien Servant
17a0d9f9d7
add camera init type
2024-12-27 12:36:40 +01:00
Candice Bentéjac
e8d177e28e
Merge pull request #2579 from alicevision/dev/nukeExport
...
[nodes] `ExportDistortion`: Add animated distortion option
2024-12-23 18:34:13 +01:00
Fabien Servant @ TCS
139dba8e8d
Update ExportDistortion version number
2024-12-23 11:03:48 +01:00
Fabien Castan
6e99f9daeb
Merge pull request #2619 from alicevision/dev/sfmBootstraping
...
Sfm Bootstraping parameterization
2024-12-18 09:17:00 +01:00
Fabien Servant
9d06a467b3
Export Maya
2024-12-17 10:45:40 +01:00
Candice Bentéjac
d65b52a34f
[nodes] SfMFilter: Add verbose level attribute
2024-12-13 17:09:20 +01:00
Fabien Castan
1f441b7c92
[nodes] SfMFilter: Adapt to node api changes (no more uid)
2024-12-13 17:09:19 +01:00
jmelou
47bbce4ddf
[pipeline] Simplify MV-PS pipeline
...
Pose transfert in SfMTransfert
2024-12-13 17:09:19 +01:00
jmelou
2519a57e76
[node] Add SfMFilter node
...
Select views using regex
2024-12-13 17:09:19 +01:00
Fabien Castan
908312ad1c
Merge pull request #2610 from alicevision/dev/colorizePointCloud
...
New SfMColorizing Node
2024-12-10 09:29:19 +01:00
Candice Bentéjac
9c0938a7da
[nodes] CameraInit: Update SfMData version
2024-11-29 11:53:39 +01:00
Candice Bentéjac
5a294feae7
[nodes] Add Global Rotation Estimating node
2024-11-29 11:53:24 +01:00
Fabien Servant
34cba32128
Colorizing node
2024-11-27 15:58:53 +01:00
Fabien Servant
cfa10d94cc
Change cpu and ram requirements
2024-11-26 08:45:37 +01:00
Fabien Servant
3715c767f7
Add parameters to sfmBootstraping
2024-11-25 16:32:08 +01:00
Candice Bentéjac
c0c988c4f2
[nodes] SfMPoseInjecting: Update doc, labels and descriptions
2024-11-14 12:51:15 +01:00
Fabien Servant
670d949c59
Pose Injecting node
2024-11-13 13:57:40 +01:00
Candice Bentéjac
9ec0a17cf6
[nodes] SfMChecking
: Rename node and minor process improvements
2024-10-31 17:04:32 +01:00