yangyanli / PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
https://arxiv.org/abs/1801.07791
Other
1.37k stars 365 forks source link

About Kitti #165

Open liqisa opened 5 years ago

liqisa commented 5 years ago

Thanks for sharing the code. How can I apply PointCNN in Kitti 3D object detection?

longmalongma commented 5 years ago

can you run pointnet++ on dataset in 5000points with normal?

------------------ Original ------------------ From: Rickky1i notifications@github.com Date: Mon,Apr 29,2019 2:47 PM To: yangyanli/PointCNN PointCNN@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [yangyanli/PointCNN] About Kitti (#165)

Thanks for sharing the code. How can I apply PointCNN in Kitti 3D object detection?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tangeroo commented 5 years ago

@liqisa Did you do this successfully?

liqisa commented 5 years ago

@liqisa Did you do this successfully? https://github.com/lujiaxuan0520/PointCNN-self-driving-cars It's possible to face overfeat when training PointCNN on KITTI PointCloud ,as the author saying.

tangeroo commented 5 years ago

@liqisa Is it because the net can not study enough good X-matrics when used on kitti?

lonlonago commented 5 years ago

@liqisa can you share your progress?