From 70c938b6ff8efcdae5610cbc9283f6f1cc24328c Mon Sep 17 00:00:00 2001 From: Zhoutong Zhang Date: Wed, 11 Aug 2021 18:52:03 +0000 Subject: [PATCH] adding triangulation files --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a794e9..552b728 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ The general work flow for preprocessing the dataset is: To be more specific, example codes are provided in `.scripts/preprocess` +We provide the triangulation results [here](https://drive.google.com/file/d/1U07e9xtwYbBZPpJ2vfsLaXYMWATt4XyB/view?usp=sharing) and [here](https://drive.google.com/file/d/1om58tVKujaq1Jo_ShpKc4sWVAWBoKY6U/view?usp=sharing). You can download them in a single script by running: + +``` +bash ./scripts/download_triangulation_files.sh +``` + ### Davis data preparation 1. Download the DAVIS dataset here, and unzip it under `./datafiles`.