Commit graph

8 commits

Author SHA1 Message Date
Thomas Zorroche
0d45fc0b11 [PanoramaViewer] temporary change in gitignore 2021-09-14 18:06:50 +02:00
Alastair D'Silva
f934cb4454 Build working Meshroom images based on the latest Alicevision images
This patch builds upon the AliceVision PR:
https://github.com/alicevision/AliceVision/pull/853

It ensures that Centos images build a functioning Meshroom,
and also adds Ubuntu support.

The Docker images support launch the GUI via ssh:
docker run -it --runtime nvidia -p 2222:22 --name meshroom -v</path/to/your/data>:/data alicevision/meshroom:<meshroom branch/commit>-av<AliceVision branch/commit>-ubuntu20.04-cuda11.0
ssh -p 2222 -X root@<docker host> /opt/Meshroom_bundle/Meshroom # Password is 'meshroom'

The following OS/CUDA versions are supported:
CUDA_VERSION=11.0 UBUNTU_VERSION=20.04
CUDA_VERSION=11.0 UBUNTU_VERSION=18.04
CUDA_VERSION=10.2 UBUNTU_VERSION=18.04
CUDA_VERSION=9.2 UBUNTU_VERSION=18.04

CUDA_VERSION=10.2 CENTOS_VERSION=7
CUDA_VERSION=9.2 CENTOS_VERSION=7

To build all supported images:
AV_VERSION=<AliceVision version> docker/build-all.sh

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2020-09-09 16:46:34 +02:00
Yann Lanthony
3eab96f399 add build/tests folders to .gitignore 2018-06-08 14:46:59 +02:00
Yann Lanthony
a07be7a556 [gitignore] ignore .jsc files
javascript compiled files
2017-12-14 19:13:50 +01:00
Yann Lanthony
5aaa412977 [gitignore] ignore .nfs* files 2017-12-05 15:56:34 +01:00
Yann Lanthony
48941a5782 [ui] first basic debugging UI + elementary commands
* nodes as a ListView (right click to delete a node)
* editable attributes 
* undo/redo for adding/removing nodes and attribute edition
2017-09-25 20:18:27 +02:00
Yann Lanthony
9f176e6d78 cleanup gitignore
* remove unused entries
* added pycharm folders
2017-09-19 11:26:22 +02:00
Fabien Castan
29729612f7 add gitignore 2017-09-17 13:15:31 +02:00