This repository contains dataset links and code for generating simulated datasets for PhotoMizer.
git clone https://github.com/FONQP/datasets.git --depth 1
cd datasets
uv syncA CLI is provided to start dataset simulation as follows:
uv run gen_dataset -hThe config formats can be found in configs directory.
Check the slurm directory for slurm scripts to run the dataset generation on a cluster.
For plotting utilities, you can run:
uv run plot -hContributions to this repository are welcome! Please follow the standard GitHub flow for contributing.
The tests are in the tests directory. Run the following command to test your changes:
uv run pytest