Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RefineMesh gives specific unexpected results occasionally. #170

Open
mrbemani opened this issue Jan 19, 2017 · 7 comments
Open

RefineMesh gives specific unexpected results occasionally. #170

mrbemani opened this issue Jan 19, 2017 · 7 comments

Comments

@mrbemani
Copy link

This happens to some photo groups.

after ReconstructMesh, the mesh file is generated correctly. as shown below:

ReconstructMesh -i dense.mvs -o mesh.mvs

mesh.ply

but after RefineMesh, the refined mesh breaks into pieces....as shown below:

RefineMesh -i mesh.mvs -o mesh_refined.mvs

mesh_refined.ply

This usually occurs at the center of model where most of the details at.

@cdcseacave
Copy link
Owner

this looks really bad, never saw this before
can you share the problem dataset?

@pmoulon
Copy link
Contributor

pmoulon commented Jan 19, 2017

Seems like there is a lot of inverted facets (black triangles) at the end of ReconstructMesh.
I think it make the refineMesh process being very confused later on.

@mrbemani
Copy link
Author

you can download the problem dataset from: http://www.smallworld-network.com.cn/img/upsidedownhouse.tar.gz

@mrbemani
Copy link
Author

btw, if I rescale the photos down to 1024x768, the problem goes away, but the model loses most of its detail due to low resolution of the images.

@cdcseacave
Copy link
Owner

Thx, I'll have a look!
At what step did you rescale the images? I suggest to try using the full scale images for the entire process, except for the densification step (use --resolution-level 2 or more to scale down the images).

@mrbemani
Copy link
Author

I manually rescaled the data set down to 1024x768, and used that to run the whole process, the problem goes away. After that, I tried 2048x1536, the refined model broke again.

@AchyutPujar
Copy link

What is there in .mvs file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants