Closed huixiancheng closed 2 years ago
Hi @huixiancheng , thanks for your interest. I incorpotated BD Loss in a similar way to yours. I think there are two reasons for the difference in performance:
The code for this project is still being worked out. The visualization part is modified from Open3D-Semantic-KITTI-Vis(based on open3d) and spvnas(based on mayavi), you can refer to it first.
thx for your advice~
It should be clarified that recently I run a strict ablation experiment again and the results show that BD loss actually brings a 2.0 miou improvement. Maybe I made a mistake before. Thank you again for your advice and apologize for any possible misleading information.
In fact, I did try to incorporate BD Loss. However, since Lite-HDSeg is not open source, I refer to this repo for the implementation.
However, in my code, it is not as good as described in Lite-HDSeg and your ablation experiments.
Would you like to share this part of the code and your (
open3d) visualization code?