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_all.sh
docker-compose up
You need data to test
opv-make-lot --csv-path=picturesInfo.csv --api-uri=http://127.0.0.1:5000 --dm-uri=http://127.0.0.1:5005 SD
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
You can acces DirectoryManager throw FTP with port
- OPV_Status => http://127.0.0.1:80
- DirectoryManager HTTP API => http://127.0.0.1:5005
- DirectoryManager FTP => ftp://127.0.0.1:2121
- OPV_DBRest => http://127.0.0.1:5000
- Flower => http://127.0.0.1:5555
We used Dockerfile.python3 from OpenSfM github repository.
Hugin docker image is build on top of opensfm image
Is build on top of hugin image
Is build on top of opv-tasks image
Is build on top of opv-celery image
opensfm <= hugin <= tasks <= opv-celery