Niruta Dhimal

Results 15 comments of Niruta Dhimal

I tried that but It's not working. Only the First coordinates were removed.

I don't have any dummy data. Sorry for that. Thanks

@vsoch I printed client.detect() result and both set shows up in the coordinates. But when I did client.save(), the saved image still contains the text in the 2nd coordinate. [...

Yes, I did that. First I did client.detect() and then client.clean() and at last I did client.save()

Yes its a 2D dicom file and it has 3 channels. I will send you the dummy data

@vsoch This link has the dummy data and the deid.dicom file. Please find it. I have created the dummy file by the process you described above. [https://drive.google.com/drive/folders/1gwV6UwB44zq042pa6jmwlKZIANvKgTXV?usp=sharing](url)

@vsoch only one coordinates were removed from the dummy example when I tried it. This is my code ![ss1](https://user-images.githubusercontent.com/58328226/194684585-a0bc1c8f-0a2e-4e88-9f64-355eb7a19e4f.png) and this is the result ![ss2](https://user-images.githubusercontent.com/58328226/194684605-c7480931-013d-4704-9b26-6f4d86aea260.png)

I installed deid using pip and I am working on the same file. I try to copy what you exactly did

Given your coordinates, it should have covered the top left and top right. Which deid.dicom file did you use? I haven't specified any group for this in the deid.dicom {'reason':...

I copied your code and this what I am getting. ![ss3](https://user-images.githubusercontent.com/58328226/194685411-335a6f87-fbe0-49e6-8717-3466fb99dce1.png) ![aa3](https://user-images.githubusercontent.com/58328226/194685417-f61e34f6-ff50-4c06-986f-236cf2c3d655.png) But I gave the the custom recipe. I used dcmdump on my original dcm file and derived the...