arcadelab / deepdrr

Code for "DeepDRR: A Catalyst for Machine Learning in Fluoroscopy-guided Procedures". https://arxiv.org/abs/1803.08606
GNU General Public License v3.0
209 stars 60 forks source link

Projection of 3D masks #54

Closed fselka closed 3 years ago

fselka commented 3 years ago

Given a 3D segmentation of 3D CT can we project the 3D segmentation in order to get a 2D image (2D masks) ?

benjamindkilleen commented 3 years ago

Thanks for your interest! There isn't a built-in way to do this right now, as it's a use-case we just haven't needed for ourselves yet. While we expect to add it at some point in the future, there are currently higher priority items.

fedeface98 commented 1 year ago

Is it possible to use directly the deepDRR projector.py to project 3D mask in 2D?