| 
							
							
								 Jason | a4b0565b9a | [Other] Optimize paddle backend (#1265) * Optimize paddle backend
* optimize paddle backend
* add version support | 2023-02-08 19:12:03 +08:00 |  | 
			
				
					| 
							
							
								 Thomas Young | ab49b41080 | add encryption (#1002) * add encryption
* add doc
* add doc
* fix bug | 2023-01-03 15:57:03 +08:00 |  | 
			
				
					| 
							
							
								 chenjian | 42f2e8d22b | [Other] Add a interface to get all pretrained models available from hub model server (#1022) add get model list | 2023-01-03 09:45:42 +08:00 |  | 
			
				
					| 
							
							
								 Wang Xinyu | 22d91a73c6 | [Serving] Add a simple Python serving (#962) * init simple serving
* simple serving is working
* ppyoloe demo
* Update README_CN.md
* update readme
* complete vision result to json | 2022-12-26 21:09:08 +08:00 |  | 
			
				
					| 
							
							
								 Jack Zhou | 63b07f2986 | [Bug Fix]Remove profile (#579) remove profile | 2022-11-14 15:49:39 +08:00 |  | 
			
				
					| 
							
							
								 Jack Zhou | d4995e5468 | [Model] Add stable diffusion model based on fastdeploy (#297) * Add stable diffusion model base on fastdeploy
* Add sd infer
* pipelines->multimodal
* add create_ort_runtime
* use fp16 input
* fix pil
* Add optimize unet model
* add hf license
* Add workspace args
* Add profile func
* Add schedulers
* usrelace torch.Tenosr  byp.ndarray
* Add readme
* Add trt shape setting
* add dynamic shape
* Add dynamic shape for stable diffusion
* fix max shape setting
* rename tensorrt file suffix
* update dynamic shape setting
* Add scheduler output
* Add inference_steps and benchmark steps
* add diffuser benchmark
* Add paddle infer script
* Rename 1
* Rename infer.py to torch_onnx_infer.py
* Add export torch to onnx model
* renmove export model
* Add paddle export model for diffusion
* Fix export model
* mv torch onnx infer to infer
* Fix export model
* Fix infer
* modif create_trt_runtime create_ort_runtime
* update export torch
* update requirements
* add paddle inference backend
* Fix unet pp run
* remove print
* Add paddle model export and infer
* Add device id
* remove profile to utils
* Add -1 device id
* Add safety checker args
* remove safety checker temporarily
* Add export model description
* Add predict description
* Fix readme
* Fix device_id description
* add timestep shape
* add use fp16 precision
* move use gpu
* Add EulerAncestralDiscreteScheduler
* Use EulerAncestralDiscreteScheduler with v1-5 model
* Add export model readme
* Add link of exported model
* Update scheduler on README
* Addd stable-diffusion-v1-5 | 2022-11-10 14:59:07 +08:00 |  | 
			
				
					| 
							
							
								 Jason | 6633fa3db9 | [Model] [Part 1] Refactor PaddleClas module (#508) * Split PaddleClas Module refactor
* Split PaddleClas Module refactor
* fix bug | 2022-11-07 15:09:00 +08:00 |  | 
			
				
					| 
							
							
								 chenjian | 7e64f4088f | [Other] Hub feature: add model hub management for fastdeploy (#453) * add hub tool for fastdeploy
* fix format
* refactor code
* remove EasyDict
Co-authored-by: Jason <jiangjiajun@baidu.com> | 2022-11-02 10:22:17 +08:00 |  | 
			
				
					| 
							
							
								 Zheng_Bicheng | 4ffcfbe726 | [Backend] Add RKNPU2 backend support  (#456) * 10-29/14:05
* 新增cmake
* 新增rknpu2 backend
* 10-29/14:43
* Runtime fd_type新增RKNPU代码
* 10-29/15:02
* 新增ppseg RKNPU2推理代码
* 10-29/15:46
* 新增ppseg RKNPU2 cpp example代码
* 10-29/15:51
* 新增README文档
* 10-29/15:51
* 按照要求修改部分注释以及变量名称
* 10-29/15:51
* 修复重命名之后,cc文件中的部分代码还用旧函数名的bug
* 10-29/22:32
* str(Device::NPU)将输出NPU而不是UNKOWN
* 修改runtime文件中的注释格式
* 新增Building Summary ENABLE_RKNPU2_BACKEND输出
* pybind新增支持rknpu2
* 新增python编译选项
* 新增PPSeg Python代码
* 新增以及更新各种文档
* 10-30/14:11
* 尝试修复编译cuda时产生的错误
* 10-30/19:27
* 修改CpuName和CoreMask层级
* 修改ppseg rknn推理层级
* 图片将移动到网络进行下载
* 10-30/19:39
* 更新文档
* 10-30/19:39
* 更新文档
* 更新ppseg rknpu2 example中的函数命名方式
* 更新ppseg rknpu2 example为一个cc文件
* 修复disable_normalize_and_permute部分的逻辑错误
* 移除rknpu2初始化时的无用参数
* 10-30/19:39
* 尝试重置python代码
* 10-30/10:16
* rknpu2_config.h文件不再包含rknn_api头文件防止出现导入错误的问题
* 10-31/14:31
* 修改pybind,支持最新的rknpu2 backends
* 再次支持ppseg python推理
* 移动cpuname 和 coremask的层级
* 10-31/15:35
* 尝试修复rknpu2导入错误
* 10-31/19:00
* 新增RKNPU2模型导出代码以及其对应的文档
* 更新大量文档错误
* 10-31/19:00
* 现在编译完fastdeploy仓库后无需重新设置RKNN2_TARGET_SOC
* 10-31/19:26
* 修改部分错误文档
* 10-31/19:26
* 修复错误删除的部分
* 修复各种错误文档
* 修复FastDeploy.cmake在设置RKNN2_TARGET_SOC错误时,提示错误的信息
* 修复rknpu2_backend.cc中存在的中文注释
* 10-31/20:45
* 删除无用的注释
* 10-31/20:45
* 按照要求修改Device::NPU为Device::RKNPU,硬件将共用valid_hardware_backends
* 删除无用注释以及debug代码
* 11-01/09:45
* 更新变量命名方式
* 11-01/10:16
* 修改部分文档,修改函数命名方式
Co-authored-by: Jason <jiangjiajun@baidu.com> | 2022-11-01 11:14:05 +08:00 |  | 
			
				
					| 
							
							
								 huangjianhui | b565c15bf7 | [Model] Add tinypose single && pipeline model (#177) * Add tinypose model
* Add PPTinypose python API
* Fix picodet preprocess bug && Add Tinypose examples
* Update tinypose example code
* Update ppseg preprocess if condition
* Update ppseg backend support type
* Update permute.h
* Update README.md
* Update code with comments
* Move files dir
* Delete premute.cc
* Add single model pptinypose
* Delete pptinypose old code in ppdet
* Code format
* Add ppdet + pptinypose pipeline model
* Fix bug for posedetpipeline
* Change Frontend to ModelFormat
* Change Frontend to ModelFormat in __init__.py
* Add python posedetpipeline/
* Update pptinypose example dir name
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create keypointdetection_result.md
* Create README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Fix det_keypoint_unite_infer.py bug
* Create README.md
* Update PP-Tinypose by comment
* Update by comment
* Add pipeline directory
* Add pptinypose dir
* Update pptinypose to align accuracy
* Addd warpAffine processor
* Update GetCpuMat to  GetOpenCVMat
* Add comment for pptinypose && pipline
* Update docs/main_page.md
* Add README.md for pptinypose
* Add README for det_keypoint_unite
* Remove ENABLE_PIPELINE option
* Remove ENABLE_PIPELINE option
* Change pptinypose default backend
* PP-TinyPose Pipeline support multi PP-Detection models
* Update pp-tinypose comment
* Update by comments
* Add single test example
Co-authored-by: Jason <jiangjiajun@baidu.com> | 2022-10-21 09:28:23 +08:00 |  | 
			
				
					| 
							
							
								 Jason | 2d3e61582d | Rename pybind/fastdeploy_runtime.cc to pybind/runtime.cc (#273) * fix yaml
* Rename pybind/fastdeploy_runtime.cc to runtime.cc | 2022-09-23 11:16:02 +08:00 |  | 
			
				
					| 
							
							
								 Jason | e227c5625e | Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat (#263) rename frontend to model_format | 2022-09-22 13:24:05 +08:00 |  | 
			
				
					| 
							
							
								 heliqi | a8e447f225 | yolov5 servitization optimization (#262) * yolov5 split pre and post process
* yolov5 postprocess
* yolov5 postprocess | 2022-09-21 18:22:39 +08:00 |  | 
			
				
					| 
							
							
								 Jason | addce837bc | Add paddlelite backend support (#260) * Add paddlelite backend support
* Update CMakeLists.txt
* Update __init__.py | 2022-09-21 13:22:34 +08:00 |  | 
			
				
					| 
							
							
								 Jason | 74f1143aba | Support disable logging information (#254) * Support disable logging information
* Support disable logging information | 2022-09-20 15:44:10 +08:00 |  | 
			
				
					| 
							
							
								 Jason | 68523be411 | Modify file structure to separate python and cpp code (#223) Modify code structure | 2022-09-14 15:44:13 +08:00 |  |