Skip to content

Commit

Permalink
update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Apr 2, 2024
1 parent ee80bcb commit b5faabf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
description="Split Images to 'train' and 'val' datasets with the given coefficient. By default split size is set to 0.8, it means that 80% of data will be placed to 'train' dataset. If set to 0, all images will be placed to 'val' dataset.">
<el-slider v-model="state.trainSplitCoef" :min="0" :max="1" :step="0.1" show-input></el-slider>
</sly-field>
<sly-field>
<el-checkbox class="ml10 mt10" v-model="state.addPrefixToImages">Add the `dataset_id` prefix to image names (useful if you have the same image names in different datasets)</el-checkbox>
<sly-field title="Add Prefix to Images"
description="Can be useful if you have several datasets with the same image names.">
<el-checkbox class="ml10 mt10" v-model="state.addPrefixToImages">Add the `dataset_id` prefix to image names</el-checkbox>
</sly-field>
</div>

0 comments on commit b5faabf

Please sign in to comment.