Mahesh Bhosale

Results 20 comments of Mahesh Bhosale

Delete splis.json if you already had run the code once with some other errors, in my case it retained the previous files which were empty.

Thanks for the response. Below is the code for normalization - ``` mean = np.mean(data) std = np.std(data, ddof=1) maxp = mean + 6*std minp = mean - 6*std y...

Yes, the data is float. I don't understand your comment about normalization. I tried to look into the repo for reference but I couldn't locate anything related to normalization/data loading....

Apologies for the delayed reply, so I was able to visualize the flow - ![flow](https://user-images.githubusercontent.com/10846405/188032693-2cb1b041-32f9-4f28-916d-0b53d04ea8f8.png) Corresponding fixed and warped images are, ![image](https://user-images.githubusercontent.com/10846405/188032805-70f8e9fd-b89b-44eb-8985-ef4d86a34713.png) ![image](https://user-images.githubusercontent.com/10846405/188032764-a3c9b7f2-ce9b-4545-b296-449e59c79f71.png) It does look like there's something going...

Thanks, below is one of the flows warped with be grid. ![e17idx258_m37f36grid_flow](https://user-images.githubusercontent.com/10846405/190156885-c103a2b4-ab51-4258-b810-437252fcbdd1.png)

that there is some flow even outside volume and I am unaware of what could be causing this. One of the things that is showing improvement in the train dice...

Sorry, I forgot to mention the details of the image. Those are slices along the depth. Starting at 8th and spaced by 8 slices from the top left corner to...

Yes, it does have some affine misalignment issue. Let me open new issue for the help.

Hi Could you please help, I am running out of ideas.

Hi, Did you figure these out?