Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.74k stars 662 forks source link

monailabel tutorials contain broken and outdated links to Orthanc #1718

Closed wow64cpu closed 3 months ago

wow64cpu commented 3 months ago

Describe the bug The notebook MONAI Label Radiology App - OHIF Spleen Segmentation Example contains invalid download links for Orthanc and plugins for it. Because of this, the contents of the executable files contain the HTML of the page of the Orthanc download directory, where the outdated link redirects, as a result of this, the server does not start and it is not possible to configure the environment according to the instructions.

To Reproduce Steps to reproduce the behavior:

  1. Go to monailabel/monailabel_radiology_spleen_segmentation_OHIF.ipynb
  2. Try run step 2. Setup Orthanc DICOM Server

Expected behavior The server is expected to start successfully on http://127.0.0.1:8042

Screenshots image

Environment (please complete the following information):

ericspod commented 3 months ago

@diazandr3s would you be able to have a look at this? Thanks!

wow64cpu commented 3 months ago

I made a pull request https://github.com/Project-MONAI/tutorials/pull/1719