zeke-chin hace 2 años
padre
commit
cff3ce9e23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server.py

+ 1 - 1
server.py

@@ -31,7 +31,7 @@ if os.getenv('USE_CUDA') == 'gpu':
 print(f'use gpu: {use_gpu}')
 
 # 初始化模型
-table_engine = PPStructure(layout=False, table=True, show_log=True, table_model_dir="/Users/sxkj/opt/python-workspace/yili-ocr/ocr-table/table_ocr_infer")
+table_engine = PPStructure(layout=False, table=True, show_log=True, table_model_dir="./tabel_ocr_infer")
 
 
 class TableInfo(BaseModel):