DiffPose
DiffPose copied to clipboard
[CVPR 2024] Intraoperative 2D/3D registration via differentiable X-ray rendering
Nice registration work and nice visualization for registration process. I would like to make such a visualization file for registration process, but I cann't find the script for this. I...
HI, Vivek I'm getting a lot of help from you, thank you. The diffpose model seems to learn about one specimen. I'm wondering if there's a special reason first. Thank...
Hi Vivek, Thank you for your work. I ran your code on a GPU. I wonder if I run this command `cd experiments/deepfluoro & srun python train.py`, will it train...
Hi Vivek, Thank you for sharing your work. I am working on adapting the intrinsic and extrinsic camera parameters to the X-ray system that we use in our hospital by...
HI, Vivek There has been a lot of progress in developing with your help. Thank you. I have some question about custom dataset loading for train. My Dataset's DRR Image...
diffdrr version 0.3.9 `target[...,2] -= self.x0 target[...,1] -= self.y0 ` Why is it not adding but subtracting?
Hello @eigenvivek, thanks for sharing the code for your awesome work ! I have a query regarding the calculation of the mean Target Registration Error (mTRE) as discussed in your...
Dear eigenvivek: Thank you very much for your excellent paper. I wonder that the PnP Regularizer method in your paper use this Xreg code (https://github.com/rg2/Regi2D3D-IPCAI2020)? When I use Python to...