Commit Graph

20 Commits

Author SHA1 Message Date
Jason
04d72c426c Fix build on jetson problem (#299)
Fix build on jetson problem:
2022-09-28 17:35:48 +08:00
Jason
82f0d2b652 Rename Frontend to ModelFormat in documents (#265) 2022-09-22 14:00:34 +08:00
leiqing
50bd2254b3 Update README.md 2022-09-22 12:37:32 +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
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
leiqing
dce40a4791 Update README.md 2022-09-05 13:47:24 +08:00
DefTruth
beddcba900 [docs][win] add windows c++ sdk demo to examples (#136)
* [docs] format docs with markdown with language tags

* [docs][win] add windows c++ sdk demo

* [docs][win] add windows c++ sdk demo to examples

* [docs][api] update runtime_option docs
2022-08-22 10:53:00 +08:00
huangjianhui
eaa017fb09 Update PPYOLOE README.md (#133)
* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add evaluation calculate time and fix some bugs

* Update classification __init__

* Move to ppseg

* Add segmentation doc

* Add PaddleClas infer.py

* Update PaddleClas infer.py

* Delete .infer.py.swp

* Add PaddleClas infer.cc

* Update README.md

* Update README.md

* Update README.md

* Update infer.py

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add PaddleSeg doc and infer.cc demo

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create segmentation_result.md

* Update README.md

* Update segmentation_result.md

* Update segmentation_result.md

* Update segmentation_result.md

* Update classification and detection evaluation function

* Fix python grammar bug

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-18 21:24:29 +08:00
leiqing
8390c83c44 Update README.md 2022-08-17 18:04:32 +08:00
huangjianhui
a016ef99ce Add PaddleSeg doc and infer.cc demo (#114)
* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add evaluation calculate time and fix some bugs

* Update classification __init__

* Move to ppseg

* Add segmentation doc

* Add PaddleClas infer.py

* Update PaddleClas infer.py

* Delete .infer.py.swp

* Add PaddleClas infer.cc

* Update README.md

* Update README.md

* Update README.md

* Update infer.py

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add PaddleSeg doc and infer.cc demo

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-15 15:24:38 +08:00
leiqing
c7e7c6e63d Update README.md 2022-08-11 14:31:59 +08:00
leiqing
e8fbd3c54a Update README.md 2022-08-11 14:30:32 +08:00
leiqing
b0e6d5f926 Update README.md 2022-08-11 14:26:20 +08:00
Jason
3e01118d01 Validate all backends for detection models and add demo code & docs (#94)
* Validate all backends for detection models and add demo code and doc

* Delete .README.md.swp
2022-08-11 10:03:53 +08:00