🔥 Best Deployment Tools for paddleDetection and paddleSeg.
This repository is a universal deployment paradigm of paddleDetection and paddleSeg. All the models export by these two Toolkits were compatible in paddle-inference-deploy-Lib
.
PaddlePaddle
(>=2.2.0)
Install the PaddlePaddle 2.1 version, please refer to Quick Installation for the specific installation method.
Paddleseg
pip install paddleseg
There are two local example models in ./model
. You can run it directly.
python paddleSegDemo.py
python paddleDetDemo.py
Object Detection | Semantic Segmentation |
|
|
The relationship between COCO mAP and FPS on Tesla V100 of Detection representative models of each server side architectures and backbones.
The relationship between mIoU and FLOPs of representative Segmentation architectures and backbones. See Model Zoo Overview for more details.
Star this repository will
encourage me to add new features such as quick C++ deployment Lib
for the ToolKit.
C++ PaddleDet Lib
C++ PaddleSeg Lib