bradenhurl / DeepGTAV-PreSIL

GNU General Public License v3.0
78 stars 16 forks source link

LiDAR plane and ground plane mismatch #18

Open sharma-n opened 3 years ago

sharma-n commented 3 years ago

Hi, Thanks a lot for the code it's been helping me a lot with my work! I just noticed something in the data I collected using your code. If the ground/road is tilted at an angle, the bounding boxes have a offset from the real object. The farther that object is, the greater this offset. I have attached an image below that shows this. Is this something that you noticed as well? What might be causing this? Is there a way to fix it? image

bradenhurl commented 3 years ago

Always good to hear! I didn't notice this during my research. Is this with a modified version of the code base? It seems strange that this is happening as all objects should be positioned relative to the camera, and the LiDAR is generated from the camera position as well.