Noah Snavely

Results 34 comments of Noah Snavely

I am not 100% sure what you would like to do -- do you mean that you just want a bundle.out file with the known Middlebury camera geometry, or do...

Hi, The Canon EOS 5D Mark II should be in the focal length database... can you send an example JPG file where the script is failing so that I can...

Hi -- note that the first argument to Bundle2PMVS should be a list file, not a directory name. So for instance, maybe it should be: ./bin/Bundle2PMVS /home/irtza/sfm_home/bundler_sfm/list.txt /home/irtza/sfm_home/bundler_sfm/bundle/bundle.out Noah On...

And another suggestion -- I think you should run Bundle2PMVS from the root directory of the dataset, in this case /home/irtza/sfm_home/bundler_sfm.

Thank you for the pull request, TokinRing! One comment -- the two scripts for running the pipeline, RunBundler.sh utils/bundler.py both use the path of the scripts themselves to find the...

Hi Mehdi, This shouldn't happen unless some other error is triggered. Do you have the full output log of a run where this error occurred? Noah

Hi CmdNomad, You are using an old version of Bundler -- instead of downloading the zip file from the bundler webpage, please clone the source from the github repo at...

What compiler are you using? gcc, g++, something else? Can you describe more about your system?? (Ubuntu Linux?) You should be able to compile with the system-installed libjpeg. It seems...

No, you do not need to implement this function yourself. It is defined in BundleCeres.cpp. However, to compile with that functionality, you need to uncomment the "# USE_CERES=true" line in...

Yes, though you will also have to add the define __USE_CERES__ to the build, and also tell the linker to link to the appropriate Ceres libraries. On Mon, Mar 12,...