Add official VoxelMorph CT registration pipeline

This commit is contained in:
admin
2026-06-03 00:30:32 +08:00
parent e8d8f2c468
commit 2dba05ae4a
16 changed files with 2130 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
# 运行产物通常较大,保留目录占位但不纳入版本库。
outputs/**/*
!outputs/**/
!outputs/**/.gitkeep
# 模型权重和医学影像中间文件建议按需单独归档。
*.pt
*.pth
*.ckpt
*.nii
*.nii.gz
*.log