mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-30 03:22:05 +08:00 
			
		
		
		
	 1c115bb237
			
		
	
	1c115bb237
	
	
	
		
			
			* cpp example run success * add landmarks * fix reviewed problem * add pybind * add readme in examples * fix reviewed problem * new file: tests/models/test_centerface.py * fix reviewed problem 230202
添加模型单测
所有模型统一使用runtime_config.py中的RuntimeOption进行配置
import runtime_config as rc
model = fd.vision.XXX(..., runtime_option=rc.test_option)
验证For循环跑2+次与Baseline结果符合预期