Let
Our motivating scientific example is the detection and deblending of stars in astronomical images. Please see notebooks/example.ipynb and experiments for some examples. Other potential applications of our algorithm include cell detection in microscopy images and tree crown delineation in satellite images.
To use the code in this repository, please follow these steps:
- Install poetry
curl -sSL https://install.python-poetry.org | python3 -
- Clone
smcdet
git clone git@github.com:timwhite0/smcdet.git
- Create a virtual environment with all required dependencies
cd smcdet
export POETRY_VIRTUALENVS_IN_PROJECT=1
poetry install
- Activate the environment (run
poetry env activatefirst to ensure that the following command is correct)
source .venv/bin/activate