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

feat: swinv2-tiny

Browse files
Files changed (2) hide show
  1. HISTORY.md +4 -0
  2. app.py +1 -1
HISTORY.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ### 2024-12-28
2
 
3
  1. 使用 4 个关键点检测
 
1
+ ### 2025-01-05
2
+
3
+ 1. 使用 swinv2 tiny 模型
4
+
5
  ### 2024-12-28
6
 
7
  1. 使用 4 个关键点检测
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/v1.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/v2.onnx"
10
  )
11
 
12
  # 数据集路径