Skip to content

Fixes #26 Integrate RSNA Mammography Kaggle Competition Model

Integrated the kaggel rsna mammography competition model Model has two stages

  • Crops image using YOLO model. if YOLO fails uses otsu thresholding
  • Cropped image is inferenced using a ConvNext model

Added test cases for the model and tested using local deployment

image

image

Merge request reports