Merge pull request #1297 from Intsigstephon/release/2.2

fix a wrongly written of faq
pull/1403/head
Bin Lu 2021-10-12 11:14:31 +08:00 committed by GitHub
commit de6112a817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
### Q1.1: 目前使用的主体检测模型检测在某些场景中会有误检?
**A**目前的主体检测模型训练时使用了COCO、Object365、RPC、LogoDet等公开数据集如果被检测数据是类似工业质检等常见类别差异较大的数据,需要基于目前的检测模型重新微调训练。
**A**目前的主体检测模型训练时使用了COCO、Object365、RPC、LogoDet等公开数据集如果被检测数据是类似工业质检等常见类别差异较大的数据,需要基于目前的检测模型重新微调训练。
### Q1.2: 添加图片后建索引报`assert text_num >= 2`错?