Skip to content

Instantly share code, notes, and snippets.

@asvcode
Created November 5, 2020 16:48
Show Gist options
  • Save asvcode/5bceaa2a244b70b811f99a519303edf1 to your computer and use it in GitHub Desktop.
Save asvcode/5bceaa2a244b70b811f99a519303edf1 to your computer and use it in GitHub Desktop.
from fastai.vision.all import *
from fastai.medical.imaging import *
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (7,7)
source = 'D:/Datasets/rsna_pulmonary'
files = get_dicom_files(source)
patient6 = files[6].dcmread()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment