Skip to content

A little viewer for visualizing medical images and respective labels

Notifications You must be signed in to change notification settings

airsimonhan/MiniViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniViewer

A MiniViewer for visualize medical images and respective labels which have been convert to numpy array [N*H*W].

quick start

Run the demo by this command:

python main.py

It is very easy to use, as shown in followed Gif image

  • browse images by your mouse wheel

contrast.py is used to compare the predicted result with labels, where preds.npy is the predicted probability maps.

Run the new function by:

python contrast.py

image

  • The red part represents the manual label, and the green part is the predicted result.

New feature

Now, you can open Dicom files directly! (Contributed by @airsimonhan) image

Contact

More features are coming!

For any question, feel free to contact

imaginist@sjtu.edu.cn

About

A little viewer for visualizing medical images and respective labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%