Juyong / Fast_RNRR

Source code for the paper "Quasi-Newton Solver for Robust Non-Rigid Registration" (CVPR2020 Oral).
264 stars 51 forks source link

Unexpected end of file while reading. #17

Closed Curveaddicted closed 2 years ago

Curveaddicted commented 2 years ago

hello,thank you for your work! I made a model myself for testing, but it seems a little problem. I use your test data and runs a perfect result. But use my own design model it suggests: Custom face Properties defined, before 'vertex_indices' property was defined. They will be skipped. Custom face Properties defined, before 'vertex_indices' property was defined. They will be skipped. Unexpected end of file while reading. Can you tell me how to solve it? Thank you!

yaoyx689 commented 2 years ago

This may be a problem with the format of the input model. You can test whether your model can be read normally by openmesh.

Curveaddicted commented 2 years ago

This may be a problem with the format of the input model. You can test whether your model can be read normally by openmesh.

yes,I change the format from .PLY to .obj , and it worked and showed me the outputres. THANK YOU!