Views
No views yet
| Attribute | Value |
|---|---|
| Architecture | DINOv2-Large (304M) + UperNet (38M) |
| Classes | 10 (tissue types) |
| Input Size | 518x518 |
| Training Data | BigBrain 3D histological volume (200um, 9-class tissue classification) |
| mIoU (center-crop) | 60.8% |
| mIoU (sliding window) | 61.3% |
| ID | Class |
|---|---|
| 0 | Background |
| 1 | Gray Matter |
| 2 | White Matter |
| 3 | Cerebrospinal Fluid |
| 4 | Meninges |
| 5 | Blood Vessels |
| 6 | Bone/Skull |
| 7 | Muscle |
| 8 | Artifact |
| 9 | Other/Unknown |
1git clone https://github.com/Noel-Niko/histological-image-analysis
2cd histological-image-analysis
3make install
4make download-models-human-bigbrain
5make annotate-human-bigbrain IMAGES=/path/to/your/slides/paper.md in this repo for the full paper.1cd histological-image-analysis
2export HUGGING_FACE_TOKEN=hf_your_token_here
3
4# Update model weights (Databricks or local):
5jupyter notebook notebooks/upload_models_to_hf.ipynb
6
7# Update papers + READMEs (local only):
8jupyter notebook notebooks/upload_papers_to_hf.ipynb