OSAIRIS: Lessons Learned from the Hospital-Based Implementation and Evaluation of an Open-Source Deep-Learning Model for Radiotherapy Image Segmentation
- Alexandra Constantinou ,
- Andrew Hoole ,
- David C. Wong ,
- G. S. Sagoo ,
- Javier Alvarez-Valle ,
- Kenji Takeda ,
- Tom Griffiths ,
- Amy Edwards ,
- Andrew Robinson ,
- Liam Stubbington ,
- Niall Bolger ,
- Yvonne Rimmer ,
- Thiraviyam Elumalai ,
- K. T. Jayaprakash ,
- Richard Benson ,
- Ian Gleeson ,
- Rebecca Sen ,
- Louisa Stockton ,
- Tian Wang ,
- Stephanie Brown ,
- E. Gatfield ,
- C. Sanghera ,
- Alexandros Mourounas ,
- Barry Evans ,
- Anita Anthony ,
- Renteng Hou ,
- Marian Toomey ,
- K. Wildschut ,
- Aviva Grisby ,
- Gill Barnett ,
- Rose McMullen ,
- Raj Jena
Clinical Oncology |
论文与出版物下载
InnerEye – Deep Learning
22 9 月, 2020
This is a deep learning toolbox to train models on medical images (or more generally, 3D images). It integrates seamlessly with cloud computing in Azure.
InnerEye Inference API
14 5 月, 2021
InnerEye-Inference is a AppService webapp in python to run inference on medical imaging models trained with the InnerEye-DeepLearning toolkit. You can also integrate this with DICOM using the InnerEye-EdgeGateway.
InnerEye-CreateDataset
28 9 月, 2020
InnerEye-CreateDataset contains tools to convert medical datasets in DICOM-RT format to NIFTI. Datasets converted using this tool can be consumed directly by InnerEye-DeepLearning.
InnerEye-DICOM-RT
13 4 月, 2021
InnerEye-DICOM-RT contains tools to convert medical datasets in NIFTI format to DICOM-RT. Datasets converted using this tool can be consumed directly by InnerEye-DeepLearning. Most of the work is done by a .NET Core 2.1 project in RTConvert, written in C#. There is a very lightweight wrapper around this so that it can be consumed from Python. The wrapper relies on the PyPI package https://pypi.org/project/dotnetcore2/ which wraps up .NET Core 2.1.