You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 find a animate function in DiffDRR for DRR and x-rays. But in DiffPose, the CT could be fixed in the view and moving x-ray and camera makes the registration very clear. Is there possible to share this script to generate such visualization file? Or can you point out where I can find the scripts?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
hi @busyyang sorry for the slow reply - that visualization was created with a combination of terminal scripting and ffmpeg, not sure if i have code saved to disk anywhere. i'll dig around, but in case it's helpful, here's an outline of how i generated it
for each iteration in the test-time optimization run, render the CT, detector plane, camera, and rays intersecting the 3D fiducials. use pyvista to save a screenshot for each frame.
additionally, for each iteration, plot two DRRs (moving and target) and save a screenshot. this is very similar to the animate function, except you can also plot the 2D fiducials in this view.
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 find a
animate
function in DiffDRR for DRR and x-rays. But in DiffPose, the CT could be fixed in the view and moving x-ray and camera makes the registration very clear. Is there possible to share this script to generate such visualization file? Or can you point out where I can find the scripts?Thanks in advance.
The text was updated successfully, but these errors were encountered: