Skip to content

bhattarailab/ARCADE-stenosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arcade-stenosis-task

This repo is the runner-up solution for stenosis detection task for ARCADE challenge at MICCAI 2023 achieving F1-score of 0.5353 on test dataset.

Description

Coronary Artery Diseases although preventable are one of the leading cause of mortality worldwide. Due to the onerous nature of diagnosis, tackling CADs has proved challenging. This study addresses the automation of resource-intensive and time-consuming process of manually detecting stenotic lesions in coronary arteries in X-ray coronary angiography images. To overcome this challenge, we employ a specialized Convnext-V2 backbone based Mask RCNN model pre-trained for instance segmentation tasks. Our empirical findings affirm that the proposed model exhibits commendable performance in identifying stenotic lesions. Notably, our approach achieves a substantial F1 score of 0.5353 in this demanding task, underscoring its effectiveness in streamlining this intensive process.

You can explore the full details on this paper here

Installation

  1. Clone the repository:
git clone https://github.com/sanjaybhandarii/Arcade-stenosis-task
  1. Then install torch and torchvision as:
pip install torch torchvision
  1. Install MMEngine and MMCV using MIM.
pip install -U openmim
mim install mmengine
mim install "mmcv>=2.0.0"
  1. Install mmdetection
cd mmdetection
pip install -v -e .

Usage

Change the necessary configs in train_sten.py as per your need.

Then,to train the model:

python train_sten.py

And to infer the model on stenosis test set, use sten_inference_demo.ipynb