Skip to content

Commit

Permalink
Update Leaderboard (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig authored Oct 11, 2024
1 parent 26f38dd commit bdc072f
Show file tree
Hide file tree
Showing 7 changed files with 1,664 additions and 982 deletions.
3 changes: 2 additions & 1 deletion docs/datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
| Dataset | #Slides | Slide Size | Magnification (μm/px) | Task | Cancer Type |
|------------------------------------|----------|---------------------------|------------------------|----------------------------|------------------|
| [Camelyon16](camelyon16.md) | 400 | ~100-250k x ~100-250k x 3 | 40x (0.25) | Classification (2 classes) | Breast |
| [PANDA](panda.md) | 10,616 | ~20k x 20k x 3 | 20x (0.5) | Classification (6 classes) | Prostate |
| [PANDA](panda.md) | 9,555 | ~20k x 20k x 3 | 20x (0.5) | Classification (6 classes) | Prostate |
| [PANDASmall](panda_small.md) | 1,909 | ~20k x 20k x 3 | 20x (0.5) | Classification (6 classes) | Prostate |


### Radiology datasets
Expand Down
11 changes: 11 additions & 0 deletions docs/datasets/panda_small.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PANDASmall

A small version of the PANDA dataset for quicker benchmarking.

We generate stratified splits, using only 20% of the original dataset:

| Splits | Train | Validation | Test |
|----------|-------------|-------------|------------|
| #Samples | 955 (10%) | 477 (5%) | 477 (5%) |

See [PANDA](panda.md) for the description of the the full dataset.
Loading

0 comments on commit bdc072f

Please sign in to comment.