Giter Club home page Giter Club logo

Comments (4)

Li-Jesse-Jiaze avatar Li-Jesse-Jiaze commented on July 17, 2024

目前这里只是使用hloc中的方法进行回环检测,还没有加载用hloc构建的3D模型做视觉定位的功能

但你可以尝试在地图保存和读取功能的基础上进行开发,只需要转换以下hloc的3D模型文件,可以按照以下思路

convert map to pose graph

pose graph format:

  • pose_graph.txt:

    • index, time_stamp,

    VIO_Tx, VIO_Ty, VIO_Tz, PG_Tx, PG_Ty, PG_Tz, VIO_Qw, VIO_Qx, VIO_Qy, VIO_Qz, PG_Qw, PG_Qx, PG_Qy, PG_Qz, loop_index, loop_info_0, loop_info_1, loop_info_2, loop_info_3, loop_info_4, loop_info_5, loop_info_6, loop_info_7, keypoints_num, height, width

  • [i]_keypoints.txt:

    • p_x, p_y, p_x_norm, p_y_norm, score
  • [i]_global_desc.dat:

    • 1x4096 cv::Mat written by function in pose_graph.cpp
  • [i]_local_desc.dat:

    • keypoints_numx256 cv::Mat written by function in pose_graph.cpp

ps: VIO_ and loop_ in pose_graph.txt is not important

from ov_hloc.

WuZihao12 avatar WuZihao12 commented on July 17, 2024

想问下你使用NetVLAD替换BoW的代码段在具体哪里呢?

from ov_hloc.

Li-Jesse-Jiaze avatar Li-Jesse-Jiaze commented on July 17, 2024

你可以自行diff一下这份代码和ov_secondary

另外如果你想询问一些其他细节可以添加我的其他联系方式,尽量保持一个Issue下面只有一个问题

from ov_hloc.

WuZihao12 avatar WuZihao12 commented on July 17, 2024

h好滴谢谢

from ov_hloc.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.