.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
ci-environment.yml
deepdisc-env-nobuilds.yml
environment.yml
pyproject.toml
.github/linting.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
configs/COCO/cascade_mask_rcnn_mvitv2_b_in21k_100ep.py
configs/COCO/cascade_mask_rcnn_mvitv2_h_in21k_36ep.py
configs/COCO/cascade_mask_rcnn_mvitv2_l_in21k_50ep.py
configs/COCO/cascade_mask_rcnn_swin_b_in21k_50ep.py
configs/COCO/cascade_mask_rcnn_swin_l_in21k_50ep.py
configs/COCO/cascade_mask_rcnn_vitdet_b_100ep.py
configs/COCO/cascade_mask_rcnn_vitdet_h_75ep.py
configs/COCO/cascade_mask_rcnn_vitdet_l_100ep.py
configs/COCO/mask_rcnn_vitdet_b_100ep.py
configs/COCO/mask_rcnn_vitdet_h_75ep.py
configs/COCO/mask_rcnn_vitdet_l_100ep.py
configs/LVIS/cascade_mask_rcnn_mvitv2_b_in21k_100ep.py
configs/LVIS/cascade_mask_rcnn_mvitv2_h_in21k_50ep.py
configs/LVIS/cascade_mask_rcnn_mvitv2_l_in21k_50ep.py
configs/LVIS/cascade_mask_rcnn_swin_b_in21k_50ep.py
configs/LVIS/cascade_mask_rcnn_swin_l_in21k_50ep.py
configs/LVIS/cascade_mask_rcnn_vitdet_b_100ep.py
configs/LVIS/cascade_mask_rcnn_vitdet_h_100ep.py
configs/LVIS/cascade_mask_rcnn_vitdet_l_100ep.py
configs/LVIS/mask_rcnn_vitdet_b_100ep.py
configs/LVIS/mask_rcnn_vitdet_h_100ep.py
configs/LVIS/mask_rcnn_vitdet_l_100ep.py
configs/common/coco_loader_lsj.py
configs/common/data/coco.py
configs/common/data/coco_keypoint.py
configs/common/data/coco_panoptic_separated.py
configs/common/data/constants.py
configs/common/models/cascade_rcnn.py
configs/common/models/fcos.py
configs/common/models/keypoint_rcnn_fpn.py
configs/common/models/mask_rcnn_c4.py
configs/common/models/mask_rcnn_fpn.py
configs/common/models/mask_rcnn_vitdet.py
configs/common/models/panoptic_fpn.py
configs/common/models/retinanet.py
configs/solo/base_rcnn_fpn.py
configs/solo/demo_hsc_inference_mask_rcnn_R_101_FPN_3x.py
configs/solo/demo_hsc_training_mask_rcnn_R_101_FPN_3x.py
configs/solo/demo_r50_hsc.py
configs/solo/demo_swin_hsc.py
configs/solo/solo_cascade_mask_rcnn_mvitv2_b_in21k_100ep.py
configs/solo/solo_cascade_mask_rcnn_mvitv2_b_in21k_100ep_DC2.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep_DC2.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep_DC2_redshift.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep_test_eval.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep_test_eval_DC2.py
configs/solo/solo_cascade_mask_rcnn_swin_b_in21k_50ep_test_eval_DC2_redshift.py
configs/solo/solo_swin.py
configs/solo/solo_swin_DC2.py
configs/solo/solo_swin_Roman.py
configs/solo/solo_swin_hsc.py
configs/solo/solo_test_eval_model_option.py
configs/solo/yacs_style_defaults.py
docs/DeepDISC_logo.png
docs/Installation.rst
docs/Makefile
docs/Tutorials.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/Tutorials/Configs.rst
docs/Tutorials/Preprocessing.ipynb
docs/Tutorials/README.md
docs/Tutorials/data_loading.ipynb
docs/Tutorials/predictions.ipynb
docs/Tutorials/training.ipynb
notebooks/demo_decam.ipynb
notebooks/demo_decam_new.ipynb
notebooks/demo_hsc.ipynb
scripts/README.md
scripts/run_model.py
src/.pylintrc
src/deepdisc/__init__.py
src/deepdisc/_version.py
src/deepdisc.egg-info/PKG-INFO
src/deepdisc.egg-info/SOURCES.txt
src/deepdisc.egg-info/dependency_links.txt
src/deepdisc.egg-info/requires.txt
src/deepdisc.egg-info/top_level.txt
src/deepdisc/astrodet/DC2_public.py
src/deepdisc/astrodet/__init__.py
src/deepdisc/astrodet/astrodet.py
src/deepdisc/astrodet/colormap.py
src/deepdisc/astrodet/detectron.py
src/deepdisc/astrodet/hsc.py
src/deepdisc/astrodet/scarlet_catalog.py
src/deepdisc/astrodet/scarlet_nocatalog.py
src/deepdisc/astrodet/visualizer.py
src/deepdisc/data_format/__init__.py
src/deepdisc/data_format/augment_image.py
src/deepdisc/data_format/conversions.py
src/deepdisc/data_format/file_io.py
src/deepdisc/data_format/image_readers.py
src/deepdisc/data_format/register_data.py
src/deepdisc/data_format/annotation_functions/__init__.py
src/deepdisc/data_format/annotation_functions/annotate_dc2.py
src/deepdisc/data_format/annotation_functions/annotate_decam.py
src/deepdisc/data_format/annotation_functions/annotate_hsc.py
src/deepdisc/inference/__init__.py
src/deepdisc/inference/match_objects.py
src/deepdisc/inference/predictors.py
src/deepdisc/model/__init__.py
src/deepdisc/model/loaders.py
src/deepdisc/model/models.py
src/deepdisc/preprocessing/__init__.py
src/deepdisc/preprocessing/detection.py
src/deepdisc/preprocessing/get_data.py
src/deepdisc/preprocessing/process.py
src/deepdisc/training/__init__.py
src/deepdisc/training/trainers.py
src/deepdisc/utils/__init__.py
src/deepdisc/utils/parse_arguments.py
tests/.pylintrc
tests/deepdisc/conftest.py
tests/deepdisc/data_format/test_augment_image.py
tests/deepdisc/data_format/test_file_io.py
tests/deepdisc/data_format/test_flatten_data.py
tests/deepdisc/data_format/test_image_readers.py
tests/deepdisc/data_format/test_register_data.py
tests/deepdisc/preprocessing/__init__.py
tests/deepdisc/preprocessing/test_ground_truth_gen.py
tests/deepdisc/test_data/dc2/3828_2,2_12_images.npy
tests/deepdisc/test_data/dc2/3829_5,3_27_images.npy
tests/deepdisc/test_data/dc2/double_test.json
tests/deepdisc/test_data/dc2/flattened_data_test.npy
tests/deepdisc/test_data/dc2/single_test.json
tests/deepdisc/test_data/decam/img_g.fits
tests/deepdisc/test_data/decam/img_r.fits
tests/deepdisc/test_data/decam/img_z.fits
tests/deepdisc/test_data/decam/small_mask.fits
tests/deepdisc/test_data/hsc/G-10054-0,2-c1_scarlet_img.fits
tests/deepdisc/test_data/hsc/I-10054-0,2-c11_scarlet_img.fits
tests/deepdisc/test_data/hsc/I-10054-0,2-c1_scarlet_img.fits
tests/deepdisc/test_data/hsc/I-10054-0,2-c1_scarlet_segmask.fits
tests/deepdisc/test_data/hsc/R-10054-0,2-c1_scarlet_img.fits
tests/deepdisc/test_data/hsc/single_test.json
tests/deepdisc/test_data/hsc/sub_dir_test/I-10054-0,2-c1_scarlet_img.fits
tests/deepdisc/test_data/hsc/sub_dir_test/I-10054-0,2-c1_scarlet_segmask.fits
tests/deepdisc/utils/test_parse_arguments.py