Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #3

Open
slam-nerf opened this issue Jan 13, 2023 · 1 comment
Open

Question #3

slam-nerf opened this issue Jan 13, 2023 · 1 comment

Comments

@slam-nerf
Copy link

Hi, is the demo mentioned in the paper in the non-rigid tracking direction available to the public? Also, is it possible to calculate the rotation and translation between images and non-rigid deformation by the matching points obtained by DEAL? Have you tested in this area before?

@guipotje
Copy link
Collaborator

guipotje commented Jan 17, 2023

Hello @slam-nerf , thank you for the interest in our work! As mentioned in #2 , we plan to release the applications with the code of an upcoming paper, which should be available in the near future. It is possible to compute the translation and rotation components + non-rigid offsets by using a thin-plate spline transformation given correspondences obtained with DEAL. Here are some options of TPS implementation that I recommend:

OpenCV's TPS:
https://docs.opencv.org/3.4/dc/d18/classcv_1_1ThinPlateSplineShapeTransformer.html

Kornia TPS:
https://kornia.readthedocs.io/en/latest/_modules/kornia/geometry/transform/thin_plate_spline.html

A repo on gihub that implements TPS on PyTorch (with examples):
https://github.com/cheind/py-thin-plate-spline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants