Spaces:
Runtime error
Runtime error
Update docs links and logo sizes
Browse files- README.md +4 -4
- docs/getting-started.md +1 -1
- docs/index.md +1 -1
- mkdocs.yml +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
<p align="center">
|
| 2 |
-
<img src="docs/assets/logo.svg" alt="WSAttention-Prostate Logo" width="
|
| 3 |
</p>
|
| 4 |
|
| 5 |
<p align="center">
|
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<img src="https://img.shields.io/badge/pytorch-2.5-ee4c2c?logo=pytorch&logoColor=white" alt="PyTorch 2.5">
|
| 8 |
<img src="https://img.shields.io/badge/MONAI-1.4-3ddc84" alt="MONAI 1.4">
|
| 9 |
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
|
| 10 |
-
<a href="https://
|
| 11 |
</p>
|
| 12 |
|
| 13 |
# WSAttention-Prostate
|
|
@@ -37,7 +37,7 @@ flowchart LR
|
|
| 37 |
## Quick Start
|
| 38 |
|
| 39 |
```bash
|
| 40 |
-
git clone https://github.com/
|
| 41 |
cd WSAttention-Prostate
|
| 42 |
pip install -r requirements.txt
|
| 43 |
pytest tests/
|
|
@@ -72,7 +72,7 @@ python run_cspca.py --mode test --config config/config_cspca_test.yaml --checkpo
|
|
| 72 |
python run_inference.py --config config/config_preprocess.yaml
|
| 73 |
```
|
| 74 |
|
| 75 |
-
See the [full documentation](https://
|
| 76 |
|
| 77 |
## Project Structure
|
| 78 |
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
+
<img src="docs/assets/logo.svg" alt="WSAttention-Prostate Logo" width="560">
|
| 3 |
</p>
|
| 4 |
|
| 5 |
<p align="center">
|
|
|
|
| 7 |
<img src="https://img.shields.io/badge/pytorch-2.5-ee4c2c?logo=pytorch&logoColor=white" alt="PyTorch 2.5">
|
| 8 |
<img src="https://img.shields.io/badge/MONAI-1.4-3ddc84" alt="MONAI 1.4">
|
| 9 |
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
|
| 10 |
+
<a href="https://anirudhbalaraman.github.io/WSAttention-Prostate/"><img src="https://img.shields.io/badge/docs-mkdocs-blue" alt="Docs"></a>
|
| 11 |
</p>
|
| 12 |
|
| 13 |
# WSAttention-Prostate
|
|
|
|
| 37 |
## Quick Start
|
| 38 |
|
| 39 |
```bash
|
| 40 |
+
git clone https://github.com/anirudhbalaraman/WSAttention-Prostate.git
|
| 41 |
cd WSAttention-Prostate
|
| 42 |
pip install -r requirements.txt
|
| 43 |
pytest tests/
|
|
|
|
| 72 |
python run_inference.py --config config/config_preprocess.yaml
|
| 73 |
```
|
| 74 |
|
| 75 |
+
See the [full documentation](https://anirudhbalaraman.github.io/WSAttention-Prostate/) for detailed configuration options and data format requirements.
|
| 76 |
|
| 77 |
## Project Structure
|
| 78 |
|
docs/getting-started.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
## Installation
|
| 10 |
|
| 11 |
```bash
|
| 12 |
-
git clone https://github.com/
|
| 13 |
cd WSAttention-Prostate
|
| 14 |
pip install -r requirements.txt
|
| 15 |
```
|
|
|
|
| 9 |
## Installation
|
| 10 |
|
| 11 |
```bash
|
| 12 |
+
git clone https://github.com/anirudhbalaraman/WSAttention-Prostate.git
|
| 13 |
cd WSAttention-Prostate
|
| 14 |
pip install -r requirements.txt
|
| 15 |
```
|
docs/index.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
<div style="text-align: center; margin-bottom: 2em;">
|
| 2 |
-
<img src="assets/logo.svg" alt="WSAttention-Prostate Logo" width="
|
| 3 |
</div>
|
| 4 |
|
| 5 |
# WSAttention-Prostate
|
|
|
|
| 1 |
<div style="text-align: center; margin-bottom: 2em;">
|
| 2 |
+
<img src="assets/logo.svg" alt="WSAttention-Prostate Logo" width="560">
|
| 3 |
</div>
|
| 4 |
|
| 5 |
# WSAttention-Prostate
|
mkdocs.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
site_name: WSAttention-Prostate
|
| 2 |
site_description: Weakly-supervised attention-based 3D MIL for prostate cancer risk prediction on multiparametric MRI
|
| 3 |
-
repo_url: https://github.com/
|
| 4 |
repo_name: WSAttention-Prostate
|
| 5 |
|
| 6 |
theme:
|
|
|
|
| 1 |
site_name: WSAttention-Prostate
|
| 2 |
site_description: Weakly-supervised attention-based 3D MIL for prostate cancer risk prediction on multiparametric MRI
|
| 3 |
+
repo_url: https://github.com/anirudhbalaraman/WSAttention-Prostate
|
| 4 |
repo_name: WSAttention-Prostate
|
| 5 |
|
| 6 |
theme:
|