wuhaozhe / pytorch-nicp

GPU Accelerated Non-rigid ICP for surface registration
MIT License
243 stars 31 forks source link

What is the expected time needed for running demo_nicp.py? #6

Open 1939938853 opened 2 years ago

1939938853 commented 2 years ago

Hello,

On my computer it seems quite slow to run demo_nicp.py. At least it took more than 1 minutes to get final.obj. Is it correct?

I ran AMM_NRR for non-rigit ICP registration with two 7000 vertices meshes. It needs ca 1 second with CPU on my computer. With GPU, it might be possible to do the same work in less than 100 ms?

Thank you!