.flake8
.gitignore
CHANGELOG.md
LICENSE
README.md
demo.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/ci.yml
.github/workflows/tag_and_publish.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
resources/merge_edges.tif
resources/merge_sites.tif
resources/pred_volume.tif
resources/split_edges.tif
resources/split_sites.tif
resources/target_volume.tif
resources/target_graphs/0.swc
resources/target_graphs/1.swc
resources/target_graphs/2.swc
resources/target_graphs/3.swc
resources/target_graphs/4.swc
resources/target_graphs/5.swc
src/aind_segmentation_evaluation/__init__.py
src/aind_segmentation_evaluation/graph_routines.py
src/aind_segmentation_evaluation/merge_metric.py
src/aind_segmentation_evaluation/run_evaluation.py
src/aind_segmentation_evaluation/seg_metrics.py
src/aind_segmentation_evaluation/split_metric.py
src/aind_segmentation_evaluation/utils.py
src/aind_segmentation_evaluation.egg-info/PKG-INFO
src/aind_segmentation_evaluation.egg-info/SOURCES.txt
src/aind_segmentation_evaluation.egg-info/dependency_links.txt
src/aind_segmentation_evaluation.egg-info/requires.txt
src/aind_segmentation_evaluation.egg-info/top_level.txt
tests/__init__.py
tests/unit_tests.py