czxxkj/DL3DV-ALL-960P 已完整同步
DL3DV-Dataset
This repo has all the 960P frames with camera poses of DL3DV-10K Dataset. We are working hard to review all the dataset to avoid sensitive information. Thank you for your patience.
Download
If you have enough space, you can use git to download a dataset from huggingface. See this link. 480P/960P versions should satisfies most needs.
If you do not have enough space, we further provide a download script here to download a subset. The usage:
usage: download.py [-h] --odir ODIR --subset {1K,2K,3K,4K,5K,6K,7K,8K,9K,10K} --resolution {4K,2K,960P,480P} --file_type {images+poses,video,colmap_cache} [--hash HASH]
[--clean_cache]
optional arguments:
-h, --help show this help message and exit
--odir ODIR output directory
--subset {1K,2K,3K,4K,5K,6K,7K,8K,9K,10K}
The subset of the benchmark to download
--resolution {4K,2K,960P,480P}
The resolution to donwnload
--file_type {images+poses,video,colmap_cache}
The file type to download
--hash HASH If set subset=hash, this is the hash code of the scene to download
--clean_cache If set, will clean the huggingface cache to save space
Here are some examples:
# Make sure you have applied for the access.
# Use this to download the download.py script
wget https://raw.githubusercontent.com/DL3DV-10K/Dataset/main/scripts/download.py
# Download 960P resolution images and poses, 0~1K subset, output to DL3DV-10K directory
python download.py --odir DL3DV-10K --subset 1K --resolution 960P --file_type images+poses --clean_cache
# Download 960P resolution images and poses, 1K~2K subset, output to DL3DV-10K directory
python download.py --odir DL3DV-10K --subset 2K --resolution 960P --file_type images+poses --clean_cache
You can also download a specific scene with its hash. The scene-hash pair visualization can be found here.
python download.py --odir DL3DV-10K --subset 2K --resolution 960P --file_type images+poses --hash e2cedefea8a0ed2d0ffbd5bdc08acbe7e1f85c96f72f7b790e9dfe1c98963047 --clean_cache
News
- DL3DV-1K, 2K, 3K, 4K
- DL3DV-5K ~ 10K
10584 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea --overwrite
仅包含匹配路径
wehub datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_9b82e74dea --revision f1ce8d263c734917847f9e45edf18957f1a135e1 --output ./ds_ext_9b82e74dea --jobs 8
完整帮助:wehub datasets download --help