DefTruth
77cb9db6da
[Model] Support PP-ShiTuV2 models for PaddleClas ( #1900 )
...
* [cmake] add faiss.cmake -> pp-shituv2
* [PP-ShiTuV2] Support PP-ShituV2-Det model
* [PP-ShiTuV2] Support PP-ShiTuV2-Det model
* [PP-ShiTuV2] Add PPShiTuV2Recognizer c++&python support
* [PP-ShiTuV2] Add PPShiTuV2Recognizer c++&python support
* [Bug Fix] fix ppshitu_pybind error
* [benchmark] Add ppshituv2-det c++ benchmark
* [examples] Add PP-ShiTuV2 det & rec examples
* [vision] Update vision classification result
* [Bug Fix] fix trt shapes setting errors
2023-05-08 14:04:09 +08:00
linyangshi
9164796645
[Model] Support DINO & DETR and add PaddleDetectionModel class ( #1837 )
...
* 添加paddleclas模型
* 更新README_CN
* 更新README_CN
* 更新README
* update get_model.sh
* update get_models.sh
* update paddleseg models
* update paddle_seg models
* update paddle_seg models
* modified test resources
* update benchmark_gpu_trt.sh
* add paddle detection
* add paddledetection to benchmark
* modified benchmark cmakelists
* update benchmark scripts
* modified benchmark function calling
* modified paddledetection documents
* add PaddleDetectonModel
* reset examples/paddledetection
* resolve conflict
* update pybind
* resolve conflict
* fix bug
* delete debug mode
* update checkarch log
* update trt inputs example
* Update README.md
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-05-05 14:10:33 +08:00
Zheng-Bicheng
0687d3b0ad
[Model] Add Solov2 For PaddleDetection ( #1435 )
...
* update solov2
* Repair note
* update solov2 postprocess
* update
* update solov2
* update solov2
* fixed bug
* fixed bug
* update solov2
* update solov2
* fix build android bug
* update docs
* update docs
* update docs
* update
* update
* update arch and docs
* update
* update
* update solov2 python
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-03-08 10:01:32 +08:00
Zheng-Bicheng
23dfcac891
[Model] Add DecodeProcess For PPDet ( #1127 )
...
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 新增ppdet_decode
* 更新多batch支持
* 更新多batch支持
* 更新多batch支持
* 更新注释内容
* 尝试解决pybind问题
* 尝试解决pybind的问题
* 尝试解决pybind的问题
* 重构代码
* 重构代码
* 重构代码
* 按照要求修改
* 修复部分bug
加入pybind
* 修复pybind
* 修复pybind错误的问题
2023-01-16 18:42:41 +08:00
huangjianhui
9937b6c325
[Other] Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg ( #791 )
...
* Refactor PaddleSeg with preprocessor && postprocessor
* Fix bugs
* Delete redundancy code
* Modify by comments
* Refactor according to comments
* Add batch evaluation
* Add single test script
* Add ppliteseg single test script && fix eval(raise) error
* fix bug
* Fix evaluation segmentation.py batch predict
* Fix segmentation evaluation bug
* Fix evaluation segmentation bugs
* Update segmentation result docs
* Update old predict api and DisableNormalizeAndPermute
* Update resize segmentation label map with cv::INTER_NEAREST
* Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg
* Add multi thread demo
* Add python model clone function
* Add multi thread python && C++ example
* Fix bug
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-13 15:19:47 +08:00
Zheng_Bicheng
3e1fc69a0c
[Model] Add Picodet RKNPU2 ( #635 )
...
* * 更新picodet cpp代码
* * 更新文档
* 更新picodet cpp example
* * 删除无用的debug代码
* 新增python example
* * 修改c++代码
* * 修改python代码
* * 修改postprocess代码
* 修复没有scale_factor导致的bug
* 修复错误
* 更正代码格式
* 更正代码格式
2022-11-21 13:44:34 +08:00
Jason
beaa0fd190
[Model] Refactor PaddleDetection module ( #575 )
...
* Add namespace for functions
* Refactor PaddleDetection module
* finish all the single image test
* Update preprocessor.cc
* fix some litte detail
* add python api
* Update postprocessor.cc
2022-11-15 10:43:23 +08:00