yolo12138 commited on
Commit
e42b155
·
1 Parent(s): cdea5b9

feat: swinv2-tiny v3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from core.chessboard_detector import ChessboardDetector
6
  detector = ChessboardDetector(
7
  det_model_path="onnx/det/v1.onnx",
8
  pose_model_path="onnx/pose/4_v2.onnx",
9
- full_classifier_model_path="onnx/layout_recognition/v2.onnx"
10
  )
11
 
12
  # 数据集路径
 
6
  detector = ChessboardDetector(
7
  det_model_path="onnx/det/v1.onnx",
8
  pose_model_path="onnx/pose/4_v2.onnx",
9
+ full_classifier_model_path="onnx/layout_recognition/v3.onnx"
10
  )
11
 
12
  # 数据集路径