llorz / SGA19_zoomOut

code for the paper "ZoomOut: Spectral Upsampling for Efficient Shape Correspondence"
https://arxiv.org/abs/1904.07865
43 stars 9 forks source link

The output of A direct running of eg1_cat_and_wolf.m seems bad. #3

Closed wlsdzyzl closed 3 years ago

wlsdzyzl commented 3 years ago

image

llorz commented 3 years ago

can you please check this first "https://github.com/llorz/SGA19_zoomOut/issues/1" to see if it solves your problem? Basically, it's just because the initial guess should be changed (since your computed LB can be different from mine in different pc).

Please do let me know if you have further questions.

wlsdzyzl commented 3 years ago

can you please check this first "#1" to see if it solves your problem? Basically, it's just because the initial guess should be changed (since your computed LB can be different from mine in different pc).

Please do let me know if you have further questions.

Cool, sorry that i didn't check the previous issue. That was exactly what i just experienced! Anyway, i think maybe it's better to add some codes to automatically check and flip the initial guess. Thank you!