Skip to content

isl-org/TanksAndTemples

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Tanks and Temples

This repository is used for discussing issues regarding the website that hosts the Tanks and Temples dataset.
http://www.tanksandtemples.org

In order to evaluate your reconstruction algorithm on our benchmark, you need to download the dataset, reconstruct 3d geometry, submit your results, get evaluated, and be put on the leaderboard. Please follow the instructions on the website. If you encounter any problem, first check if the problem is listed on FAQ. If not, go to the issues page to search if there is any duplicate of your problem. If not, file an issue and we will respond as fast as we can. Alternatively, you can send an email to info.tanksandtemples@ivcl.org.

Python scripts

The python_toolbox folder includes the python scripts for downloading the dataset and uploading reconstruction results. The python scripts are under the MIT license. The dataset itself has a different license, see this page for details.

Usage of downloader:

> python download_t2_dataset.py [-h] [-s] [--modality MODALITY] [--group GROUP] [--unpack_off] [--calc_md5_off]

Example 1: download all videos for intermediate and advanced scenes
> python download_t2_dataset.py --modality video --group both

Example 2: download image sets for intermediate scenes (quick start setting)
> python download_t2_dataset.py --modality image --group intermediate

Example 3: show the status of downloaded data
> python download_t2_dataset.py -s

Usage of uploader:

> python upload_t2_results.py [-h] [--group GROUP]

Example 1: upload intermediate and advanced reconstruction results
> python upload_t2_results.py --group both

Example 2: upload only intermediate results
> python upload_t2_results.py --group intermediate

About

Toolbox for the TanksAndTemples benchmark website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published