Jun

Results 23 comments of Jun

I managed to narrow it down to this Tag which causes this issue: (0020,0037) ImageOrientationPatient, by changing the value using pydicom, ``` import pydicom ds = pydicom.dcmread('file1.dcm') print("Orientation", ds.ImageOrientationPatient) ds.ImageOrientationPatient...

How do i differentiate if its actual CT or just screenshots? These are all in .dcm format. Also, changing the ImageOrientationPatient doesn't entirely work. It worked for a Plain Fine...

Rounding the values to 2 decimal places or 7 did not work, error still pops up after inference. The dicom file i'm working on is confidential so i don't think...

Unfortunately I am back with this issue again. I am using OHIF-XNAT Viewer==3.5.1. This time, when I opened the console, it displayed this error: ![image](https://github.com/Project-MONAI/MONAILabel/assets/25401067/998a27f4-b58d-4451-9a3b-4c651b3296ae) Rounding the ImagePositionPatient or setting...

Hello @AHarouni, Working dicom images are taken from the CQ500 dataset. Non-working dicom images are from pacs and has been anonymized. I have exported segmentation nifti files from inference for...

I have uploaded the failed dicom file in a zip folder [here](https://drive.google.com/file/d/1x7_R3xEQTDBr0-qSvVPUeoDfS3SMAdqp/view?usp=sharing) The segmentation output in nifti format [here](https://drive.google.com/file/d/11YuAKWuBFwwpMoAtrzWocEDusgdmsIkT/view?usp=sharing) The segmentation output in dcm format converted through 3D Slicer [here](https://drive.google.com/file/d/1q9XKBnAOQW4G0Igce8SL6aW5uL90nLJS/view?usp=sharing)...

Oh v3-demo.ohif.org , I was able to load the seg file: ![image](https://github.com/Project-MONAI/MONAILabel/assets/25401067/4dc08f9e-06f7-4dc6-a077-9c1a8c592f52) ![image](https://github.com/Project-MONAI/MONAILabel/assets/25401067/f8734baf-4a86-4298-a45b-64506654da4d) I think this should confirm that the issue is on the ohif-xnat viewer plugin

Hi Aharouni, How did you set up the XNAT Datastore? I assume your data is stored in the XNAT and you are calling --studies http://{xnat_url}:{port}/dicom-web ?

Hi Aharouni, Are changes required for the ``` def init_datastore(self) -> Datastore ``` function in main.py?

Just an update this works fine with git clone -b 3.7.0 https://github.com/OHIF/Viewers.git