Przeglądaj źródła

feat: 更新测试模型输入路径,调整为新的样本图像

zhch158_admin 2 tygodni temu
rodzic
commit
6386f55ad1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      zhch/test_single_model.py

+ 1 - 1
zhch/test_single_model.py

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