Commit Graph

3 Commits

Author SHA1 Message Date
Jason
b2cd30e64f Modify yolov7 and visualize functions (#82)
modify yolov7 and visualize functions
2022-08-09 10:16:41 +08:00
huangjianhui
0e0dfd9565 [Left TODO] Support PaddleSeg deployment (#39)
* Support new model PaddleSeg

* Fix conflict

* PaddleSeg add visulization function

* fix bug

* Fix BindPPSeg wrong name

* Fix variable name

* Update by comments

* Add ppseg-unet example python version

* Change the way to decompress  model file

* Visualize resize mask back to original image size

* Update paddleseg support

* Add essential files to support ppseg

* Support logits matrix resize

* Support mask matrix resize

* Fix some bugs

* Format code

* Add code comment

* Format code

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-05 09:11:01 +08:00
Jason
ffbc5cc42d Move cpp code to directory csrcs (#42)
* move cpp code to csrcs

* move cpp code to csrcs
2022-07-26 17:59:02 +08:00