fferroni / PointPillars

Point Pillars 3D detection network implementation in Tensorflow
GNU General Public License v3.0
47 stars 15 forks source link

Does anyone get an optimal result on KITTI? #9

Open handong1587 opened 4 years ago

handong1587 commented 4 years ago

Cannot find any possible results on KITTI, I am wondering if someone already reproduce the results of original paper.

tyagi-iiitv commented 4 years ago

This is the updated version of this repo: https://github.com/tyagi-iiitv/PointPillars.

handong1587 commented 4 years ago

This is the updated version of this repo: https://github.com/tyagi-iiitv/PointPillars.

Have you ever evaluates the model after training? Can you give a results on KTTI (valset)?

tyagi-iiitv commented 4 years ago

Working on it will update it as soon as it's done. This code has some missing components that I'm trying to complete.

handong1587 commented 4 years ago

Working on it will update it as soon as it's done. This code has some missing components that I'm trying to complete.

Okay thanks! Looking forward to it.