traveller59 / second.pytorch

SECOND for KITTI/NuScenes object detection
MIT License
1.72k stars 722 forks source link

What are the differences in pointpillar implementation between this repo and nutonomys'? #209

Open spchuang opened 5 years ago

spchuang commented 5 years ago

Hi,

You mentioned before that the point poillar implementation in this repo is an unofficial implementation. Could you point out what are the main differences or deviations?

poodarchu commented 5 years ago

PointPillars have a SSD Head while this repo replace it with 1 layer 1x1 conv. This modification is proposed by @nutonomy.

lawrencekiba commented 5 years ago

PointPillars have a SSD Head while this repo replace it with 1 layer 1x1 conv. This modification is proposed by @nutonomy.

Any posts that I can refer to regarding this?