VesselTok-data
收藏资源简介:
VesselTok 数据发布包含用于训练 Stage 1 隐式函数自编码器的预处理数据。数据分为两部分:1. all_centerlines/:存放来自 ATM22、AIIB23、AeroPath、CoSTA、PARSE 2022、HiPaS、Pulmonary_AV 和 TopCoW 等多个解剖数据集的中心线图(.vtp 格式)。2. sampled_points/:存放每个中心线图对应的预计算占用查询点(.npz 格式),网格分辨率为 512,用于训练时缓存。该数据集是 VesselTok 项目中隐式函数自编码器的关键训练输入,适用于血管中心线提取和形状隐式表示学习任务。注意:本发布不包含消融实验数据及其他分辨率下的查询点。
The VesselTok data release contains preprocessed data for training the Stage 1 implicit function autoencoder. The data is divided into two parts: 1. all_centerlines/: stores centerline graphs (.vtp format) from multiple anatomical datasets including ATM22, AIIB23, AeroPath, CoSTA, PARSE 2022, HiPaS, Pulmonary_AV, and TopCoW. 2. sampled_points/: stores precomputed occupancy query points (.npz format) for each centerline graph with a grid resolution of 512, used for caching during training. This dataset is a key training input for the implicit function autoencoder in the VesselTok project, suitable for vessel centerline extraction and shape implicit representation learning tasks. Note: This release does not include ablation experiment data or query points at other resolutions.
VesselTok-data 数据集详情
数据集概述
VesselTok-data 是为 VesselTok(论文链接:https://arxiv.org/abs/2603.18797)代码库中 Stage 1 隐式函数自编码器 训练所准备的预处理数据。
数据内容
all_centerlines/ 目录
包含所有用于该工作的解剖结构的中心线图(.vtp 文件),共涉及以下8个数据集:
- ATM22
- AIIB23
- AeroPath
- CoSTA
- PARSE 2022
- HiPaS
- Pulmonary_AV
- TopCoW
该目录路径需在配置文件中设置,对应配置项为: yaml configs/base_config.yaml setup.ALL_CENTERLINES_PATH
sampled_points/ 目录
包含在网格分辨率为 512 下预计算的占用查询点,每个中心线图对应一个 .npz 文件,文件名与 all_centerlines/ 中的文件一致(仅扩展名由 .vtp 替换为 .npz)。
这些文件作为训练时的缓存,配套的配置项为: yaml im_configs.training.use_precomputed_gt_distance: True im_configs.training.num_points_per_axis_sampling: 512
该目录应放置在以下路径:
<MC_MESH_PATH>/occupancy/resolution_512/sampled_points
其中 <MC_MESH_PATH> 对应 configs/base_config.yaml 中的 setup.MC_MESH_PATH 配置项。
未包含的数据
以下数据不包含在本数据集中:
- 消融实验相关数据:用于分辨率或占用半径扫描、子采样/超采样中心线、OOD 肾脏块及相关消融实验的数据。
- 其他查询点分辨率:除512以外的其他分辨率下预计算的查询点。
使用说明
完整的安装配置步骤请参阅主仓库 README.md 中的 Data Setup 章节。




