Ver código fonte

feat: 更新测试模型输入路径,支持新的数据文件位置

zhch158_admin 1 mês atrás
pai
commit
642d722193
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      zhch/test_single_model.py

+ 2 - 1
zhch/test_single_model.py

@@ -89,6 +89,7 @@ if __name__ == "__main__":
         output_path.mkdir(parents=True, exist_ok=True)
 
         test_single_model(model_name=model_name, 
-                          input_path="sample_data/300674-母公司现金流量表-扫描.png", 
+                        #   input_path="sample_data/300674-母公司现金流量表-扫描.png", 
+                          input_path="/Users/zhch158/workspace/data/流水分析/B用户_扫描流水/data_PPStructureV3_Results/B用户_扫描流水/B用户_扫描流水_page_002.png", 
                           output_path=output_path.as_posix())
         print("\n" + "="*50 + "\n")