linux-photogrammetry-tools icon indicating copy to clipboard operation
linux-photogrammetry-tools copied to clipboard

Running PMVS...Makefile:48: recipe for target 'pmvs' failed

Open mtastafford opened this issue 1 year ago • 2 comments

Hey I'm trying this tool for the first time here -- apparently having some issues w/ PMVS when running via docker command line:

docker run --rm -v /home/mstafford/Projects/photogrammetry/Bluey:/tmp epassaro/linux-photogrammetry-tools:latest make IMG_DIR=/tmp

returns the following:

 Copying files... OK
 Resizing pictures... OK
 Extracting focal distances... OK
 Running Bundler... OK
 Running Bundle2PMVS... OK
 Running CMVS... OK
 Running PMVS...Makefile:48: recipe for target 'pmvs' failed
make: *** [pmvs] Error 1

Am I doing something wrong, or has there been some sort of updated requirement for PMVS?

mtastafford avatar Sep 05 '22 17:09 mtastafford

Hi @mtastafford I'll take a look later today

epassaro avatar Sep 05 '22 17:09 epassaro

I am seeing a similar issue, just with cmvs:

 Copying files... OK
 Resizing pictures... OK
 Extracting focal distances... OK
 Running Bundler... OK
 Running Bundle2PMVS... OK
 Running CMVS...Makefile:42: recipe for target 'cmvs' failed
make: *** [cmvs] Error 1

relet avatar Nov 29 '22 13:11 relet