Skip to content

Install and test OpenPathView tool chain with docker

Notifications You must be signed in to change notification settings

OpenPathView/OPV_Docker

Repository files navigation

Test OpenPathView tool chain with Ansible

Still under construction, front is missing

Docker images are not on a registry, you need to build it yourself

Need to be test with data.

Build docker image

./build_all.sh

Launch

docker-compose up

Test it

You need data to test

Install OPV_Import

See OPV_importData

Import data

opv-make-lot --csv-path=picturesInfo.csv --api-uri=http://127.0.0.1:5000 --dm-uri=http://127.0.0.1:5005 SD

Launch it

Connect to the docker:

docker exec -it docker_celery_1 /bin/bash

Launch it

opv-celery-campaign 1 42

See progress here and in OPV_Status

Links

You can acces DirectoryManager throw FTP with port

Docs

opensfm

We used Dockerfile.python3 from OpenSfM github repository.

hugin

Hugin docker image is build on top of opensfm image

opv-tasks

Is build on top of hugin image

opv-celery

Is build on top of opv-tasks image

opv-flower

Is build on top of opv-celery image

Sumary

opensfm <= hugin <= tasks <= opv-celery

About

Install and test OpenPathView tool chain with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published