Project-MONAI / Project-MONAI/MONAILabel

Pathology apps cannot read .ndpi file even if I've adjusted MONAILabel/sample-apps/pathology/main.py

Open
#1,502 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
891
Forks
269
Avg merge
15h 41m
Merged PRs (30d)
1

Description

I've added .ndpi on the line 190 ( settings.MONAI_LABEL_DATASTORE_FILE_EXT = [".ndpi", ".svs", ".png", ".npy", "*.tif", ".xml"] ) in the MONAILabel/sample-apps/pathology/main.py.

However. When I start MONAI Label Server to launch pathology app, the ndpi files have still not been read by the app as the picture below.

image

How should I do to adjust the pathology app to make it read .ndpi files ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with MONAILabel/sample-apps/pathology/main.py around line 190, then launch the pathology app with an .ndpi file to trace where datastore file extensions are applied. Compare the configured extension list with the app's observed file-reading behavior; done means .ndpi files are discovered and loaded by the pathology app.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.