mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
[Model] Support Paddle3D PETR v2 model (#1863)
* Support PETR v2 * make petrv2 precision equal with the origin repo * delete extra func * modify review problem * delete visualize * Update README_CN.md * Update README.md * Update README_CN.md * fix build problem * delete external variable and function --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
namespace fastdeploy {
|
||||
|
||||
void BindSmoke(pybind11::module& m);
|
||||
void BindPetr(pybind11::module& m);
|
||||
|
||||
void BindPerception(pybind11::module& m) {
|
||||
auto perception_module =
|
||||
|
Reference in New Issue
Block a user