Files
FastDeploy/examples/vision/perception/paddle3d/petr/README.md
T
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

12 lines
382 B
Markdown
Executable File

English | [简体中文](README_CN.md)
# Petr Ready-to-deploy Model
The Petr deployment model implements the Petr model from Paddle3D. For more detailed information about the model, please refer to [Petr Introduction](https://github.com/PaddlePaddle/Paddle3D/tree/develop/docs/models/petr)
## Detailed Deployment Documents
- [Python Deployment](python)
- [C++ Deployment](cpp)