feat: swinv2-tiny v3
Browse files
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/
|
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 |
# 数据集路径
|