Commit Graph

168 Commits

Author SHA1 Message Date
WJJ1995
b557dbc2d8 Add YOLOv5-cls Model (#335)
* add yolov5cls

* fixed bugs

* fixed bugs

* fixed preprocess bug

* add yolov5cls readme

* deal with comments

* Add YOLOv5Cls Note

* add yolov5cls test

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-10-12 15:57:26 +08:00
huangjianhui
1635c5a8b3 Update docs for wrong path (#338) 2022-10-10 13:51:53 +08:00
jiangjiajun
7afcd4b373 Correct PP-Series models' name 2022-10-09 02:49:58 +00:00
heliqi
d57e997fa0 Fd serving add docker images correlation and docs (#311)
* fd serving add dockerfile

* fix enable_paddle_mkldnn

* delete disable_paddle_mkldnn

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-10-08 16:08:07 +08:00
Jason
5e9a5755fd Change cmake minimal version 2022-09-28 17:45:02 +08:00
Jason
04d72c426c Fix build on jetson problem (#299)
Fix build on jetson problem:
2022-09-28 17:35:48 +08:00
heliqi
69be5b5232 fastdeploy support serving (#272)
* fd support serving

* fd support serving optimize dir

* optimize code

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-09-27 14:07:19 +08:00
Jason
82f0d2b652 Rename Frontend to ModelFormat in documents (#265) 2022-09-22 14:00:34 +08:00
leiqing
3d1a7a7ccd Update README.md 2022-09-22 12:50:00 +08:00
leiqing
4483e30499 Update README_EN.md 2022-09-22 12:48:02 +08:00
leiqing
b783bb969e Update README.md 2022-09-22 12:43:58 +08:00
leiqing
2ffe13070d Update README.md 2022-09-22 12:43:44 +08:00
leiqing
6940c73cb6 Update README.md 2022-09-22 12:43:14 +08:00
leiqing
6cb19eaa53 Update README.md 2022-09-22 12:43:02 +08:00
leiqing
6519d36008 Update README.md 2022-09-22 12:42:46 +08:00
leiqing
54b5360688 Update README.md 2022-09-22 12:42:34 +08:00
leiqing
dc2babf7b0 Update README.md 2022-09-22 12:42:11 +08:00
leiqing
8a22fafac7 Update README.md 2022-09-22 12:41:56 +08:00
leiqing
ca778f10e8 Update README.md 2022-09-22 12:41:41 +08:00
leiqing
7e79777211 Update README.md 2022-09-22 12:41:26 +08:00
leiqing
988a1f1495 Update README.md 2022-09-22 12:41:07 +08:00
leiqing
15381fc0ea Update README.md 2022-09-22 12:40:53 +08:00
leiqing
50afb17e76 Update README.md 2022-09-22 12:40:36 +08:00
leiqing
d2e7a7af44 Update README.md 2022-09-22 12:40:19 +08:00
leiqing
37d9cecc72 Update README.md 2022-09-22 12:40:01 +08:00
leiqing
daba8bbe9a Update README.md 2022-09-22 12:39:46 +08:00
leiqing
57e063e16e Update README.md 2022-09-22 12:39:19 +08:00
leiqing
20d0affa91 Update README.md 2022-09-22 12:39:03 +08:00
leiqing
452dc1d331 Update README.md 2022-09-22 12:37:45 +08:00
leiqing
50bd2254b3 Update README.md 2022-09-22 12:37:32 +08:00
leiqing
623d26d49e Update README.md 2022-09-22 12:37:04 +08:00
leiqing
f197525e7e Update README.md 2022-09-22 12:36:49 +08:00
leiqing
6feafff814 Update README.md 2022-09-19 14:51:15 +08:00
leiqing
de0837ca94 Update README.md 2022-09-19 14:49:21 +08:00
leiqing
0cc1fe0910 Create README_EN.md 2022-09-19 14:48:32 +08:00
leiqing
82e21f587e Update README_EN.md 2022-09-19 14:40:08 +08:00
leiqing
4c0e584d10 Update README.md 2022-09-19 14:39:25 +08:00
leiqing
e2f731fccc Create README_EN.md 2022-09-19 14:37:12 +08:00
Jason
79c3dcc241 Update version number in all documents (#251)
update version
2022-09-17 22:33:59 +08:00
DefTruth
6ff4f99672 [cmake] update ppdet examples CMakeLists.txt (#249)
[cmake] update ppdet examples CMakeLists.txt
2022-09-17 20:25:08 +08:00
Jason
c6f615e371 Add doc shows how to change inference backend (#244)
* Add doc shows how to change inference backend

* Update README.md
2022-09-16 19:06:43 +08:00
Jason
944bc685cf Update infer_yolox.cc 2022-09-15 14:04:25 +08:00
Jason
f77f558d81 Update infer_ppyoloe.cc 2022-09-15 14:03:40 +08:00
Jason
09788d265b Update infer_picodet.cc 2022-09-15 14:03:23 +08:00
Jason
9de96ec504 Update infer_yolox.py 2022-09-15 14:02:01 +08:00
Jason
18fa2c83d5 Update infer_yolov3.py 2022-09-15 14:01:41 +08:00
Jason
a6860d168f Update infer_picodet.py 2022-09-15 14:01:26 +08:00
Jason
059e6f8d3e Update infer_ppyoloe.py 2022-09-15 14:01:09 +08:00
DefTruth
887b2d6ed6 [vision] support PaddleDetection/MaskRCNN model (#218)
* [vision] support padddetection maskrcnn

* [vision] fixed instance mask visualize func

* [vision] optimize instance mask visualize func

* [docs] update ppdet/maskrcnn docs

* [vision] update maskrcnn implementation

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-09-14 10:50:33 +08:00
huangjianhui
4361d2021e Update ppdet example code (#210) 2022-09-09 13:20:33 +08:00