# dose **Repository Path**: xmdcy2011/dose ## Basic Information - **Project Name**: dose - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-08 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Basic libraries pip install matplotlib numpy scipy SimpleITK nibabel # PyTorch with GPU support (CUDA) # 在官网提示下安装 conda create -n torch-gpu python=3.14 conda activate torch-gpu pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 # 输出 python nii_resample_3mm.py ./data --output ./output/ --recursive