Welcome to my submission for the Auto-WCEBleedGen challenge. The goal is to develop and evaluate an AI model for the automatic detection and classification of bleeding and non-bleeding frames in Wireless Capsule Endoscopy (WCE) Images.
The directory contains two sub-directory for the classification and segmentation.
- First the image is classified into bleeding and non-bleeding image.
- Then, the trained model is used to detect the bleeding region within the bleeding image.
The code is divided into two submodules: classification and segmentation.
train.py
: Python script for training our AI model.validate.py
: Python script for validating our AI model.test.py
: Python script for testing our AI model.utils/
: Directory containing utility scripts and helper functions.config/
: Directory containing configuration files.checkpoints/
: Directory to store model checkpoints (optional).assets/
: Directory for additional assets and resources.README.md
: This README file.predictions.xlsx
: Excel sheet containing image IDs and predicted class labels for testing dataset 1 and 2.Here are the evaluation metrics for the model:
Metric | Classification |
---|---|
Accuracy | [Accuracy] |
Recall | [Recall] |
F1-Score | [F1-Score] |
Metric | Value |
---|---|
Average Precision (AP) | [AP] |
Mean Average Precision (mAP) | [mAP] |
Intersection over Union (IoU) | [IoU] |
## Results |
If you have any questions or feedback, please feel free to contact us.