.all-contributorsrc | |
|
|
.bumpversion.cfg | |
|
|
.codeclimate.json | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/ISSUE_TEMPLATE/not_working.yml | |
|
|
.github/codecov.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/pull_request_template.md | |
|
|
.github/workflows/check_pull_request_title.yml | |
|
|
.github/workflows/code_quality.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.gitignore | |
|
|
.pre-commit-config.yaml | |
|
|
.readthedocs.yml | |
|
|
.zenodo.json | |
|
|
CHANGELOG.md | |
|
|
CITATION.cff | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.rst | |
|
|
LICENSE | |
|
|
MANIFEST.in | |
|
|
README.md | |
|
|
print_system.py | 14 | A 0 mins |
|
pyproject.toml | |
|
|
src/torchio/__init__.py | 44 | A 0 mins |
|
src/torchio/cli/__init__.py | 0 | A 0 mins |
|
src/torchio/cli/apply_transform.py | 99 | A 1 hr |
|
src/torchio/cli/print_info.py | 46 | A 0 mins |
|
src/torchio/constants.py | 18 | A 0 mins |
|
src/torchio/data/__init__.py | 28 | A 0 mins |
|
src/torchio/data/dataset.py | 129 | A 0 mins |
|
src/torchio/data/image.py | 800 | D 2 days |
|
src/torchio/data/inference/__init__.py | 6 | A 0 mins |
|
src/torchio/data/inference/aggregator.py | 210 | A 0 mins |
|
src/torchio/data/io.py | 388 | C 1 day |
|
src/torchio/data/loader.py | 53 | A 35 mins |
|
src/torchio/data/queue.py | 346 | B 6 hrs |
|
src/torchio/data/sampler/__init__.py | 14 | A 0 mins |
|
src/torchio/data/sampler/grid.py | 145 | A 0 mins |
|
src/torchio/data/sampler/label.py | 133 | A 35 mins |
|
src/torchio/data/sampler/sampler.py | 98 | A 0 mins |
|
src/torchio/data/sampler/uniform.py | 25 | A 0 mins |
|
src/torchio/data/sampler/weighted.py | 194 | A 35 mins |
|
src/torchio/data/subject.py | 382 | C 1 day |
|
src/torchio/datasets/__init__.py | 44 | A 0 mins |
|
src/torchio/datasets/bite.py | 78 | A 0 mins |
|
src/torchio/datasets/episurg.py | 127 | A 25 mins |
|