KitwareMedical / lungair-web-application

Web application based on VolView for AI-based BPD risk analysis
4 stars 0 forks source link

Add segmentation visualization #33

Closed ebrahimebrahim closed 6 months ago

ebrahimebrahim commented 8 months ago

Add segmentation visualization into the web app. This can be done independently of #32 and in parallel. The goal is to add to the web app

  1. capability to display a labelmap overlay on top of a chest xray and
  2. ui and logic to trigger doing so

This will later hook into the ml model of #32.

Suggestion: While working on this issue, add a placeholder operation in the python server called "segmentation" that just generates an arbitrary labelmap.

Suggestion: Some updates may have been made to Volview core regarding overlay rendering and ui. Might be useful to bump the Volview/Core version of LungAir.

ebrahimebrahim commented 6 months ago

Closed by #44