Labels: Update labels.yml for better results

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-13 04:43:30 +01:00
parent becfc3e051
commit ae4295e387
2 changed files with 127 additions and 25 deletions

View file

@ -114,12 +114,36 @@ rapeseed:
- rapeseed - rapeseed
- buttercup - buttercup
fashion:
label: fashion
priority: -1
category:
- person
- people
- face
sock:
see: fashion
sweatshirt:
see: fashion
suit:
see: fashion
bow tie:
see: fashion
belt:
see: fashion
stole: stole:
label: fashion label: fashion
threshold: 0.5 threshold: 0.5
priority: -1 priority: -1
quilt: quilt:
label: fashion
threshold: 0.5 threshold: 0.5
priority: -1 priority: -1
@ -153,7 +177,7 @@ shower curtain:
threshold: 0.6 threshold: 0.6
windsor tie: windsor tie:
priority: -1 see: fashion
chainlink fence: chainlink fence:
label: fence label: fence
@ -931,9 +955,9 @@ red-backed sandpiper:
- bird - bird
redshank: redshank:
label: plant
categories: categories:
- animal - nature
- bird
dowitcher: dowitcher:
categories: categories:
@ -1958,6 +1982,7 @@ instrument:
categories: categories:
- instrument - instrument
- music - music
- entertainment
accordion: accordion:
see: instrument see: instrument
@ -2036,7 +2061,7 @@ barn:
- building - building
bassoon: bassoon:
see: instrument label: entertainment
bathing cap: bathing cap:
categories: categories:
@ -2122,8 +2147,8 @@ breakwater:
- see - see
bullet train: bullet train:
label: train
categories: categories:
- train
- travel - travel
butcher shop: butcher shop:
@ -2489,6 +2514,8 @@ home theater:
label: television label: television
honeycomb: honeycomb:
priority: -1
threshold: 0.3
categories: categories:
- honey - honey
- bee - bee
@ -2602,6 +2629,7 @@ microwave:
minibus: minibus:
categories: categories:
- car - car
- auto
minivan: minivan:
categories: categories:
@ -2626,7 +2654,9 @@ monastery:
- building - building
monitor: monitor:
label: display
categories: categories:
- monitor
- computer - computer
mosque: mosque:
@ -2637,6 +2667,7 @@ mosque:
- architecture - architecture
mountain bike: mountain bike:
threshold: 0.3
categories: categories:
- bycicle - bycicle
- sports - sports
@ -2687,15 +2718,15 @@ organ:
see: instrument see: instrument
oxcart: oxcart:
label: cart
categories: categories:
- plane - cattle
- aircraft - cow
paddle: paddle:
threshold: 0.3
categories: categories:
- sport - sports
- water
- sea
paddlewheel: paddlewheel:
categories: categories:
@ -2721,9 +2752,7 @@ panpipe:
see: instrument see: instrument
paper towel: paper towel:
categories: label: paper
- kitchen
- cleaning
parachute: parachute:
categories: categories:
@ -2743,10 +2772,10 @@ pencil sharpener:
- drawing - drawing
petri dish: petri dish:
label: dish
categories: categories:
- laboratory - cup
- science - bowl
- research
photocopier: photocopier:
categories: categories:
@ -2772,9 +2801,10 @@ piggy bank:
- money - money
pill bottle: pill bottle:
label: bottle
categories: categories:
- pills - mug
- medicine - cup
pillow: pillow:
threshold: 0.5 threshold: 0.5
@ -2856,6 +2886,7 @@ refrigerator:
restaurant: restaurant:
categories: categories:
- food - food
- lunch
revolver: revolver:
categories: categories:
@ -2902,7 +2933,9 @@ sax:
school bus: school bus:
categories: categories:
- bus
- car - car
- auto
schooner: schooner:
categories: categories:
@ -3098,8 +3131,10 @@ triumphal arch:
- arch - arch
trolleybus: trolleybus:
label: bus
categories: categories:
- bus - car
- auto
trombone: trombone:
see: instrument see: instrument
@ -3257,6 +3292,8 @@ head cabbage:
- vegetables - vegetables
broccoli: broccoli:
priority: -1
threshold: 0.3
categories: categories:
- food - food
- vegetables - vegetables
@ -3440,8 +3477,10 @@ yellow lady's slipper:
- shoe - shoe
corn: corn:
label: food
categories: categories:
- food - corn
- lunch
- vegetable - vegetable
acorn: acorn:
@ -3491,7 +3530,8 @@ knee pad:
priority: -2 priority: -2
knot: knot:
threshold: 0.6 priority: -1
threshold: 0.7
arabian camel: arabian camel:
label: camel label: camel
@ -3564,8 +3604,7 @@ packet:
priority: 1 priority: 1
swing: swing:
label: Cosy label: cosy
priority: 1
categories: categories:
- outdoor - outdoor
- furniture - furniture
@ -3573,7 +3612,6 @@ swing:
web site: web site:
label: info label: info
categories: categories:
- sign
- screenshot - screenshot
crossword puzzle: crossword puzzle:
@ -3593,3 +3631,67 @@ chain mail:
pinwheel: pinwheel:
threshold: 0.5 threshold: 0.5
bearskin:
priority: -1
threshold: 0.3
ballplayer:
label: person
crutch:
priority: -1
threshold: 0.3
mousetrap:
priority: -1
threshold: 0.3
band aid:
label: person
threshold: 0.3
face:
label: face
category:
- person
- people
oxygen mask:
see: face
wig:
see: face
ski mask:
see: face
heritage:
label: people
category:
- person
- face
safety pin:
priority: -1
threshold: 0.3
beaker:
label: cup
categories:
- kitchen
- coffee
- tea
vestment:
label: uniform
category:
- military
bassinet:
label: baby
category:
- person
- child
- people
- face

View file

@ -6,7 +6,7 @@
<span v-if="fileName">Importing {{fileName}}...</span> <span v-if="fileName">Importing {{fileName}}...</span>
<span v-else-if="busy">Importing files from directory...</span> <span v-else-if="busy">Importing files from directory...</span>
<span v-else-if="completed">Done.</span> <span v-else-if="completed">Done.</span>
<span v-else>Press button to import photos from directory...</span> <span v-else>Press button to move and index photos from import directory...</span>
</p> </p>
<v-progress-linear color="secondary-dark" :value="completed" :indeterminate="busy"></v-progress-linear> <v-progress-linear color="secondary-dark" :value="completed" :indeterminate="busy"></v-progress-linear>