You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

DL3DV Testing Split Download Instructions

This repo contains all 55 scenes for evaluation. Note: it is an independent dataset, and none of its scenes overlap with those in DL3DV-10K. Have a galance on the preview page: https://dl3dv-10k.github.io/DL3DV-Testing-Split-Preview/.

Download

As the whole benchmark dataset is ~500G, a python script to download and untar files.

Environment Setup

The download script relies on huggingface hub, tqdm. You can download by the following command in your python environment. The download script was

pip install huggingface_hub tqdm 

After downloading huggingface_hub, remember to login first to get ready for download.

# in terminal, use the following command and your huggingface token to login
huggingface-cli login

Download the testing split

After downloading this script, use this command:

# download the testing split to local directory called ./DL3DV-Evaluation. workers will affect the untar speed.
python download.py --dst ./DL3DV-Evaluation --workers 8
Downloads last month
127