jiangjiajun 
							
						 
					 
					
						
						
							
						
						35433ae2ce 
					 
					
						
						
							
							fix inputs/outputs order of openvino backend  
						
						
						
						
					 
					
						2022-09-08 05:29:51 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Zhou 
							
						 
					 
					
						
						
							
						
						2bd0c6bc1d 
					 
					
						
						
							
							Add openvino backend for windows ( #196 )  
						
						... 
						
						
						
						* Add InitTensorInfo for openvino
* update openvino source dir
* add openvino windows compile
* Add windows ExternalProject_Add
* Cp 3rdparty dir of openvino to installdir in windows
Co-authored-by: Jason <jiangjiajun@baidu.com > 
						
						
					 
					
						2022-09-07 16:13:59 +08:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
						
						e09ac18a7d 
					 
					
						
						
							
							Fix directly visit member of FDTensor ( #193 )  
						
						... 
						
						
						
						* optimize tensorrt usage
* format code
* fix input shape error for onnx model
* Remove some code directly visit FDTensor member (#192 )
remove some code directly visit FDTensor member
* fix directly visit member of FDTensor
Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com > 
						
						
					 
					
						2022-09-06 11:12:02 +08:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
						
						969531dcc8 
					 
					
						
						
							
							Optimize TensorRT backend to support rebuild engine ( #189 )  
						
						... 
						
						
						
						* optimize tensorrt usage
* format code
* fix input shape error for onnx model
Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com > 
						
						
					 
					
						2022-09-06 10:53:05 +08:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
						
						737b62a2ba 
					 
					
						
						
							
							Remove tensorrt/common codes ( #171 )  
						
						
						
						
					 
					
						2022-08-29 19:21:18 +08:00 
						 
				 
			
				
					
						
							
							
								yunyaoXYY 
							
						 
					 
					
						
						
							
						
						d96e98cd4d 
					 
					
						
						
							
							Add PaddleOCRv3 & PaddleOCRv2 Support ( #139 )  
						
						... 
						
						
						
						* Add PaddleOCR Support
* Add PaddleOCR Support
* Add PaddleOCRv3 Support
* Add PaddleOCRv3 Support
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add PaddleOCRv3 Support
* Add PaddleOCRv3 Supports
* Add PaddleOCRv3 Suport
* Fix Rec diff
* Remove useless functions
* Remove useless comments
* Add PaddleOCRv2 Support 
						
						
					 
					
						2022-08-27 15:09:30 +08:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
						
						cf4afa4220 
					 
					
						
						
							
							Add OpenVINO backend support ( #148 )  
						
						... 
						
						
						
						* Add OpenVINO backend support
* fix pybind
* fix python library path 
						
						
					 
					
						2022-08-24 16:22:38 +08:00 
						 
				 
			
				
					
						
							
							
								WJJ1995 
							
						 
					 
					
						
						
							
						
						ac88f640aa 
					 
					
						
						
							
							Fixed TRT Init bug ( #127 )  
						
						... 
						
						
						
						fixed TRT Init bug 
						
						
					 
					
						2022-08-18 13:02:51 +08:00 
						 
				 
			
				
					
						
							
							
								jiangjiajun 
							
						 
					 
					
						
						
							
						
						b00e421b40 
					 
					
						
						
							
							fix FDASSERT in paddle backend  
						
						
						
						
					 
					
						2022-08-17 07:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								jiangjiajun 
							
						 
					 
					
						
						
							
						
						e623a7b6de 
					 
					
						
						
							
							Fix FDASSERT in tensorrt backend  
						
						
						
						
					 
					
						2022-08-17 05:57:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Zhou 
							
						 
					 
					
						
						
							
						
						13a3d6f9f5 
					 
					
						
						
							
							Upgrade FDASSERT string format ( #121 )  
						
						... 
						
						
						
						* upgrade FDASSERT
* Add c_str() for reduce
* upgrade FDASSERT flag
* upgrade flags
* upgrade lu
* fix tests cmake
* Fix pybind FDASSERT 
						
						
					 
					
						2022-08-17 10:03:41 +08:00 
						 
				 
			
				
					
						
							
							
								huangjianhui 
							
						 
					 
					
						
						
							
						
						32047016d6 
					 
					
						
						
							
							Update evaluation function to support  calculate average inference time ( #106 )  
						
						... 
						
						
						
						* 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
Co-authored-by: Jason <jiangjiajun@baidu.com > 
						
						
					 
					
						2022-08-12 17:42:09 +08:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
						
						3e01118d01 
					 
					
						
						
							
							Validate all backends for detection models and add demo code & docs ( #94 )  
						
						... 
						
						
						
						* Validate all backends for detection models and add demo code and doc
* Delete .README.md.swp 
						
						
					 
					
						2022-08-11 10:03:53 +08:00 
						 
				 
			
				
					
						
							
							
								jiangjiajun 
							
						 
					 
					
						
						
							
						
						72eb130193 
					 
					
						
						
							
							add csrc code  
						
						
						
						
					 
					
						2022-08-10 02:52:36 +00:00