EasyPR 1.1 change

1.3
Fenix 10 years ago
parent 4269b06a0c
commit a3643fde79

@ -88,8 +88,10 @@
<ClCompile Include="src\test\accuracy_test.cpp" />
<ClCompile Include="src\train\ann_train.cpp" />
<ClCompile Include="src\train\svm_train.cpp" />
<ClCompile Include="src\util\deface.cpp" />
<ClCompile Include="src\util\general_test_prepare.cpp" />
<ClCompile Include="src\util\mc_data_prepare.cpp" />
<ClCompile Include="src\main\main.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\test\test.cpp" />
<ClCompile Include="src\core\plate_detect.cpp" />
<ClCompile Include="src\core\plate_judge.cpp" />

@ -26,9 +26,6 @@
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main\main.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\util\util.cpp">
<Filter>源文件</Filter>
</ClCompile>
@ -62,16 +59,25 @@
<ClCompile Include="src\core\features.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\train\svm_train.cpp">
<ClCompile Include="src\test\test.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\train\ann_train.cpp">
<ClCompile Include="src\test\accuracy_test.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\test\test.cpp">
<ClCompile Include="src\util\general_test_prepare.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\test\accuracy_test.cpp">
<ClCompile Include="src\util\deface.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\main.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\train\ann_train.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="src\train\svm_train.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

@ -0,0 +1,10 @@
1.general_test存放通用测试数据集GDTS的文件夹EasyPR的开发者会依照这里的图片来判断EasyPR新算法的改进性。其他开发者也可以通过这个测试集测试自己
修改的程序在通用图片集上的表现。一般来说这个数据集的里的效果表现是低于下面的native_test的。如果你愿意贡献你的图片希望EasyPR也可以在你的数据集上表现
良好你可以跟我们联系捐赠10-30张图片给我们。我们会对这些图片进行隐私化处理然后增加到GDTS里。如果你发现你修改后的算法在GDTS里表现的比EasyPR的更好并且
你愿意把代码贡献出来我们非常欢迎你可以跟我们联系。你可以通过启动EasyPR->2.通用测试->2.general_test来测试EasyPR在通用数据集上的效果表现。
2.native_test存放使用者特定图片数据集的地方。把你特定环境下的图片放到这里进行测试跟GDTS分开。由于你希望EasyPR只在你的数据集下表现良好那么你可以只把你的数据
放到native_test文件夹下把里面原有的文件删除然后运行测试。你既可以改善识别算法也可以通过EasyPR的训练功能对你的数据集进行训练然后用训练好的模型替代EasyPR
的模型这样的模型比EasyPR的模型对你的数据适应性更好。你可以通过启动EasyPR->2.通用测试->2.native_test来测试你的效果表现。
3.tmp文件夹存放EasyPR处理过程的中间图片用于调试使用。

@ -0,0 +1,2 @@
EasyPR里的image文件夹下的图片仅用作学习与研究之用。尽管EasyPR遵循的是商业友好的开源协议Acache2.0,但那个协议仅适用于代码文件。
这些图片是用来测试EasyPR的效果与指标的仅仅用于开源学习目的任何商业化的使用这些数据例如出卖数据或者将这些数据作为产品的附赠都是不允许的

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save