-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(readme): 更新AI/ML功能和改进模型检测精度更新README以反映AI/ML功能的最新进展,包括模型在检测拼图时的改进。
修正了代码中的一个小错误,并整理了TODO列表的格式。fix(yolov8_detector):修正检测框类别名称的赋值逻辑 确保在yolov8_detector.dart中为检测框正确分配类别名称。 调整了条件运算符以避免潜在的空值。 refactor(yolov8_input):调整导入路径 重构yolov8_input.dart中的导入语句,以符合项目结构。 refactor(yolov8_output):调整导入路径 重构yolov8_output.dart中的导入语句,以符合项目结构。
- Loading branch information
Showing
5 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import '../predictor.dart'; | ||
import 'package:sudoku/ml/predictor.dart'; | ||
|
||
/** | ||
* OUTPUT | ||
|