You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run meshroom_batch from the official docker image here.
The command is as follows: meshroom_batch --input <images_dir> --output <output_dir> --save <output_dir>/model.json
I see valid output and it takes long time to finish but I can't find the obj or mtl files needed to render the model.
Where to find that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I run
meshroom_batch
from the official docker image here.The command is as follows:
meshroom_batch --input <images_dir> --output <output_dir> --save <output_dir>/model.json
I see valid output and it takes long time to finish but I can't find the obj or mtl files needed to render the model.
Where to find that?
Output:
model.json
contents:I checked all cache tree (using
find
) and specifically theoutputs
as described in the json output but no files are there.Beta Was this translation helpful? Give feedback.
All reactions