Update README.md
Browse files
README.md
CHANGED
|
@@ -234,6 +234,7 @@ with tarfile.open('data/x2/x2.tar.gz', 'r:gz') as tar:
|
|
| 234 |
# βββ psf_hr/, psf_lr/ # Original unpatched data
|
| 235 |
```
|
| 236 |
|
|
|
|
| 237 |
## π― Model Evaluation Metrics
|
| 238 |
|
| 239 |
When evaluating super-resolution models on STAR, consider:
|
|
@@ -241,7 +242,7 @@ When evaluating super-resolution models on STAR, consider:
|
|
| 241 |
1. **Masked PSNR/SSIM**: Only compute metrics on valid pixels (where mask=True)
|
| 242 |
2. **Source Detection F1**: Evaluate if astronomical sources are preserved
|
| 243 |
3. **Flux Preservation**: Check if total flux is maintained (important for astronomy, see paper)
|
| 244 |
-
|
| 245 |
|
| 246 |
## π Citation
|
| 247 |
|
|
@@ -265,4 +266,4 @@ This dataset is released under the MIT License.
|
|
| 265 |
## π€ Contact
|
| 266 |
|
| 267 |
For questions or issues, please open an issue on the [dataset repository](https://huggingface.co/datasets/KUOCHENG/STAR/discussions).
|
| 268 |
-
|
|
|
|
| 234 |
# βββ psf_hr/, psf_lr/ # Original unpatched data
|
| 235 |
```
|
| 236 |
|
| 237 |
+
|
| 238 |
## π― Model Evaluation Metrics
|
| 239 |
|
| 240 |
When evaluating super-resolution models on STAR, consider:
|
|
|
|
| 242 |
1. **Masked PSNR/SSIM**: Only compute metrics on valid pixels (where mask=True)
|
| 243 |
2. **Source Detection F1**: Evaluate if astronomical sources are preserved
|
| 244 |
3. **Flux Preservation**: Check if total flux is maintained (important for astronomy, see paper)
|
| 245 |
+
|
| 246 |
|
| 247 |
## π Citation
|
| 248 |
|
|
|
|
| 266 |
## π€ Contact
|
| 267 |
|
| 268 |
For questions or issues, please open an issue on the [dataset repository](https://huggingface.co/datasets/KUOCHENG/STAR/discussions).
|
| 269 |
+
Also can see [github](https://github.com/GuoCheng12/STAR)
|