Tanuja Mohan

Results 4 comments of Tanuja Mohan

I was able to get the tutorial_python with the castle images to work. Now I am trying to use the SfM_GlobalPipeline.py with my own images that I took. This is...

Here is my log: `user-osx:SfM user$ python SfM_GlobalPipeline.py /Users/user/Desktop/openMVG_Build/software/SfM/myCamera /Users/user/Desktop/openMVG_Build/software/SfM/tutorial_out2 useruser ('Using input dir : ', '/Users/user/Desktop/openMVG_Build/software/SfM/myCamera') (' output_dir : ', '/Users/user/Desktop/openMVG_Build/software/SfM/tutorial_out2') 1. Intrinsics analysis You called : /Users/user/Desktop/openMVG_Build/Darwin-x86_64-RELEASE/RELEASE/openMVG_main_SfMInit_ImageListing --imageDirectory...

It appears that I do not have anything in the intrinsics. I'm using an LG G3 to take my photos, so I went into the sensor_width_camera_database.txt and added "LG G3;4.69"....

Also, what I have tried modifying the Global Pipeline script so that the intrinsic analysis now has (first line is commented out): print ("1. Intrinsics analysis") #pIntrisics = subprocess.Popen( [os.path.join(OPENMVG_SFM_BIN,...