UCPE-useful-checkpoints
收藏资源简介:
该数据集是一个精选的模型检查点集合,用于备份和共享UCPE项目中的训练成果,主要支持PanShot nodistort和soft camera RoPE相关研究。它包含五个详细的模型检查点,每个对应特定训练运行(如muc9h5wj、16zjeilr等),并附有HuggingFace存储路径、源运行标识、保留原因说明以及关键训练配置(例如是否启用soft_camera_rope、alpha参数值、训练步数等)。这些检查点专门用于在PanShot-nodistort数据集上进行的实验,格式包括PyTorch Lightning检查点文件(.ckpt)和DeepSpeed模型状态文件(.pt)。使用前需要恢复特定的Conda环境(PyTorch Lightning 2.6.1)并更新配置文件中的数据集和检查点路径。
This dataset is a curated collection of model checkpoints for backing up and sharing training outcomes from the UCPE project, primarily supporting research on PanShot nodistort and soft camera RoPE. It includes five detailed model checkpoints, each corresponding to a specific training run (e.g., muc9h5wj, 16zjeilr), with associated HuggingFace storage paths, source run identifiers, retention reasons, and key training configurations (such as whether soft_camera_rope is enabled, alpha parameter values, training steps, etc.). These checkpoints are specifically used for experiments on the PanShot-nodistort dataset, with formats including PyTorch Lightning checkpoint files (.ckpt) and DeepSpeed model state files (.pt). Prior use requires restoring a specific Conda environment (PyTorch Lightning 2.6.1) and updating dataset and checkpoint paths in the configuration files.
UCPE 有用检查点数据集
数据集目的
该数据集是 UCPE (Unified Camera Pose Estimation) 项目中精选检查点的公共备份,主要服务于潘朵拉无畸变 (PanShot-nodistort) 和软相机旋转位置编码 (soft camera RoPE) 相关工作的继续研究。原始源目录大小约 1.3TB,本数据集仅保留了对后续工作最有价值的小部分文件。
相关代码
代码仓库:https://github.com/jinhong-ni/CCVG.git
- 克隆后需切换到分支
soft-camera-rope-f1。 - 主要恢复说明已复制到以下文件中:
context/REMOTE_SHUTDOWN_RECOVERY.mdcontext/fix_base_rope.md
推荐数据集
所有未来实验应使用无畸变的 PanShot 数据集:
- 在线地址:
https://huggingface.co/datasets/mcleanie/PanShot-nodistort - 原始机器上的路径:
/mnt/dataset/zt8kgo/ucpe_ckpt/data/UCPE/PanShot-nodistort
已上传的检查点
| 数据集内路径 | 源运行标识 | 保留原因 |
|---|---|---|
checkpoints/muc9h5wj/epoch=9-step=10000.ckpt |
muc9h5wj |
PanShot-nodistort 运行,使用 soft_camera_rope: true、replace_soft_camera、alpha: 0.05,训练 10k 步。 |
checkpoints/16zjeilr/epoch=9-step=10000.ckpt |
16zjeilr |
软相机 RoPE 门控混合运行,使用 gated_blend_soft_camera、alpha: 0.0,训练 10k 步。配置中记录了 RealEstate10k 数据路径,复用前需检查。 |
checkpoints/bv3dnw7a/epoch=9-step=10000.ckpt |
bv3dnw7a |
软相机 RoPE 残差输出运行,使用 residual_camera_rope_output,训练 10k 步。 |
checkpoints/wan22ucpe-20260526-005237/epoch=0-step=1000.ckpt |
wan22ucpe-20260526-005237 |
基于 Wan-AI/Wan2.1-T2V-1.3B 的基线运行,使用 relray_absmap,训练 1k 步。 |
checkpoints/soft-camera-rope-replace/20260603_143149_hard_replace_fast/epoch=0-step=100/mp_rank_00_model_states.pt |
soft-camera-rope-replace/20260603_143149_hard_replace_fast |
硬替换快速软相机实验的 DeepSpeed 模型状态文件。为节省空间,未包含优化器分片。 |
- 每个运行目下包含对应的
config.yaml配置文件。 wan22ucpe-20260526-005237还包含train.log日志文件。
已省略的文件
last.ckpt文件(与显式epoch=...检查点指向同一训练终点,额外占用约 3G 空间)。- 预测文件夹、W&B 二进制日志、DeepSpeed 优化器分片。
恢复指南
检查点使用 PyTorch Lightning 2.6.1 在 UCPE conda 环境中保存。恢复环境及使用步骤:
-
创建并激活 Conda 环境: bash conda create -n UCPE --file environment-ucpe-explicit.txt conda activate UCPE
-
安装 Python 依赖: bash python -m pip install -r requirements-ucpe-pip-freeze.txt python -m pip install -e .
-
配置数据路径:将配置文件指向本地恢复的无畸变 PanShot 数据集路径。
-
若配置文件中检查点路径为硬编码,需更新为本地下载的文件路径。




