FARO release v1.1.0
We recommend that you install FARO by first cloning the repository and following the installation instructions in the README.md
file.
If for any reason you want to install FARO by directly downloading the files on this release, please follow the next steps:
-
Download the source code and uncompress it in your pc.
-
Go to the root of FARO and delete the
models
folder. -
Download
models.zip
, place it on the root folder and uncompress it.
NOTE: Check that the configuration files (config/es.yaml and config/nolanguage.yaml) point to the current path of the models
Make sure you have Docker installed and running on your pc
-
Run the appropriate docker build script for your platform (
docker_build_faro.sh
(Linux/MacOS) ordocker_build_faro.bat
(Windows)). -
Execute the appropriate docker run script for your platform (
docker_run_faro.sh
(Linux/MacOS) ordocker_run_faro.bat
(Windows)).