Open RuixiangXue opened 2 years ago
how to judge the best precision with minium error of coordinates transformation?
In my opinion, these hyper-parameters are closely related to your deploy environments, and usually need a lot of ablation studies.
Thank u for your reply!
xinge008 @.***> 于2022年5月19日周四 16:45写道:
how to judge the best precision with minium error of coordinates transformation? In my opinion, these hyper-parameters is closely related to your deploy environments, and usually need a lot of ablation studies.
— Reply to this email directly, view it on GitHub https://github.com/xinge008/Cylinder3D/issues/127#issuecomment-1131416584, or unsubscribe https://github.com/notifications/unsubscribe-auth/AULA2FVDUD7ROINLGZPU4ULVKX5RZANCNFSM5ULBZQZQ . You are receiving this because you authored the thread.Message ID: @.***>
Hi,thanks for your great work! Cylinder voxelization is a great idea especially for lidar point cloud,I want to adopt this method into my work,but I'm confused that public available dataset such as SemanticKITTI provide cartesian coordinate data,so here is regular pipline
1.transform cartesian into cylinder coordinats 2.quantize cylinder coodinate(how to judge the best precision with minium error of coordinates transformation?) 3.input cylinder coordinates into network 4.transform cylinder coordinates back to cartesian coordinates