mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-13 20:34:02 +08:00
[Model] Add Paddle3D CenterPoint model (#2078)
* add centerpoint * update for review comments
This commit is contained in:
@@ -18,11 +18,13 @@ namespace fastdeploy {
|
||||
|
||||
void BindSmoke(pybind11::module& m);
|
||||
void BindPetr(pybind11::module& m);
|
||||
void BindCenterpoint(pybind11::module& m);
|
||||
|
||||
void BindPerception(pybind11::module& m) {
|
||||
auto perception_module =
|
||||
m.def_submodule("perception", "3D object perception models.");
|
||||
BindSmoke(perception_module);
|
||||
BindPetr(perception_module);
|
||||
BindCenterpoint(perception_module);
|
||||
}
|
||||
} // namespace fastdeploy
|
||||
|
Reference in New Issue
Block a user