Commit 2f2f236b LN

扫码算法更新

1 个父辈 828e1703
此文件类型无法预览
此文件类型无法预览
此文件类型无法预览
...@@ -5,8 +5,8 @@ subdivisions=1 ...@@ -5,8 +5,8 @@ subdivisions=1
# Training # Training
# batch=64 # batch=64
# subdivisions=64 # subdivisions=64
width=608 width=960
height=608 height=960
channels=3 channels=3
momentum=0.9 momentum=0.9
decay=0.0005 decay=0.0005
......
此文件太大,无法显示。
...@@ -5,8 +5,8 @@ subdivisions=1 ...@@ -5,8 +5,8 @@ subdivisions=1
# Training # Training
# batch=64 # batch=64
# subdivisions=64 # subdivisions=64
width=608 width=960
height=608 height=960
channels=3 channels=3
momentum=0.9 momentum=0.9
decay=0.0005 decay=0.0005
......
...@@ -44,6 +44,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -44,6 +44,7 @@ namespace OnlineStore.DeviceLibrary
LoadCamera(false); LoadCamera(false);
CodeLibrary.HDCodeLearnHelper.LoadConfig("", codeStr); CodeLibrary.HDCodeLearnHelper.LoadConfig("", codeStr);
CodeLibrary.EyemDecode.InitModel();
} }
catch (Exception ex) catch (Exception ex)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!