Giter VIP home page Giter VIP logo

m-detector's People

Contributors

huajiewu99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

m-detector's Issues

资源占用率太高

您好,我只用velodyne雷达跑配套fast_lio和m-detector的时候资源占用率比较高,显得有点卡,请问后面会优化这部分吗?如果调试参数,需要考虑修改哪些参数?

Fast-lio with nuScenes dataset

Nice work! Thanks for your sharing.

I am trying to run the M-detector with the suggested odometry (Fast-Lio) and the provided nuScenes dataset. However, I found the provided nuScenes dataset didn't contain the IMU data. So it can not be used by Fast-Lio. Did you use another odometry (like A-LOAM) for the nuScenes dataset?

Thanks!

Usage without prior ego-motion estimate

Hi, @HuajieWu99 @XW-HKU @Ecstasy-EC. Kudos for the great work.

Supplementary Information document states that:

For input, M-detector accepts either an individual point or a frame of
points, with the sensor ego-motion compensated in advance. The result of ego-
motion compensation can be provided by a LiDAR-based odometry or a full
Simultaneous localization and mapping (SLAM) system.
  • If that is the case, won't the ego-motion estimate from LiDAR-based odometry/SLAM be untrustworthy due to dynamic objects in the raw pointcloud data?
  • What's the impact of additional uncertainity in position estimate from LiDAR-based odometry/SLAM due to dynamic events on M-detector's performance?
  • Can we use M-detector without prior ego motion information(e.g. from FAST_LIO)? Or, Use it as a preprocessing module which removes dynamic events from the pointcloud given to LiDAR-based odometry/SLAM?
  • Is robust localization also a use case? Or, mapping only?

32-wire laser radar and how to fine tune?

Great research work, I have a question to ask you? It can be used for a 32-wire laser radar?or How should I configure the parameters for a 32-wire laser radar, such as Hesai lidar pandar?

There is no embeded version provided in Releases.

Hey, thanks for your amazing works, i think it will me a lot in my program.
In the readme file, you mentioned there is a embeded version of m-detector in the releases, but I can't find it in the releases. I would appreciate it if you would check it out once.
Best wishes.

Param table for code.

Very nice work! Would you provide a parameter table which shows the relationship between param in paper and param in your code? It's hard to keep track with them by reading the code. Thank you so much!

代码bug

depth_map_list的大小由参数max_depth_map_num,在Case1中当前的点投影到最近的HASH_PRIM个深度图,当max_depth_map_num修改大于HASH_PRIM/19时,我设置的25,会出现越界的问题如下(KITTI1.yaml数据结果):
image

编译报错

你好,我看到cmake中注释掉了这个,然后编译会找不到python,是不是应该取消注释呢

# find_package(PythonLibs REQUIRED)
# find_path(MATPLOTLIB_CPP_INCLUDE_DIRS "matplotlibcpp.h")

image

The test dataset

Hi, dear author,

 Nice work! Thank you for your contributions to the open source community.
 
  Could you provide a Baidu Cloud link for mainland users? The data is too large for mainland users to download.

出现段错误

你好,很优秀的项目。
我用你们的filter接口跑自己的激光点云数据程序蹦了,定位到DynObjFilter.cpp619行出现非法访问指针错误
,可能是max_pointers_num相关参数设置不对?

fast-lio release version can't find node after compile?

您好 @HuajieWu99
请问为何fast-lio release版本编译通过后依旧无法找到node?已经source 过工作空间了,这个issue#183下的方法也无法解决,以下是运行时信息:

roslaunch fast_lio mapping_kitti.launch 
... logging to /home/robot-nuc12/.ros/log/c1561a6c-aeb8-11ee-a946-291d976a18a1/roslaunch-robot-nuc12-3171814.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://robot-nuc12:35365/

SUMMARY
========

PARAMETERS
 * /common/imu_topic: /quadrotor_simula...
 * /common/lid_out_topic: /cloud_registered...
 * /common/lid_topic: /velodyne_points_...
 * /common/odom_out_topic: /aft_mapped_to_init
 * /common/odom_topic: //odometry_gt_
 * /common/points_topic: /velodyne_points
 * /common/time_sync_en: True
 * /cube_side_length: 50.0
 * /filter_size_map: 0.5
 * /filter_size_surf: 0.5
 * /mapping/acc_cov: 0.5
 * /mapping/b_acc_cov: 0.0001
 * /mapping/b_gyr_cov: 0.0001
 * /mapping/det_range: 100.0
 * /mapping/extrinsic_R: [1, 0, 0, 0, 1, 0...
 * /mapping/extrinsic_T: [0.0, 0.0, -0.0]
 * /mapping/fov_degree: 180
 * /mapping/gyr_cov: 0.2
 * /mapping/imu_en: False
 * /mapping/init_vel_x: 10.0
 * /mapping/init_vel_y: 0.0
 * /mapping/init_vel_z: 0.0
 * /max_iteration: 4
 * /pcd_save/interval: -1
 * /pcd_save/pcd_save_en: False
 * /point_filter_num: 1
 * /preprocess/blind: 0
 * /preprocess/feature_extract_en: False
 * /preprocess/lidar_type: 4
 * /preprocess/scan_line: 6
 * /publish/dense_publish_en: True
 * /publish/path_en: False
 * /publish/scan_bodyframe_pub_en: False
 * /publish/scan_publish_en: True
 * /rosdistro: noetic
 * /rosversion: 1.16.0
 * /voxel/layer: 2
 * /voxel/match_eigen_value: 0.005
 * /voxel/match_s: 0.9
 * /voxel/min_eigen_value: 0.005
 * /voxel/pub_plane_en: False
 * /voxel/sigma_num: 81
 * /voxel/voxel_map_en: False
 * /voxel/voxel_size: 3

NODES
  /
    laserMapping (fast_lio/fastlio_mapping)
    revise_kitti (fast_lio/revise_kitti)

ROS_MASTER_URI=http://localhost:11311

ERROR: cannot launch node of type [fast_lio/fastlio_mapping]: Cannot locate node of type [fastlio_mapping] in package [fast_lio]. Make sure file exists in package path and permission is set to executable (chmod +x)
ERROR: cannot launch node of type [fast_lio/revise_kitti]: Cannot locate node of type [revise_kitti] in package [fast_lio]. Make sure file exists in package path and permission is set to executable (chmod +x)
No processes to monitor
shutting down processing monitor...
... shutting down processing monitor complete

Code Release!

Hello,

Can you let me know when the code will be released? I am facing an issue in my current setup regarding moving objects.

Thank you

参数含义问题

参照Supplementary中的讲解,该如何对应config/.yaml中的参数?有没有相关的说明文档

关于真实标签

作者你好,运行并看了你的框架,发现效果确实很不错,但是好像没有提供如何计算真实标签的代码吧?在你补充中有说明,你是利用开源数据集提供标注框的速度来标记事件点作为真实标签,可以公布一下这部分代码吗?

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.