qcraftai / pillar-motion

Self-Supervised Pillar Motion Learning for Autonomous Driving (CVPR 2021)
Other
118 stars 13 forks source link

Question about motion/datasets/pipelines/loading/read_sweep #12

Closed JXZxiao5 closed 2 years ago

JXZxiao5 commented 2 years ago

Hi!, thanks for your good project to the lidar motion. But I have a question about the motion/datasets/pipelines/loading/read_sweep. There is a parameter "transform" in read_sweep, but when call read_sweept in motion/datasets/pipelines/loading/ line 70, the parameter is missed. How can I fix this missing? Is the parameter "transform" in read_sweep for factorizing ego-motion out?