Skip to content

Commit

Permalink
Fix some spelling (cvat-ai#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov authored and Chris Lee-Messer committed Mar 5, 2020
1 parent 68580fc commit 5af7ef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cvat/apps/engine/static/engine/js/userConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Config {

switch_occluded_property: {
value: 'q,/'.split(','),
view_value: 'Q or Num Devision',
view_value: 'Q or Num Division',
description: 'switch occluded property for active shape',
},

Expand Down Expand Up @@ -67,7 +67,7 @@ class Config {
change_shape_color: {
value: 'enter',
view_value: 'Enter',
description: 'change color for highligted shape',
description: 'change color for highlighted shape',
},

change_player_brightness: {
Expand Down Expand Up @@ -211,7 +211,7 @@ class Config {
switch_paste: {
value: 'ctrl+v',
view_value: 'Ctrl + V',
description: 'swich paste mode',
description: 'switch paste mode',
},

switch_aam_mode: {
Expand Down Expand Up @@ -332,7 +332,7 @@ class Config {

reset_zoom: {
value: 'false',
description: 'reset frame zoom when move beetween the frames',
description: 'reset frame zoom when move between the frames',
},

enable_auto_save: {
Expand Down
4 changes: 2 additions & 2 deletions cvat/apps/engine/templates/engine/annotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
*[type="polygon"] - only polygon objects <br>
car[occluded="true"] - only occluded cars <br>
*[lock!="true"] - only unlocked tracks <br>
person[attr/age>="25" and attr/age<="35"] - persons with age (number) beetween [25,40] years <br>
person[attr/age>="25" and attr/age<="35"] - persons with age (number) between [25,40] years <br>
car[attr/parked="true"] - only parked cars <br>
person[attr/race="asian"] | car[attr/model="bmw"] - asians and BMW cars <br>
face[attr/glass="sunglass" or attr/glass="no"] - faces with sunglass or without glass <br>
face[attr/glass="sunglasses" or attr/glass="no"] - faces with sunglasses or without glass <br>
*[attr/*="__undefined__"] - any tracks with any unlabeled attributes <br>
*[width<300 or height<300] - shapes with height or width less than 300px <br>
person[width>300 and height<200] - person shapes with width > 300px and height < 200px <br>
Expand Down

0 comments on commit 5af7ef1

Please sign in to comment.