Run demo:
NAME:
OpenMVGO - A CLI tool for OpenMVG and OpenMVS operations
USAGE:
go run cmd/cli/main.go [input dir] [output dir] [arguments...]
GLOBAL OPTIONS:
--maxThreads int (default: 1)
--help, -h show help
go run cmd/cli/main.go ${PWD}/testdata/input/ ${PWD}/testdata/output --maxThreads=0
Note: max threads 0 will use all available threads
A standalone Dockerfile is provided Dockerfile.prod
here. For development, use the docker-compose-dev.yml
here.
These will install OpenMVS and OpenMVG
Library coming soon!