Commit Graph

4 Commits

Author SHA1 Message Date
Wang Xinyu
62e051e21d [CVCUDA] CMake integration, vison processor CV-CUDA integration, PaddleClas support CV-CUDA (#1074)
* cvcuda resize

* cvcuda center crop

* cvcuda resize

* add a fdtensor in fdmat

* get cv mat and get tensor support gpu

* paddleclas cvcuda preprocessor

* fix compile err

* fix windows compile error

* rename reused to cached

* address comment

* remove debug code

* add comment

* add manager run

* use cuda and cuda used

* use cv cuda doc

* address comment

---------

Co-authored-by: Jason <jiangjiajun@baidu.com>
2023-01-30 09:33:49 +08:00
Wang Xinyu
a36f5d3396 [Backend] cuda normalize and permute, cuda concat, optimized ppcls, ppdet & ppseg (#546)
* cuda normalize and permute, cuda concat

* add use cuda option for preprocessor

* ppyoloe use cuda normalize

* ppseg use cuda normalize

* add proclib cuda in processor base

* ppcls add use cuda preprocess api

* ppcls preprocessor set gpu id

* fix pybind

* refine ppcls preprocessing use gpu logic

* fdtensor device id is -1 by default

* refine assert message

Co-authored-by: heliqi <1101791222@qq.com>
2022-11-14 18:44:00 +08:00
DefTruth
295af8f467 [FlyCV] update vision processors with latest FlyCV API (#503)
* [Other] Add static create methods to Mat

* [Other] avoid field name conflicts

* [FlyCV] update vision processors with latest FlyCV API

* [FlyCV] update vision processors with latest FlyCV API

* [Model] update rvm cv::Mat usage to FD Mat usage
2022-11-06 13:29:46 +08:00
DefTruth
e453902809 [Other] Add static create methods to Mat (#497)
* [Other] Add static create methods to Mat

* [Other] avoid field name conflicts
2022-11-04 18:36:55 +08:00