Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f88b6382 authored by KOPANAS Georgios's avatar KOPANAS Georgios
Browse files

fix typos

parent d59d5eba
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,12 @@ we tested. Our pipeline can be applied to multi-view harmonization and stylizati ...@@ -18,12 +18,12 @@ we tested. Our pipeline can be applied to multi-view harmonization and stylizati
Our implementation consists of: Our implementation consists of:
1. A python module used for training 1. A python module used for training
2. A plugin project on-top of [sIBR platform](https://sibr.gitlabpages.inria.fr/?page=index.html) that pre-processes the scene and renders interactively the results of the training. 2. A plugin project on top of [SIBR platform](https://sibr.gitlabpages.inria.fr/?page=index.html) that pre-processes the scene and renders interactively the results of the training.
## Recommended Setup ## Recommended Setup
* This is tested only in Windows 10 platform * This is tested only on Windows 10 platform
* A GPU with at least 12GB of memory for small scenes and 24GB for larger scenes, drivers, cuda 10.0 toolkit and cuDNN 7.5 * A GPU with at least 12GB of memory for small scenes and 24GB for larger scenes, drivers, Cuda 10.0 Toolkit, and cuDNN 7.5
* Python 3.8 64-bit * Python 3.8 64-bit
* Anaconda3 virtual environment * Anaconda3 virtual environment
* Cmake at least 3.18.0 * Cmake at least 3.18.0
...@@ -32,9 +32,9 @@ Our implementation consists of: ...@@ -32,9 +32,9 @@ Our implementation consists of:
For preparing scenes from scratch: For preparing scenes from scratch:
* [Colmap](https://colmap.github.io/) v3.6+ * [Colmap](https://colmap.github.io/) v3.6+
## Compile sIBR ## Compile SIBR
This is a short step-by-step guide to compile sIBR with all the necessary projects. For the full sibr documentation please visit [here](https://sibr.gitlabpages.inria.fr/?page=index.html) This is a short step-by-step guide to compile SIBR with all the necessary projects. For the full SIBR documentation please visit [here](https://sibr.gitlabpages.inria.fr/?page=index.html)
Compiling **with** scene preprocessing: Compiling **with** scene preprocessing:
```.bash ```.bash
...@@ -71,7 +71,7 @@ cmake --build ./build --target INSTALL --config RelWithDebInfo ...@@ -71,7 +71,7 @@ cmake --build ./build --target INSTALL --config RelWithDebInfo
## Training a Scene ## Training a Scene
### Prepare you own scene ### Prepare your own scene
Create your dataset directory PATH_TO_DATASET, and put your input images in PATH_TO_DATASET/images, then: Create your dataset directory PATH_TO_DATASET, and put your input images in PATH_TO_DATASET/images, then:
...@@ -173,7 +173,7 @@ Prepare your Python environment run in a terminal: ...@@ -173,7 +173,7 @@ Prepare your Python environment run in a terminal:
```.bash ```.bash
conda create --prefix PATH_TO_YOUR_ENV python=3.8 conda create --prefix PATH_TO_YOUR_ENV python=3.8
conda activate PATH_TO_YOUR_ENV conda activate PATH_TO_YOUR_ENV
-- Follow instruction to install pytorch 1.9 from https://pytorch.org/get-started/locally/ -- -- Follow the instructions to install pytorch 1.9 from https://pytorch.org/get-started/locally/ --
conda install numpy tensorboard conda install numpy tensorboard
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment