What happened to .png textures in meshroom_batch
?
#2146
-
Hi Guys, I am using the binaries for Meshroom-2023.1.0. When I use I was checking https://github.dev/alicevision/Meshroom/blob/develop/bin/meshroom_batch but I don't see any flags for this. Currently all the models I can view are loaded without any textures. Any help on this matter will be great. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @informatter, The default value for the textures' file type is indeed |
Beta Was this translation helpful? Give feedback.
Hi @informatter,
The default value for the textures' file type is indeed
.exr
, but you can get them as.png
by overwriting the corresponding parameter with the following argument inmeshroom_batch
:--paramOverrides Texturing_1.colorMapping.colorMappingFileType="png"
.