Merge remote-tracking branch 'origin/bonus-ai' into bonus-ai
This commit is contained in:
commit
7a5281e45b
|
|
@ -9,8 +9,8 @@
|
|||
<el-radio label="active">主动学习</el-radio>
|
||||
<el-radio label="pre">预学习</el-radio>
|
||||
</el-radio-group>
|
||||
<p class="description" v-if="form.learningType === 'active'">
|
||||
{{ form.learningType === 'active' ? '系统将自动使用半监督学习,通过深度学习等多种手段进行智能标注,使用人工标注进行优化' : ''}}。
|
||||
<p class="description">
|
||||
{{ form.learningType === 'active' ? '系统将自动使用半监督学习,通过深度学习等多种手段进行智能标注,使用人工标注进行优化' : '选择用户智能标注服务里面的服务,选择服务时需要注意服务关联的模型类型和数据集的标注类型相匹配'}}。
|
||||
</p>
|
||||
</el-form-item>
|
||||
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
:closable="false"
|
||||
show-icon
|
||||
>
|
||||
启动自动标注时,需数据中存在至少2个种标签,且每种标签的图片不少于5张。
|
||||
启动自动标注时,需数据中存在至少1种标签。当前自动标注只支持标注矩形框。
|
||||
</el-alert>
|
||||
</el-form>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
|
|
|
|||
Loading…
Reference in New Issue