Closed Carl12138aka closed 2 years ago
Hi, @Carl12138aka, sorry for the late reply.
Thanks a lot for your reply! That helps me!
Nice work! Thank u for releasing this repo! I would like to ask 2 questions about BoundaryLoss~
- Does BoundaryLoss consume a lot of time in your experiments? In my experiments, computing the Boundaryloss consumes a lot of GPU memory and triples the training time.
- I don't use the range image method to represent the point cloud, but use the BEV two-dimensional representation, could the BoundaryLoss be used to train the network?
Thanks in advance for your reply!
Hi, could I know how to get the BEV two-dimensional representation from LiDAR data?
really thanks!!
Nice work! Thank u for releasing this repo! I would like to ask 2 questions about BoundaryLoss~
- Does BoundaryLoss consume a lot of time in your experiments? In my experiments, computing the Boundaryloss consumes a lot of GPU memory and triples the training time.
- I don't use the range image method to represent the point cloud, but use the BEV two-dimensional representation, could the BoundaryLoss be used to train the network?
Thanks in advance for your reply!
Hi, could I know how to get the BEV two-dimensional representation from LiDAR data?
really thanks!!
Hi, @mengshiyu0109 . For bev projection, you can refer to PointPillar(for object detection) and PolarNet(for semantic segmentation).
Nice work! Thank u for releasing this repo! I would like to ask 2 questions about BoundaryLoss~
Thanks in advance for your reply!