Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,17 @@ bash train.sh
```
The script will load the pre-trained model and perform evaluation on the test set, saving results and logs as configured.

## Cite
If you find this repository useful, please use the following BibTeX entry for citation.
```
@article{pan2025autoqc,
title={AutoQC-Bench: a diffusion model and benchmark for automatic quality control in high-throughput microscopy},
author={Pan, Zixuan and Sonneck, Justin and Nagel, Dennis and Hasenberg, Anja and Gunzer, Matthias and Shi, Yiyu and Chen, Jianxu},
journal={npj Imaging},
volume={3},
number={1},
pages={57},
year={2025},
publisher={Nature Publishing Group UK London}
}
```