NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

point_cloud_range changed

The-wind-rises-2023 opened this issue · comments

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!