mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	 95036392e7
			
		
	
	95036392e7
	
	
	
		
			
			* add ocr serving example * 1 1 * Add files via upload * Update README.md * Delete ocr_pipeline.png * Add files via upload * Delete ocr_pipeline.png * Add files via upload * 1 1 * 1 1 * Update README.md * 1 1 * fix codestyle * fix codestyle Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: heliqi <1101791222@qq.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			374 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			374 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| name: "cls_postprocess"
 | |
| backend: "python"
 | |
| max_batch_size: 128
 | |
| input [
 | |
|   {
 | |
|     name: "POST_INPUT_0"
 | |
|     data_type: TYPE_FP32
 | |
|     dims: [ 2 ]
 | |
|   }
 | |
| ]
 | |
| 
 | |
| output [
 | |
|   {
 | |
|     name: "POST_OUTPUT_0"
 | |
|     data_type: TYPE_INT32
 | |
|     dims: [ 1 ]
 | |
|   },
 | |
|   {
 | |
|     name: "POST_OUTPUT_1"
 | |
|     data_type: TYPE_FP32
 | |
|     dims: [ 1 ]
 | |
|   }
 | |
| ]
 | |
| 
 | |
| instance_group [
 | |
|   {
 | |
|       count: 1
 | |
|       kind: KIND_CPU
 | |
|   }
 | |
| ]
 |