DynamicMap_Benchmark
DynamicMap_Benchmark copied to clipboard
The First Dynamic Map Removal Benchmark | Included 8 SOTA methods | Continous updating
Results
2
DynamicMap_Benchmark issues
Sort by
recently updated
recently updated
newest added
Hi :) How about slightly modifying the logic in **'export_eval_pcd.cpp'** that marks **'gt_point'** as dynamic? Currently, with a voxel size of 0.1, if the **'nearest_point'** in **'et_cloud'** is farther than...
Hi, In the KITTI dataset, only the lower parts of the int32s are used as labels. I would suggest the following change (add `& 0xFFFF`) in extract_semkitti.py: ``` intensity[np.isin(labels &...