Skip to content

Commit 13b7d6f

Browse files
remove big_weed
1 parent d1ed761 commit 13b7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field_friend/automations/plant_locator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ..vision.zedxmini_camera import StereoCamera
1212
from .plant import Plant
1313

14-
WEED_CATEGORY_NAME = ['coin', 'weed', 'big_weed', 'weedy_area', ]
14+
WEED_CATEGORY_NAME = ['coin', 'weed', 'weedy_area', ]
1515
CROP_CATEGORY_NAME = ['coin_with_hole', 'borrietsch', 'estragon', 'feldsalat', 'garlic', 'jasione', 'kohlrabi', 'liebstoeckel', 'maize', 'minze', 'onion',
1616
'oregano_majoran', 'pastinake', 'petersilie', 'pimpinelle', 'red_beet', 'salatkopf', 'schnittlauch', 'sugar_beet', 'thymian_bohnenkraut', 'zitronenmelisse', ]
1717
MINIMUM_CROP_CONFIDENCE = 0.3

0 commit comments

Comments
 (0)