frontveg 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- frontveg/_version.py +2 -2
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/METADATA +5 -1
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/RECORD +7 -7
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/WHEEL +0 -0
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/entry_points.txt +0 -0
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/licenses/LICENSE +0 -0
- {frontveg-0.3.0.dist-info → frontveg-0.3.1.dist-info}/top_level.txt +0 -0
frontveg/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: frontveg
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.1
|
4
4
|
Summary: Segmentation of vegetation located to close to camera
|
5
5
|
Author: Herearii Metuarea
|
6
6
|
Author-email: herearii.metuarea@univ-angers.fr
|
@@ -120,6 +120,10 @@ To install latest development version :
|
|
120
120
|
|
121
121
|
This plugin is a tool to perform image inference. This plugin contained two steps of image processing. First, from RGB image, an depth map is estimated and then thresholded to detect foreground and background in image. Second, grounding dino model detect foliage in foreground. The output is a binary mask where white colour are associated to foliage in foreground.
|
122
122
|
|
123
|
+
The plugin is applicable to images of trellised plants; in this configuration, it has been applied to images of pome fruit trees (apple), stone fruit trees (abricot) and climbing plants (grapevine).
|
124
|
+
|
125
|
+

|
126
|
+
|
123
127
|
## Contact
|
124
128
|
|
125
129
|
Imhorphen team, bioimaging research group
|
@@ -1,13 +1,13 @@
|
|
1
1
|
frontveg/__init__.py,sha256=m4oqJTxKFurizNLN-4HNrqF-hvjQkdyLMbIULtTd1NA,179
|
2
|
-
frontveg/_version.py,sha256=
|
2
|
+
frontveg/_version.py,sha256=gG08SjJvX2cJ2YdT5PgQvud2S-94ld2x7DUrEHHE3HM,532
|
3
3
|
frontveg/_widget.py,sha256=eZS0gv2f8NjMzskHFF0J_zscBWPVstqIQaSXIFhJOG4,5389
|
4
4
|
frontveg/napari.yaml,sha256=33HxiAA2If2tjogtnkb5PYfeR8bXLxW4uWKV88kDYKQ,511
|
5
5
|
frontveg/utils.py,sha256=3t011wr99KhJ4nW-lRYXoFLjZu_DULQOPcoXAlEKEK0,3214
|
6
6
|
frontveg/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
frontveg/_tests/test_widget.py,sha256=jaFBX-JpnaRHDvQvU6QbUhOiL6Aejn2yljq11yl3hmY,2265
|
8
|
-
frontveg-0.3.
|
9
|
-
frontveg-0.3.
|
10
|
-
frontveg-0.3.
|
11
|
-
frontveg-0.3.
|
12
|
-
frontveg-0.3.
|
13
|
-
frontveg-0.3.
|
8
|
+
frontveg-0.3.1.dist-info/licenses/LICENSE,sha256=2qUWKx6xVq9efOuuI6lxeftgMSY2njkm5Qy4HXLRQgA,1520
|
9
|
+
frontveg-0.3.1.dist-info/METADATA,sha256=Ot0rsZ1JpWii0hI7sVQJUTKUPsAh0cbPPkBfpymu1KA,8271
|
10
|
+
frontveg-0.3.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
11
|
+
frontveg-0.3.1.dist-info/entry_points.txt,sha256=VMaRha_yYtIcJAdA0suCmR0of0MZJfUaUn2aKSYtR0I,50
|
12
|
+
frontveg-0.3.1.dist-info/top_level.txt,sha256=skkajXDCaVFNYqsXXqsUv6fqlA6Pl-2cLwKJO52ldBI,9
|
13
|
+
frontveg-0.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|