elda27
elda27
Any update here?
OK. I will try officaly implementation. Thanks for quickly reply.
I tried to use official implementation of gcForest. But it requires the tensorflow and Python 2.7. In Windows, the tensorflow is not supported Python 2.7 so I can't test official...
I tried some of the tests about this problem, then I got a solution. In my computer, Python ran 4 processes on n_job=-1. I think this is required more memory...
I tried to run test codes that are failing too many cases. Who does know the maintainer around the processing path concatenation? I can contribute to fix the error of...
No, you cannot generate DRR images directly from dicom. You must convert the mhd image before running this script. You can use vtk or itk to convert the file format....
Which line do you mean? Probably `load_volume` function is supported to load dicom volume. I forget the detail implementation of ITK. https://github.com/elda27/pydrr/blob/4bf56a760f760066a051fa2e5306e09e2b4b3f1a/pydrr/utils.py#L25 You can find it on stackoverflow or something...
This library can only create DRR image using perspective transform. But you can easily get an orthogonal image by computing summation along depth axis.
I think both questions are same question. SOD: source to object distance on the world SDD: source to detector distance on the world You can move object and detector if...
Sorry, I forget the detail of implementation because this code is too old. However I seem your saying is correct. I used fixed source position on image generation if I...