simeks / deform

Efficient dense deformable image registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance considerations for GPU registration

simeks opened this issue · comments

  • Uploading labels all at once seems to provide better performance.
  • Evaluate the effect of push_back/push_front for cost task in worker pool.
  • Using a memory arena for GCO to avoid allocations seems to make no difference.