"tests/pytorch/vscode:/vscode.git/clone" did not exist on "fe851fbc27e4aebbbf1bd39b8538fc8807504bc9"
Commit 8676c132 authored by sunxx1's avatar sunxx1
Browse files

修改readme

parent 97243508
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="a7463d5e-56c1-4550-97b1-caeee94813e7" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2O8fG7pUnjFksDAziFl79aFZN4S" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"nodejs_package_manager_path": "npm"
}
}]]></component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="a7463d5e-56c1-4550-97b1-caeee94813e7" name="Changes" comment="" />
<created>1680947036467</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1680947036467</updated>
<workItem from="1680947038074" duration="613000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project>
\ No newline at end of file
...@@ -35,13 +35,17 @@ DBNet 模型网络结构主要分为 3 个模块: ...@@ -35,13 +35,17 @@ DBNet 模型网络结构主要分为 3 个模块:
./run.sh ./run.sh
## 性能和准确率数据 ## 精度数据
测试数据使用的是icdar2015数据集,使用的加速卡是DCU Z100L。 测试数据使用的是icdar2015数据集,使用的加速卡是DCU Z100L。
| 卡数 | 性能 | 精度 | | 卡数 | 精度 |
| :--: | :--------------: | :-----------------------------------: | | :--: | :-----------------------------------: |
| 1 | 22.9 samples/sec | recall: 0.767070, precision: 0.894410 | | 1 | recall: 0.767070, precision: 0.894410 |
### 历史版本
https://developer.hpccube.com/codes/modelzoo/dbnet
### 参考 ### 参考
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment