Juyong / Fast_RNRR

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

After adjusting the parameters, why the running time of the algorithm is still so long? #8

Closed sun6s closed 3 years ago

sun6s commented 3 years ago

Hi, @Juyong, thanks for kindly sharing the source code. However, when I run the new version of Fast_RNRR, the running time of the algorithm is still long after I adjust the parameters. I don't know what caused it. image image

yaoyx689 commented 3 years ago

Are you running in ‘’Release” mode?

sun6s commented 3 years ago

Are you running in ‘’Release” mode?

Thanks ,I run in the "debug‘’ mode all the time in VS. I have changed to the ’Release” mode. It is fast as the author said.