You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Then I zip up the DICOM files of the second test subject into a zip file:
C:\Users\xxxx\Downloads\IE_lung_dataset\manifest-1557326747206\LCTSC\LCTSC-Test-S1-102\11-04-2003-NA-RTRCCTTHORAX8FHigh Adult-20444\0.000000-CT114545RespCT 3.0 B30f 50 Ex-81163
The inference run finished successfully and I got the segmentation.dcm file. But when I tried to import this segmentation.dcm file to Eclipse, I run into the following error:
I can import the original DICOM files for this subject without any issue,
"It looks like the problem is near the end of the file.
The dumps show the data twice, first as hex, then as ASCII. Each pair of lines is prefixed with the byte offset.
After the end of the file, the original file has extra 00 bytes, as shown in the snippets below. These
were cut and pasted from the hex dump files and had the byte offset corrected.
If you want to test it, you can use DICOM+ to read it in and see if it shows any errors.
Original file:1232651 65 74 65 72 5e fe ff 0d e0 00 00 00 00 fe ff dd e0 00 00 00 00 **00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00** e t e r ^ ~ del cr ` nul nul nul nul ~ del ] ` nul nul nul nul **nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul**Fixed file:1232677 65 74 65 72 5e fe ff 0d e0 00 00 00 00 fe ff dd e0 00 00 00 00 e t e r ^ ~ del cr ` nul nul nul nul ~ del ] ` nul nul nul nul
"
It was recommended that the data between the pairs of asterisks (**) should be removed (asterisks added manually).
Discussed in microsoft/InnerEye-DeepLearning#687
Originally posted by furtheraway March 5, 2022
Hi all,
I am walking through the model taining and inference with the example lung segamentation dataset https://github.com/microsoft/InnerEye-DeepLearning/blob/main/docs/sample_tasks.md
The model training has succeed on Azure ML.
Then I zip up the DICOM files of the second test subject into a zip file:
C:\Users\xxxx\Downloads\IE_lung_dataset\manifest-1557326747206\LCTSC\LCTSC-Test-S1-102\11-04-2003-NA-RTRCCTTHORAX8FHigh Adult-20444\0.000000-CT114545RespCT 3.0 B30f 50 Ex-81163
zip -r patS1102.zip 0.000000-CT114545RespCT\ \ 3.0\ \ B30f\ \ 50\ Ex-81163/
Then submit it with submit_for_inference.py:
The inference run finished successfully and I got the segmentation.dcm file. But when I tried to import this segmentation.dcm file to Eclipse, I run into the following error:
I can import the original DICOM files for this subject without any issue,
@ant0nsc
AB#5453
The text was updated successfully, but these errors were encountered: