Fix some spelling (#897)

main
Maksim Markelov 6 years ago committed by Nikita Manovich
parent 0e7845a1e6
commit dc7bfa9b12

@ -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',
},
@ -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: {
@ -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: {
@ -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: {

@ -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>

Loading…
Cancel
Save