From 63de8c07378818795e51684cf5318e9a3aac3c59 Mon Sep 17 00:00:00 2001 From: Passer Date: Wed, 3 Feb 2021 03:58:48 -0600 Subject: [PATCH 1/3] locating test files --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bae6e77c8..a20e554331 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,11 @@ or build your own image from scratch using the existing Dockerfile: # Installation test -The website [logiciels.ign.fr](http://logiciels.ign.fr/?Telechargement,20) also provides a test dataset called `Boudha_dataset.zip`. -This file contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : +The [Datasets](https://micmac.ensg.eu/index.php/Datasets) and [data]() pages at the [ensg.eu]() site provide test datasets, including `boudha_dataset-2.zip`, which contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : `./boudha_test.sh my_micmac_bin/` -assuming your working directory is the *Boudha* directory contained in the file, you can process all the tool-chain until dense point matching. +assuming your working directory is the *Boudha* directory contained in the unzipped directory, you can process all the tool-chain until dense point matching. 'my_micmac_bin' is a path to the 'bin' directory of your installation. ex.: ./boudha_test.sh ../micmac/bin/ From 81ac844b9d07790baa74433d9032acc7e455133e Mon Sep 17 00:00:00 2001 From: Passer Date: Wed, 3 Feb 2021 04:04:11 -0600 Subject: [PATCH 2/3] whoops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a20e554331..8d1b485839 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or build your own image from scratch using the existing Dockerfile: # Installation test -The [Datasets](https://micmac.ensg.eu/index.php/Datasets) and [data]() pages at the [ensg.eu]() site provide test datasets, including `boudha_dataset-2.zip`, which contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : +The [Datasets](https://micmac.ensg.eu/index.php/Datasets) and [data](https://micmac.ensg.eu/data/) pages at the [ensg.eu]() site provide test datasets, including `boudha_dataset-2.zip`, which contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : `./boudha_test.sh my_micmac_bin/` From 5c4f1a17e0181afaa137f1e23e1ffd466a6306fb Mon Sep 17 00:00:00 2001 From: Passer Date: Wed, 3 Feb 2021 04:19:20 -0600 Subject: [PATCH 3/3] last link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1b485839..b8f5349c81 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or build your own image from scratch using the existing Dockerfile: # Installation test -The [Datasets](https://micmac.ensg.eu/index.php/Datasets) and [data](https://micmac.ensg.eu/data/) pages at the [ensg.eu]() site provide test datasets, including `boudha_dataset-2.zip`, which contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : +The [Datasets](https://micmac.ensg.eu/index.php/Datasets) and [data](https://micmac.ensg.eu/data/) pages at the [ensg.eu](https://micmac.ensg.eu/index.php/Accueil) site provide test datasets, including `boudha_dataset-2.zip`, which contains images and configuration files needed to compute the *Boudha* example from Micmac's documentation. By calling the script this way : `./boudha_test.sh my_micmac_bin/`