Closed Aishani20278 closed 1 year ago
Hi,
The example notebook use landmarks, which are specific to the given shapes. You would need to input your own (or even simply set them to None).
I'd also recommend directly using the ZoomOut algorithm on some initial correspondences instead of using the Functional Map pipeline from the example notebook (see pyFM.refine.zoomout
).
Hi, upon running the example notebook I receive the following IndexError. Can you please guide. The error occurs in functional mapping section of the
example_notebook.ipynb
when I replace the objs with my mesh models. Are there any specific conditions that need to be fulfilled for running on different meshes apart from the examples provided ?