NLeSC / structure-from-motion

Structure from Motion Pipeline
GNU General Public License v2.0
61 stars 17 forks source link

Results from Docker Image fail testing #57

Open jingprism opened 6 years ago

jingprism commented 6 years ago

Hi, I've followed the instructions to pull the Docker image and ran it on the rock example as shown here: https://github.com/NLeSC/structure-from-motion/blob/master/docs/docker.md

And then tested it using the instructions here: https://github.com/NLeSC/structure-from-motion/blob/master/docs/example.md

Unfortunately the test results for the dense point cloud have failed.

# Can't find file: examples/rock/pmvs/models/option-0000.ply
# Using 'bundle.out' file from here: examples/rock/bundle/bundle.out
# The results are:
#    nPointsSparse = 9753
#    nPointsDense = -1

There is a 'option-0000' file that is in 'examples/rock/pmvs' that is about 302bytes in size. And there is nothing inside the model folder. The pipeline also did not display any error messages. And states that a dense point cloud was created without issue.

[- Step 6/6 Creating CMVS/PMVS configuration and running PMVS2 -]
[- Creating dense point cloud took 46.7 seconds -]
[- Done in 147.2 seconds -]

Any help would be greatly appreciated, would love to see how the dense point cloud result looks.

goord commented 6 years ago

Hi @jingprism can you post the entire terminal output of sudo docker run -u $UID -v "$PWD:/data" nlesc/structure-from-motion?