Files
FastDeploy/examples/vision/perception/paddle3d/petr/README_CN.md
CoolCola e3b285c762 [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>
2023-05-19 10:45:36 +08:00

13 lines
322 B
Markdown
Executable File

[English](README.md) | 简体中文
# Petr 准备部署模型
Petr 部署模型实现来自 Paddle3D 的 Petr 模型,模型相关的更多详细信息可以参考[Petr 介绍](https://github.com/PaddlePaddle/Paddle3D/tree/develop/docs/models/petr)
## 详细部署文档
- [Python部署](python)
- [C++部署](cpp)