Skip to content

sid0407/MURA-XR_SHOULDER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MURA-XR_SHOULDER

Binary Classification into normal/abnormal X-rays of XR_SHOULDER of MURA dataset.

What is MURA?

MURA ( musculoskeletal radiographs ) is a large dataset of bone X-rays.It is one of the largest public radiographic image datasets. Algorithms are tasked with determining whether an X-ray study is normal or abnormal. MURA uses a hidden test set for official evaluation of models. The test set is not publicly readable. It consists of 14,863 studies from 12,173 patients, with a total of 40,561 multi-view radiographic images. Each belongs to one of seven standard upper extremity radiographic study types: elbow, finger, forearm, hand, humerus, shoulder, and wrist. Each study was manually labeled as normal or abnormal by board-certified radiologists from the Stanford Hospital. The MURA dataset can be downloaded from this link : https://stanfordmlgroup.github.io/competitions/mura/

Contents

This repository uses the Shoulder Xray part of the MURA dataset. A densenet model with 169 layers has been used with weights pretrained on the imagenet dataset. The flatten layer and the binary classification layer are then added and the model is trained on the dataset. Since the training of these weights takes 5 to 6 hours, the weights of our trained model have been included in the repository by the name “model.h5”. Comments have been added for proper understanding of the code.

Sample directory structure of dataset – -MURA-v1.1

--train / valid

---XR_(body part name)

----patient_id

------study(number)_positive/negative

------images(.png)

Releases

No releases published

Packages