From fd5bcd5729b5b3a1f0819e7f1fe84b38a507dd32 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 7 Jan 2021 16:52:53 +0100 Subject: [PATCH] documentation --- README.md | 17 +++++++++++++++++ docs/MonoLoco++.md | 3 +-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f40dedc..c5d6745 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,23 @@ To check all the commands for the parser and the subparsers (including openpifpa or check the file `monstereo/run.py` +### Data structure + + Data + ├── arrays + ├── models + ├── kitti + ├── figures + ├── logs + + +Run the following to create the folders: +``` +mkdir data +cd data +mkdir arrays models kitti figures logs +``` + Further instructions for prediction, preprocessing, training and evaluation can be found here: * [MonoLoco++ README](https://github.com/vita-epfl/monstereo/blob/master/docs/MonoLoco%2B%2B.md) diff --git a/docs/MonoLoco++.md b/docs/MonoLoco++.md index 5f270f9..1249792 100644 --- a/docs/MonoLoco++.md +++ b/docs/MonoLoco++.md @@ -29,8 +29,7 @@ year = {2020} ## Predictions For a quick setup download a pifpaf and a MonoLoco++ models from -[here](https://drive.google.com/drive/folders/1jZToVMBEZQMdLB5BAIq2CdCLP5kzNo9t?usp=sharing) -and save them into `data/models`. +[here](https://drive.google.com/drive/folders/1jZToVMBEZQMdLB5BAIq2CdCLP5kzNo9t?usp=sharing) and save them into `data/models`. ### 3D Localization The predict script receives an image (or an entire folder using glob expressions),