From e76baf825a7da155a6ce94fa4460989c46abf3bd Mon Sep 17 00:00:00 2001 From: Paribesh Upreti Date: Mon, 9 May 2022 21:18:02 -0400 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf233b0..4785b67 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ First the "dataset_man.py" is used to manipulate the dataset using the metadata. Second, "dicom_decompressor.py" is used to decompress the dicom images to .png image. -Third, "2daysdata.py" is used to obtain only the first two day's of images, from all the patient data. +Third, "2daysdata.py" is used to obtain only the first two day's of images, from all the patient's data. Fourth, finally "2daysmodel.py" contains the resnet50 CNN model, that takes the 2daysdata.py's output as input, and runs the model.