34 lines
704 B
Markdown
34 lines
704 B
Markdown
<!--
|
|
README.md
|
|
|
|
This file is part of the repo "optical-regeneration"
|
|
https://git.suuppl.dev/seppl/optical-regeneration.git
|
|
|
|
Joseph Hopfmüller
|
|
Copyright 2024
|
|
Licensed under the EUPL
|
|
|
|
Full license text in LICENSE file
|
|
-->
|
|
|
|
# optical-regeneration
|
|
|
|
## Notes on cloning
|
|
|
|
- `pypho` is added as a submodule -> `--recurse-submodules`
|
|
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
|
|
|
|
```bash
|
|
apt install git-lfs
|
|
# only necessary once per user account
|
|
git lfs install
|
|
|
|
git clone --recurse-submodules https://git.suuppl.dev/seppl/optical-regeneration.git && cd optical-regeneration
|
|
git lfs fetch
|
|
git lfs checkout
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under EUPL-1.2.
|