All Projects → imaginistLi → MiniViewer

imaginistLi / MiniViewer

Licence: other
A little viewer for visualizing medical images and respective labels

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MiniViewer

COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+140%)
Mutual labels:  medical-image-processing
Monai
AI Toolkit for Healthcare Imaging
Stars: ✭ 2,568 (+12740%)
Mutual labels:  medical-image-processing
FocusLiteNN
Official PyTorch and MATLAB implementations of our MICCAI 2020 paper "FocusLiteNN: High Efficiency Focus Quality Assessment for Digital Pathology"
Stars: ✭ 28 (+40%)
Mutual labels:  medical-image-processing
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+300%)
Mutual labels:  medical-image-processing
HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (+190%)
Mutual labels:  medical-image-processing
segRetino
An implementation of the research paper "Retina Blood Vessel Segmentation Using A U-Net Based Convolutional Neural Network"
Stars: ✭ 23 (+15%)
Mutual labels:  medical-image-processing
radnet
U-Net for biomedical image segmentation
Stars: ✭ 11 (-45%)
Mutual labels:  medical-image-processing
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (+345%)
Mutual labels:  medical-image-processing
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+8665%)
Mutual labels:  medical-image-processing
ITKTubeTK
TubeTK is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images, developed by Kitware, Inc.
Stars: ✭ 29 (+45%)
Mutual labels:  medical-image-processing
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+385%)
Mutual labels:  medical-image-processing
Visualization-DMIM
DICOM 3D Medical Image Modeling (DMIM)
Stars: ✭ 22 (+10%)
Mutual labels:  medical-image-processing
Optic-Disc-Unet
Attention Unet model with post process for retina optic disc segmention
Stars: ✭ 77 (+285%)
Mutual labels:  medical-image-processing
melanoma-recognition
Repository of paper "Automated Melanoma Recognition in Dermoscopy Images via Very Deep Residual Networks"
Stars: ✭ 44 (+120%)
Mutual labels:  medical-image-processing
MedVision
Medical Image Vision Operators, such as RoIAlign, DCNv1, DCNv2 and NMS for both 2/3D images.
Stars: ✭ 34 (+70%)
Mutual labels:  medical-image-processing
Dermatron
Dermatology focused medical records software, augmented with computer vision and artificial intelligence [Meteor packaged with Electron]
Stars: ✭ 19 (-5%)
Mutual labels:  medical-image-processing
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+175%)
Mutual labels:  medical-image-processing
Sequential-patch-based-segmentation
Sequential patch-based segmentation for medical image
Stars: ✭ 20 (+0%)
Mutual labels:  medical-image-processing
Deep-Lesion
A deep learning framework for detecting lesions in CT scans from Deep Lesion dataset
Stars: ✭ 31 (+55%)
Mutual labels:  medical-image-processing
Coronary-Artery-Tracking-via-3D-CNN-Classification
The PyTorch re-implement of a 3D CNN Tracker to extract coronary artery centerlines with state-of-the-art (SOTA) performance. (paper: 'Coronary artery centerline extraction in cardiac CT angiography using a CNN-based orientation classifier')
Stars: ✭ 136 (+580%)
Mutual labels:  medical-image-processing

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)

Contact

More features are coming!

For any question, you can take issues or contact [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].