<div dir="ltr">Can you please provide an executable file or suggest the steps which i should follow and files to use to obtain trajectory of the camera on the image itself as i am a newbie?<div><br></div><div>What does the values in .krtd files signify?</div><div><br></div><div>Can u please provide an executable file or suggest steps to follow to convert the information obtained from vision into gps coordinates?<br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 22, 2016 at 3:45 AM, Matt Leotta <span dir="ltr"><<a href="mailto:matt.leotta@kitware.com" target="_blank">matt.leotta@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Please reply to the kwiver-users address as well as mine. Someone else on the list may chime in with additional info.  My answers are inline below.<div><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Dec 21, 2016 at 4:11 PM, Sukhad Anand <span dir="ltr"><<a href="mailto:sukhad.anand@gmail.com" target="_blank">sukhad.anand@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I am using the first dataset in the list "Horizontal mappong with eBee". </div></blockquote><div><br></div></span><div>I'll try to process that and see what issues I have.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div><br></div><div>Is it possible to obtain the trajectory of the camera on the image itself?</div></div></blockquote><div><br></div></span><div>Yes it is, up to a similarity transform.  In other words, you won't know the final scale, geo-position, or geo-orientation of the solution without either GPS or ground control points, but you can get a relative trajectory of the cameras.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>For what purpose is .pos file given as input in bundle_adjust_tracks?</div></div></blockquote><div><br></div></span><div>The .pos files are currently the format for input metadata (GPS, INS) that we can use for initialization and geo-location.  These are optional inputs.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Is it possible to use the tool for  real time navigation?</div></div></blockquote><div><br></div></span><div>No, not yet.  Our current focus is offline optimization for best quality 3D reconstruction.  We are interesting in exploring real-time in the future, but don't have any funding to do that at the moment.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>How can i produce geo coordinates using current camera view?</div></div></blockquote><div><br></div></span><div>You'll need either GPS measurements for some of the images, or you'll need to manually select some ground control points.  This will allow you to get a geo-registered result.  Unfortunately, that part is not very intuitive or well documented at the moment, but we are working on improving it.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>How to load my own plugins?</div></div></blockquote><div><br></div></span><div>The plugin framework is still evolving (this is a relatively new and quickly growing project).  In MAP-Tk 0.8.0 and 0.9.0 the plugins are installed in ${INSTALL_PATH}/lib/maptk.  Everything in that directory is loaded.  You can add plugins there or specify additional paths with the environment variable KWIVER_PLUGIN_PATH.  As of the master branch of MAP-Tk (and future releases) all the MAP-Tk plugins have moved into the KWIVER project.  The install path might change before the next release, but the environment variable is still the same.</div><div><br></div><div>The next obvious question is "How do I create my own plugin?".  We'll need to write a blog post on that in the future and put together a template to get people started, but that hasn't happened yet.  For now, the best way is to look at the existing plugins.  These plugins have been called "arrows" after moving into KWIVER.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>It would be a great help if you could provide a good tutorial link for the tool.</div></div></blockquote><div><br></div></span><div>Here is one tutorial:</div><div><br></div><div><a href="https://blog.kitware.com/getting-started-with-map-tk-for-aerial-photogrammetry/" target="_blank">https://blog.kitware.com/<wbr>getting-started-with-map-tk-<wbr>for-aerial-photogrammetry/</a><br></div><div><br></div><div>and this one describes more recent changes:</div><div><br></div><div><a href="https://blog.kitware.com/map-tk-0-9-0-release-provides-dense-3d-better-loop-closure-and-opencv-3-support/" target="_blank">https://blog.kitware.com/map-<wbr>tk-0-9-0-release-provides-<wbr>dense-3d-better-loop-closure-<wbr>and-opencv-3-support/</a><br></div><div><br></div><div>We'll try to release more tutorials and updates like these in the future as things continue to change.</div><div><div class="h5"><div><br></div><div>--Matt</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><br></div></div></div><div class="m_8287592126418339140gmail-HOEnZb"><div class="m_8287592126418339140gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 21, 2016 at 10:41 PM, Matthew Leotta <span dir="ltr"><<a href="mailto:matt.leotta@kitware.com" target="_blank">matt.leotta@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><br><div><span><blockquote type="cite"><div>On Dec 21, 2016, at 10:42 AM, Sukhad Anand <<a href="mailto:sukhad.anand@gmail.com" target="_blank">sukhad.anand@gmail.com</a>> wrote:</div><br class="m_8287592126418339140gmail-m_7067294455614946137m_9129915537201749675Apple-interchange-newline"><div><div dir="ltr">Matt,<div><br></div><div>I am using MAP-Tk 0.8.0.</div></div></div></blockquote><div><br></div></span><div>I suggest you use the latest MAP-Tk, 0.9.0.  It has options for much improved loop closure that you will probably need.</div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>This is the link for the dataset which i am using.</div><div><a href="https://www.sensefly.com/drones/example-datasets.html" target="_blank">https://www.sensefly.com/drone<wbr>s/example-datasets.html</a><br></div></div></div></blockquote><div><br></div></span><div>Thanks for the link.  Which specific data set are you trying?  It would be helpful to know in order to reproduce this.</div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Is it possible to run this tool on a drone making linear motion instead of orbital motion as in kwiwer_fmv_set1 ?</div></div></div></blockquote><div><br></div></span><div>Yes, but we’ve done far less testing on that type of data.  Also the current pipeline is optimized for video instead of images capture at a lower frame rate.  You will likely need to adjust the configuration settings to make it work in these cases. </div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>i would be obliged if you could provide the link for detailed explanation of the loop closures used by MAP-Tk</div></div></div></blockquote><div><br></div></span><div>There a multiple algorithms that you can configure for different needs, and the whole framework is extensible so you can even write your own loop closure algorithm to plug in.  The current “best” available algorithm (as of 0.9,0) is a key frame based method.  It’s an image-to-image matching approach.  In short, the algorithm matches each frame to the previous frames and a list of key frames.  When none of the key frames match it establishes a new key frame.  it’s a bit more complicated, but that’s the basic idea.</div><div><br></div><div>If I can find some time I’ll try get things running on these sensefly data sets.</div><span class="m_8287592126418339140gmail-m_7067294455614946137HOEnZb"><font color="#888888"><div><br></div><div>—Matt</div></font></span><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 21, 2016 at 7:30 PM, Matt Leotta <span dir="ltr"><<a href="mailto:matt.leotta@kitware.com" target="_blank">matt.leotta@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sukhad,<div><br></div><div>My guess is that the maptk_track_features tool is not finding enough features or enough feature matches.  Which version of MAP-Tk are you using?  What is the public dataset?</div><div><br></div><div>--Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_8287592126418339140gmail-m_7067294455614946137m_9129915537201749675h5">On Wed, Dec 21, 2016 at 3:12 AM, Sukhad Anand <span dir="ltr"><<a href="mailto:sukhad.anand@gmail.com" target="_blank">sukhad.anand@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="m_8287592126418339140gmail-m_7067294455614946137m_9129915537201749675h5"><div dir="ltr">when i run track_features on a public dataset , after each frame it outputs writing invalid homography.<div>And when i run adjust_track then it displays this :</div><div><br></div><div><div>no landmark projections for new camera</div><div>current reprojection RMSE: -nan</div><div>frame 0 - num landmarks = 0</div><div>frame 0 uses reference 0</div></div><div> and further processing does not takes place as if the program goes into infinite loop.</div><div><br></div><div>Please suggest how to get rid of such problems.</div></div>
<br></div></div>______________________________<wbr>_________________<br>
Kwiver-users mailing list<br>
<a href="mailto:Kwiver-users@public.kitware.com" target="_blank">Kwiver-users@public.kitware.co<wbr>m</a><br>
<a href="http://public.kitware.com/mailman/listinfo/kwiver-users" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/kwiver-users</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></blockquote></span></div><br></div></blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div></div></div>
</blockquote></div><br></div>