Allen

Results 10 comments of Allen

I also have a special discovery about this issue. when opening the patient, the RxDose cannot be read automatically from Plan due to the problem of the new version, so...

ok, I carefully compared the code between the old version and the new version in 2dview.py, and found that there was not much difference between them. I tried to use...

I wrote a simple cached version of the 2dview plug-in. You can get it in the attachment. But it's not very good because it‘ll takes a lot of time to...

Allright,thank for your suggestion. I simply rewrote the part of the calculation coordinates with numpy. It's very fast now. The revised code is as follows: ` def GetContourPixelData(self, pixlut, contour,...

No need for caching and multithreading. Python's multithreading has no effect in CPU intensive type. In addition,there are also some small BUG. 1.The position of the RS display is down...

I need to solve this problem urgently now,If there is a solution, please reply. thank you again!

I found some no_mirror config in trainers, as flow: ``` 'nnUNetTrainerV2_lessMomentum_noMirror', 'nnUNetTrainerV2_2_noMirror', 'nnUNetTrainerV2_2_structSeg_noMirror', 'nnUNetTrainerV2_lessMomentum_noMirror_structSeg', 'nnUNetTrainerV2_FabiansResUNet_structSet_NoMirror_leakyDecoder', 'nnUNetTrainerV2_FabiansResUNet_structSet_NoMirror' ``` Is it used like this:nnUNet_train 3d_fullres nnUNetTrainerV2_2_noMirror {task_id} all? Besides, I don't know...

I have solved it. If someone have the same needs, you can leave me a message.

Thanks, Fabian I have seen the code before and tried nnUNetTrainerV2_ 2_ noMirror, But there is a problem: this trainer not only turns off the image flipping, but also turns...