VBoussot commited on
Commit
14999bb
·
verified ·
1 Parent(s): 1f1b5e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ 🎯 PANTHER – Pancreatic Tumor Segmentation on T2W MRI (2nd place 🥈)
5
+
6
+ This repository hosts the **fine-tuned model weights** from our submission to the **PANTHER Challenge 2025**, focused on **automatic pancreatic tumor segmentation on MR-Linac T2-weighted MRI**.
7
+ Our approach leverages **transfer learning**, **fine-tuning**, and **ensemble methods** to address the few-shot learning setting (50 annotated cases).
8
+
9
+
10
+ 📦 Files:
11
+ - `CV_0.pt`
12
+ - `CV_1.pt`
13
+ -
14
+ 🔗 Full code & configs: [github.com/vboussot/Panther](https://github.com/vboussot/Panther)
15
+ 🏆 Official leaderboard: [panther.grand-challenge.org](https://panther.grand-challenge.org/evaluation/closed-testing-phase-task-2/leaderboard/)
16
+
17
+ ---