You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to input a picture datasets that I took. So far I have compiled the program.
However, when I run the bundler.py, I ran into a problem of sift_images() function in run_bundler()). I printed out the images that sift_images() takes in. It shows that all values are None. I think that it's the problem of extract_focal_length. Does that mean I can't use my iphone camera?
Another question, bundler has been compiled and I did LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/bundler/bin. However, when I run bundle list.txt --options_file options.txt, it says bundler not found.
Would you mind taking a look at the problems?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to input a picture datasets that I took. So far I have compiled the program.
However, when I run the
bundler.py
, I ran into a problem ofsift_images()
function inrun_bundler()
). I printed out theimages
thatsift_images()
takes in. It shows that all values areNone
. I think that it's the problem ofextract_focal_length
. Does that mean I can't use my iphone camera?Another question, bundler has been compiled and I did
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/bundler/bin
. However, when I runbundle list.txt --options_file options.txt
, it saysbundler
not found.Would you mind taking a look at the problems?
Thanks.
The text was updated successfully, but these errors were encountered: