Commit Graph

127 Commits

Author SHA1 Message Date
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
leiqing
4d29119764 Update README.md 2022-09-05 14:02:28 +08:00
leiqing
e403c72c47 Update README.md 2022-09-05 14:01:50 +08:00
leiqing
0fcef8c9b9 Update README.md 2022-09-05 14:01:26 +08:00
leiqing
fa6ea5a32d Update README.md 2022-09-05 14:01:04 +08:00
leiqing
b2bc441d75 Update README.md 2022-09-05 14:00:45 +08:00
leiqing
f5e1f7e695 Update README.md 2022-09-05 14:00:28 +08:00
leiqing
30ee342619 Update README.md 2022-09-05 13:59:59 +08:00
leiqing
0a1ca06635 Update README.md 2022-09-05 13:59:42 +08:00
leiqing
2b68291fc4 Update README.md 2022-09-05 13:59:22 +08:00
leiqing
9060986e89 Update README.md 2022-09-05 13:59:10 +08:00
leiqing
675b663f7a Update README.md 2022-09-05 13:57:04 +08:00
leiqing
4c0bdd8064 Update README.md 2022-09-05 13:56:49 +08:00
leiqing
0dfad6f830 Update README.md 2022-09-05 13:55:19 +08:00
leiqing
3a8e48fb8a Update README.md 2022-09-05 13:55:05 +08:00
leiqing
620a60f34a Update README.md 2022-09-05 13:54:48 +08:00
leiqing
b07976f0dc Update README.md 2022-09-05 13:54:28 +08:00
leiqing
e6b0d9d6c3 Update README.md 2022-09-05 13:51:56 +08:00
leiqing
34f46937e3 Update README.md 2022-09-05 13:47:53 +08:00
leiqing
dce40a4791 Update README.md 2022-09-05 13:47:24 +08:00
leiqing
365bb1fcbc Update README.md 2022-09-05 13:47:02 +08:00
leiqing
e264155789 Update README.md 2022-09-05 13:46:14 +08:00
DefTruth
3c1330e896 [feature][vision] Add YOLOv7 End2End model with TRT NMS (#157)
* [feature][vision] Add YOLOv7 End2End model with TRT NMS

* [docs] update yolov7end2end_trt examples docs

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-30 15:02:48 +08:00
DefTruth
30bb233db8 [feature][vision] Add YOLOv7 End2End model with ORT NMS (#152)
* [feature][cmake] enable build fastdeploy with examples

* [feature][cmake] enable build fastdeploy with examples

* [feature][vision] Add YOLOv7 End2End model with ORT NMS

* [docs] update yolov7end2end_ort docs

update yolov7end2end_ort docs

* [docs] update yolov7end2end_ort examples docs

update yolov7end2end_ort examples docs

* [docs] update yolov7end2end_ort examples docs

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-30 15:01:20 +08:00
Jason
e345ef6fd9 Update README.md 2022-08-26 09:27:41 +08:00
Jason
2ff1293cf4 fix cpp library link in example (#144) 2022-08-23 10:02:28 +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
Jason
b9b733b52f Merge branch 'release/0.2.0' into develop 2022-08-18 21:43:53 +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
052d0fb6d9 Update README.md 2022-08-18 19:53:38 +08:00
leiqing
421e03e1b1 Update README.md 2022-08-18 19:52:55 +08:00
leiqing
78097e0829 Update README.md 2022-08-18 19:52:08 +08:00
leiqing
cccb8b4813 Update README.md 2022-08-18 19:51:53 +08:00
leiqing
bf3457c9db Update README.md 2022-08-18 19:51:33 +08:00
leiqing
9ed4deecc8 Update README.md 2022-08-18 19:51:17 +08:00
leiqing
6368e039b0 Update README.md 2022-08-18 19:50:59 +08:00
leiqing
6c364d053f Update README.md 2022-08-18 19:48:59 +08:00
leiqing
d82b494af6 Update README.md 2022-08-18 19:36:17 +08:00
leiqing
6679c81e6d Update README.md 2022-08-18 19:35:02 +08:00
leiqing
e77f379d4e Update README.md 2022-08-18 19:33:50 +08:00
leiqing
2d8f74357c Update README.md 2022-08-18 19:32:52 +08:00
Jason
c7c29f94c1 Update release 0.2 (#132)
* [docs] update osx and win prebuilt cpp libs links (#130)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update requirements.txt

* Update README.md

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
2022-08-18 19:31:51 +08:00