DFUC24 Baselines
This repository contains baseline models for the DFUC24 challenge. Two approaches were investigated:
Training a supervised segmentation head (using the DFUC22 dataset) on frozen image embeddings of the self-supervised pre-trained DINOv2 image backbone.
Using GroundedDINO + SAM in combination to achieve ulcer detection, which serves as a prompt for the SegmentAnything (SAM) model, as well as fine-tuned (using the DFUC22 dataset) versions of GroundedDINO and SAM.