NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.
Apache License 2.0
502 stars 148 forks source link

point_cloud_range changed #95

Open The-wind-rises-2023 opened 11 months ago

The-wind-rises-2023 commented 11 months ago

if I switch the default point_cloud_range([0,-39.68,-5,69.12,39.68,5] to another range,for example [0,-39.68,-5,153.6,39.68,10],do I need change something in postprocessing.Because I find the feature map size changing from [216,248] to [480,248] , how to adjust this in postprocess_kernal function? Thanks for any help!