[Model] Add Paddle3D CenterPoint model (#2078)

* add centerpoint

* update for review comments
This commit is contained in:
zengshao0622
2023-07-03 13:39:16 +08:00
committed by GitHub
parent b2426aefa9
commit 79a3587339
18 changed files with 761 additions and 29 deletions

View File

@@ -15,3 +15,4 @@
from __future__ import absolute_import
from .paddle3d.smoke import *
from .paddle3d.petr import *
from .paddle3d.centerpoint import *