Splitting without Merging

Here’s a question: When I choose to split a dataset into chunks, can I choose to not merge it? I was thinking about using smaller blocks of 3D models (as opposed to a super large model) for playing around in Unreal Engine. I’ve gotten the large models to work before, but having pre-split models would be great… I’m also just not sure about how the model lines will be split if this is possible.

Essentially, will I be able to download the individual, unmerged models?

2 Likes

Not download, but if you set up a docker mount point for NodeODM, you can access the submodels directly, e.g. this example for using an external drive:

The textured meshes are in the submodel directories.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.