Skip to content

sferez/AI_YOLO_w_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence - Final Project

This project presents a deep-learning pipeline for medical object detection and classification. This project is part of the Kaggle competition VinBigData Chest X-ray Abnormalities Detection.

Report

The report is available at Medium: Article

img.png

Structure

The following code folders are included in this project:

  • 'data' contains data to be used for training
  • 'results' contains the results of the experiments
  • 'models' contains the models used for training
  • 'utils' contains the utility (WBF, merging algorithms, etc.)

Models used during the project and available in code:

Models

Object Detection:

  • YOLOV5
  • YOLOv8

Classification:

  • EfficientNet-B7
  • EfficientNet-B6
  • EfficientNet-B5
  • EfficientNet-B4
  • EfficientNet-B3
  • Resnet-18
  • Resnet-50
  • Resnet-101
  • Resnet-152
  • DenseNet-121
  • DenseNet-169
  • DenseNet-201

Authors

Releases

No releases published

Packages

No packages published