Datasets:
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
visual-grounding
referring-expression-comprehension
referring-expression-segmentation
agriculture
benchmark
mlcroissant
License:
Add files using upload-large-folder tool
Browse files- CITATION.cff +17 -0
- LICENSE +396 -0
- NOTICE +18 -0
- README.md +184 -3
- croissant.json +211 -0
- source_licenses.json +213 -0
- t1/annotations/dropped_ids.txt +0 -0
- t1/annotations/final_audit_table.csv +0 -0
- t1/annotations/final_stats.json +53 -0
- t1/annotations/kept_ids.txt +0 -0
- t1/annotations/policy.json +8 -0
- t1/annotations/split_stats.json +73 -0
- t1/annotations/test.jsonl +0 -0
- t1/queries/queries_dev.jsonl +0 -0
- t1/queries/queries_test.jsonl +0 -0
- t1/queries/query_policy.json +142 -0
- t1/queries/query_stats.json +469 -0
- t2/annotations/dropped_ids.txt +1455 -0
- t2/annotations/final_audit_table.csv +0 -0
- t2/annotations/final_stats.json +71 -0
- t2/annotations/kept_ids.txt +0 -0
- t2/annotations/policy.json +9 -0
- t2/annotations/split_stats.json +129 -0
- t2/annotations/test.jsonl +0 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004412_183109_Cam6_51.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004416_754705_Cam6_52.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004438_278894_Cam6_42.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004612_947488_Cam6_22.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004752_568676_Cam6_11.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004915_998915_Cam6_32.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004946_285290_Cam6_34.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005044_000731_Cam6_24.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005441_910362_Cam6_34.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005446_672459_Cam6_11.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005450_672540_Cam6_24.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005451_624934_Cam6_21.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005507_815767_Cam6_22.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005732_580652_Cam6_52.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005800_581226_Cam6_54.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005812_009959_Cam6_51.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005817_152940_Cam6_63.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T010008_774346_Cam6_42.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T012944_239190_11.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013139_289192_32.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013247_671582_31.png +3 -0
- t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013505_198129_43.png +3 -0
- t2/queries/queries_dev.jsonl +0 -0
- t2/queries/queries_test.jsonl +0 -0
- t2/queries/query_policy.json +40 -0
- t2/queries/query_stats.json +100 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use AgroVG, please cite the accompanying paper and dataset release."
|
| 3 |
+
title: "AgroVG: A Large-Scale Multi-Domain Benchmark for Agricultural Visual Grounding"
|
| 4 |
+
type: dataset
|
| 5 |
+
authors:
|
| 6 |
+
- name: "Anonymous Authors"
|
| 7 |
+
year: 2026
|
| 8 |
+
version: "0.1.0-review"
|
| 9 |
+
abstract: "AgroVG is a benchmark for agricultural visual grounding, including box-set grounding (T1) and query-level mask grounding (T2)."
|
| 10 |
+
license: "CC-BY-4.0"
|
| 11 |
+
url: "https://huggingface.co/datasets/sauryrs/AgroVG"
|
| 12 |
+
keywords:
|
| 13 |
+
- visual grounding
|
| 14 |
+
- referring expression comprehension
|
| 15 |
+
- referring expression segmentation
|
| 16 |
+
- agriculture
|
| 17 |
+
- benchmark
|
LICENSE
ADDED
|
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution 4.0 International Public License
|
| 58 |
+
|
| 59 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 60 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 61 |
+
Attribution 4.0 International Public License ("Public License"). To the
|
| 62 |
+
extent this Public License may be interpreted as a contract, You are
|
| 63 |
+
granted the Licensed Rights in consideration of Your acceptance of
|
| 64 |
+
these terms and conditions, and the Licensor grants You such rights in
|
| 65 |
+
consideration of benefits the Licensor receives from making the
|
| 66 |
+
Licensed Material available under these terms and conditions.
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
Section 1 -- Definitions.
|
| 70 |
+
|
| 71 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 72 |
+
Rights that is derived from or based upon the Licensed Material
|
| 73 |
+
and in which the Licensed Material is translated, altered,
|
| 74 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 75 |
+
permission under the Copyright and Similar Rights held by the
|
| 76 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 77 |
+
Material is a musical work, performance, or sound recording,
|
| 78 |
+
Adapted Material is always produced where the Licensed Material is
|
| 79 |
+
synched in timed relation with a moving image.
|
| 80 |
+
|
| 81 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 82 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 83 |
+
accordance with the terms and conditions of this Public License.
|
| 84 |
+
|
| 85 |
+
c. Copyright and Similar Rights means copyright and/or similar rights
|
| 86 |
+
closely related to copyright including, without limitation,
|
| 87 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 88 |
+
Rights, without regard to how the rights are labeled or
|
| 89 |
+
categorized. For purposes of this Public License, the rights
|
| 90 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 91 |
+
Rights.
|
| 92 |
+
|
| 93 |
+
d. Effective Technological Measures means those measures that, in the
|
| 94 |
+
absence of proper authority, may not be circumvented under laws
|
| 95 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 96 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 97 |
+
agreements.
|
| 98 |
+
|
| 99 |
+
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 100 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 101 |
+
that applies to Your use of the Licensed Material.
|
| 102 |
+
|
| 103 |
+
f. Licensed Material means the artistic or literary work, database,
|
| 104 |
+
or other material to which the Licensor applied this Public
|
| 105 |
+
License.
|
| 106 |
+
|
| 107 |
+
g. Licensed Rights means the rights granted to You subject to the
|
| 108 |
+
terms and conditions of this Public License, which are limited to
|
| 109 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 110 |
+
Licensed Material and that the Licensor has authority to license.
|
| 111 |
+
|
| 112 |
+
h. Licensor means the individual(s) or entity(ies) granting rights
|
| 113 |
+
under this Public License.
|
| 114 |
+
|
| 115 |
+
i. Share means to provide material to the public by any means or
|
| 116 |
+
process that requires permission under the Licensed Rights, such
|
| 117 |
+
as reproduction, public display, public performance, distribution,
|
| 118 |
+
dissemination, communication, or importation, and to make material
|
| 119 |
+
available to the public including in ways that members of the
|
| 120 |
+
public may access the material from a place and at a time
|
| 121 |
+
individually chosen by them.
|
| 122 |
+
|
| 123 |
+
j. Sui Generis Database Rights means rights other than copyright
|
| 124 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 125 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 126 |
+
as amended and/or succeeded, as well as other essentially
|
| 127 |
+
equivalent rights anywhere in the world.
|
| 128 |
+
|
| 129 |
+
k. You means the individual or entity exercising the Licensed Rights
|
| 130 |
+
under this Public License. Your has a corresponding meaning.
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
Section 2 -- Scope.
|
| 134 |
+
|
| 135 |
+
a. License grant.
|
| 136 |
+
|
| 137 |
+
1. Subject to the terms and conditions of this Public License,
|
| 138 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 139 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 140 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 141 |
+
|
| 142 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 143 |
+
in part; and
|
| 144 |
+
|
| 145 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 146 |
+
|
| 147 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 148 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 149 |
+
License does not apply, and You do not need to comply with
|
| 150 |
+
its terms and conditions.
|
| 151 |
+
|
| 152 |
+
3. Term. The term of this Public License is specified in Section
|
| 153 |
+
6(a).
|
| 154 |
+
|
| 155 |
+
4. Media and formats; technical modifications allowed. The
|
| 156 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 157 |
+
all media and formats whether now known or hereafter created,
|
| 158 |
+
and to make technical modifications necessary to do so. The
|
| 159 |
+
Licensor waives and/or agrees not to assert any right or
|
| 160 |
+
authority to forbid You from making technical modifications
|
| 161 |
+
necessary to exercise the Licensed Rights, including
|
| 162 |
+
technical modifications necessary to circumvent Effective
|
| 163 |
+
Technological Measures. For purposes of this Public License,
|
| 164 |
+
simply making modifications authorized by this Section 2(a)
|
| 165 |
+
(4) never produces Adapted Material.
|
| 166 |
+
|
| 167 |
+
5. Downstream recipients.
|
| 168 |
+
|
| 169 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 170 |
+
recipient of the Licensed Material automatically
|
| 171 |
+
receives an offer from the Licensor to exercise the
|
| 172 |
+
Licensed Rights under the terms and conditions of this
|
| 173 |
+
Public License.
|
| 174 |
+
|
| 175 |
+
b. No downstream restrictions. You may not offer or impose
|
| 176 |
+
any additional or different terms or conditions on, or
|
| 177 |
+
apply any Effective Technological Measures to, the
|
| 178 |
+
Licensed Material if doing so restricts exercise of the
|
| 179 |
+
Licensed Rights by any recipient of the Licensed
|
| 180 |
+
Material.
|
| 181 |
+
|
| 182 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 183 |
+
may be construed as permission to assert or imply that You
|
| 184 |
+
are, or that Your use of the Licensed Material is, connected
|
| 185 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 186 |
+
the Licensor or others designated to receive attribution as
|
| 187 |
+
provided in Section 3(a)(1)(A)(i).
|
| 188 |
+
|
| 189 |
+
b. Other rights.
|
| 190 |
+
|
| 191 |
+
1. Moral rights, such as the right of integrity, are not
|
| 192 |
+
licensed under this Public License, nor are publicity,
|
| 193 |
+
privacy, and/or other similar personality rights; however, to
|
| 194 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 195 |
+
assert any such rights held by the Licensor to the limited
|
| 196 |
+
extent necessary to allow You to exercise the Licensed
|
| 197 |
+
Rights, but not otherwise.
|
| 198 |
+
|
| 199 |
+
2. Patent and trademark rights are not licensed under this
|
| 200 |
+
Public License.
|
| 201 |
+
|
| 202 |
+
3. To the extent possible, the Licensor waives any right to
|
| 203 |
+
collect royalties from You for the exercise of the Licensed
|
| 204 |
+
Rights, whether directly or through a collecting society
|
| 205 |
+
under any voluntary or waivable statutory or compulsory
|
| 206 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 207 |
+
reserves any right to collect such royalties.
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
Section 3 -- License Conditions.
|
| 211 |
+
|
| 212 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 213 |
+
following conditions.
|
| 214 |
+
|
| 215 |
+
a. Attribution.
|
| 216 |
+
|
| 217 |
+
1. If You Share the Licensed Material (including in modified
|
| 218 |
+
form), You must:
|
| 219 |
+
|
| 220 |
+
a. retain the following if it is supplied by the Licensor
|
| 221 |
+
with the Licensed Material:
|
| 222 |
+
|
| 223 |
+
i. identification of the creator(s) of the Licensed
|
| 224 |
+
Material and any others designated to receive
|
| 225 |
+
attribution, in any reasonable manner requested by
|
| 226 |
+
the Licensor (including by pseudonym if
|
| 227 |
+
designated);
|
| 228 |
+
|
| 229 |
+
ii. a copyright notice;
|
| 230 |
+
|
| 231 |
+
iii. a notice that refers to this Public License;
|
| 232 |
+
|
| 233 |
+
iv. a notice that refers to the disclaimer of
|
| 234 |
+
warranties;
|
| 235 |
+
|
| 236 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 237 |
+
extent reasonably practicable;
|
| 238 |
+
|
| 239 |
+
b. indicate if You modified the Licensed Material and
|
| 240 |
+
retain an indication of any previous modifications; and
|
| 241 |
+
|
| 242 |
+
c. indicate the Licensed Material is licensed under this
|
| 243 |
+
Public License, and include the text of, or the URI or
|
| 244 |
+
hyperlink to, this Public License.
|
| 245 |
+
|
| 246 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 247 |
+
reasonable manner based on the medium, means, and context in
|
| 248 |
+
which You Share the Licensed Material. For example, it may be
|
| 249 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 250 |
+
hyperlink to a resource that includes the required
|
| 251 |
+
information.
|
| 252 |
+
|
| 253 |
+
3. If requested by the Licensor, You must remove any of the
|
| 254 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 255 |
+
reasonably practicable.
|
| 256 |
+
|
| 257 |
+
4. If You Share Adapted Material You produce, the Adapter's
|
| 258 |
+
License You apply must not prevent recipients of the Adapted
|
| 259 |
+
Material from complying with this Public License.
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
Section 4 -- Sui Generis Database Rights.
|
| 263 |
+
|
| 264 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 265 |
+
apply to Your use of the Licensed Material:
|
| 266 |
+
|
| 267 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 268 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 269 |
+
portion of the contents of the database;
|
| 270 |
+
|
| 271 |
+
b. if You include all or a substantial portion of the database
|
| 272 |
+
contents in a database in which You have Sui Generis Database
|
| 273 |
+
Rights, then the database in which You have Sui Generis Database
|
| 274 |
+
Rights (but not its individual contents) is Adapted Material; and
|
| 275 |
+
|
| 276 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 277 |
+
all or a substantial portion of the contents of the database.
|
| 278 |
+
|
| 279 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 280 |
+
replace Your obligations under this Public License where the Licensed
|
| 281 |
+
Rights include other Copyright and Similar Rights.
|
| 282 |
+
|
| 283 |
+
|
| 284 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 285 |
+
|
| 286 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 287 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 288 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 289 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 290 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 291 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 292 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 293 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 294 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 295 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 296 |
+
|
| 297 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 298 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 299 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 300 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 301 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 302 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 303 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 304 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 305 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 306 |
+
|
| 307 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 308 |
+
above shall be interpreted in a manner that, to the extent
|
| 309 |
+
possible, most closely approximates an absolute disclaimer and
|
| 310 |
+
waiver of all liability.
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
Section 6 -- Term and Termination.
|
| 314 |
+
|
| 315 |
+
a. This Public License applies for the term of the Copyright and
|
| 316 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 317 |
+
this Public License, then Your rights under this Public License
|
| 318 |
+
terminate automatically.
|
| 319 |
+
|
| 320 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 321 |
+
Section 6(a), it reinstates:
|
| 322 |
+
|
| 323 |
+
1. automatically as of the date the violation is cured, provided
|
| 324 |
+
it is cured within 30 days of Your discovery of the
|
| 325 |
+
violation; or
|
| 326 |
+
|
| 327 |
+
2. upon express reinstatement by the Licensor.
|
| 328 |
+
|
| 329 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 330 |
+
right the Licensor may have to seek remedies for Your violations
|
| 331 |
+
of this Public License.
|
| 332 |
+
|
| 333 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 334 |
+
Licensed Material under separate terms or conditions or stop
|
| 335 |
+
distributing the Licensed Material at any time; however, doing so
|
| 336 |
+
will not terminate this Public License.
|
| 337 |
+
|
| 338 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 339 |
+
License.
|
| 340 |
+
|
| 341 |
+
|
| 342 |
+
Section 7 -- Other Terms and Conditions.
|
| 343 |
+
|
| 344 |
+
a. The Licensor shall not be bound by any additional or different
|
| 345 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 346 |
+
|
| 347 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 348 |
+
Licensed Material not stated herein are separate from and
|
| 349 |
+
independent of the terms and conditions of this Public License.
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
Section 8 -- Interpretation.
|
| 353 |
+
|
| 354 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 355 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 356 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 357 |
+
be made without permission under this Public License.
|
| 358 |
+
|
| 359 |
+
b. To the extent possible, if any provision of this Public License is
|
| 360 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 361 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 362 |
+
cannot be reformed, it shall be severed from this Public License
|
| 363 |
+
without affecting the enforceability of the remaining terms and
|
| 364 |
+
conditions.
|
| 365 |
+
|
| 366 |
+
c. No term or condition of this Public License will be waived and no
|
| 367 |
+
failure to comply consented to unless expressly agreed to by the
|
| 368 |
+
Licensor.
|
| 369 |
+
|
| 370 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 371 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 372 |
+
that apply to the Licensor or You, including from the legal
|
| 373 |
+
processes of any jurisdiction or authority.
|
| 374 |
+
|
| 375 |
+
|
| 376 |
+
=======================================================================
|
| 377 |
+
|
| 378 |
+
Creative Commons is not a party to its public
|
| 379 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 380 |
+
its public licenses to material it publishes and in those instances
|
| 381 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 382 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 383 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 384 |
+
material is shared under a Creative Commons public license or as
|
| 385 |
+
otherwise permitted by the Creative Commons policies published at
|
| 386 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 387 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 388 |
+
of Creative Commons without its prior written consent including,
|
| 389 |
+
without limitation, in connection with any unauthorized modifications
|
| 390 |
+
to any of its public licenses or any other arrangements,
|
| 391 |
+
understandings, or agreements concerning use of licensed material. For
|
| 392 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 393 |
+
public licenses.
|
| 394 |
+
|
| 395 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 396 |
+
|
NOTICE
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
AgroVG Dataset Notice
|
| 2 |
+
=====================
|
| 3 |
+
|
| 4 |
+
This repository packages AgroVG, a benchmark for agricultural visual grounding.
|
| 5 |
+
|
| 6 |
+
AgroVG-specific annotations, referring-expression queries, audit metadata, split metadata, and derived benchmark metadata are released under Creative Commons Attribution 4.0 International (CC BY 4.0), as provided in LICENSE.
|
| 7 |
+
|
| 8 |
+
Images and source-derived annotations retain the licenses, terms, and redistribution permissions of their original source datasets. The file source_licenses.json lists each normalized source key, the task(s) in which it is used, source URLs, citations, license summaries, and release notes.
|
| 9 |
+
|
| 10 |
+
This review release is hosted at:
|
| 11 |
+
|
| 12 |
+
https://huggingface.co/datasets/sauryrs/AgroVG
|
| 13 |
+
|
| 14 |
+
The release is prepared for anonymous NeurIPS 2026 review. Non-public permission correspondence is retained by the authors and is not included in this anonymized package.
|
| 15 |
+
|
| 16 |
+
After review, CITATION.cff should be updated with final author names, venue information, DOI, and any permanent archival identifier.
|
| 17 |
+
|
| 18 |
+
This anonymized review package intentionally omits author names, emails, institutions, local file-system paths, and internal review-sheet files.
|
README.md
CHANGED
|
@@ -1,3 +1,184 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: AgroVG
|
| 3 |
+
license: other
|
| 4 |
+
task_categories:
|
| 5 |
+
- object-detection
|
| 6 |
+
- image-segmentation
|
| 7 |
+
tags:
|
| 8 |
+
- visual-grounding
|
| 9 |
+
- referring-expression-comprehension
|
| 10 |
+
- referring-expression-segmentation
|
| 11 |
+
- agriculture
|
| 12 |
+
- benchmark
|
| 13 |
+
- mlcroissant
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10K<n<100K
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: t1_annotations
|
| 20 |
+
data_files:
|
| 21 |
+
- split: dev
|
| 22 |
+
path: t1/annotations/dev.jsonl
|
| 23 |
+
- split: test
|
| 24 |
+
path: t1/annotations/test.jsonl
|
| 25 |
+
- config_name: t1_queries
|
| 26 |
+
data_files:
|
| 27 |
+
- split: dev
|
| 28 |
+
path: t1/queries/queries_dev.jsonl
|
| 29 |
+
- split: test
|
| 30 |
+
path: t1/queries/queries_test.jsonl
|
| 31 |
+
- config_name: t2_annotations
|
| 32 |
+
data_files:
|
| 33 |
+
- split: dev
|
| 34 |
+
path: t2/annotations/dev.jsonl
|
| 35 |
+
- split: test
|
| 36 |
+
path: t2/annotations/test.jsonl
|
| 37 |
+
- config_name: t2_queries
|
| 38 |
+
data_files:
|
| 39 |
+
- split: dev
|
| 40 |
+
path: t2/queries/queries_dev.jsonl
|
| 41 |
+
- split: test
|
| 42 |
+
path: t2/queries/queries_test.jsonl
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
# AgroVG
|
| 46 |
+
|
| 47 |
+
AgroVG is a large-scale benchmark for agricultural visual grounding. It contains two evaluation tasks:
|
| 48 |
+
|
| 49 |
+
- **T1: box-set visual grounding**, where a model receives an agricultural referring expression and returns a set of bounding boxes.
|
| 50 |
+
- **T2: query-level mask grounding**, where a model receives an agricultural referring expression and returns a binary segmentation mask.
|
| 51 |
+
|
| 52 |
+
This repository is the anonymized public-release package prepared for peer review and archival hosting. It contains only release data and metadata; construction scripts, model predictions, and evaluation code should be hosted in a separate code repository.
|
| 53 |
+
|
| 54 |
+
Dataset URL for review: https://huggingface.co/datasets/sauryrs/AgroVG
|
| 55 |
+
|
| 56 |
+
## Dataset Composition
|
| 57 |
+
|
| 58 |
+
| Task | Images | Queries | Output target | Main files |
|
| 59 |
+
|---|---:|---:|---|---|
|
| 60 |
+
| T1 | 6,526 | 6,526 | Bounding-box set | `t1/annotations`, `t1/images`, `t1/queries` |
|
| 61 |
+
| T2 | 3,545 | 3,545 | Query-level binary mask | `t2/annotations`, `t2/images`, `t2/instance_maps`, `t2/queries` |
|
| 62 |
+
| Total | 10,071 | 10,071 | Boxes or masks | `t1`, `t2` |
|
| 63 |
+
|
| 64 |
+
## Repository Structure
|
| 65 |
+
|
| 66 |
+
```text
|
| 67 |
+
AgroVG/
|
| 68 |
+
README.md
|
| 69 |
+
LICENSE
|
| 70 |
+
CITATION.cff
|
| 71 |
+
croissant.json
|
| 72 |
+
NOTICE
|
| 73 |
+
source_licenses.json
|
| 74 |
+
t1/
|
| 75 |
+
annotations/
|
| 76 |
+
annotations.jsonl
|
| 77 |
+
dev.jsonl
|
| 78 |
+
test.jsonl
|
| 79 |
+
final_audit_table.csv
|
| 80 |
+
policy.json
|
| 81 |
+
final_stats.json
|
| 82 |
+
split_stats.json
|
| 83 |
+
kept_ids.txt
|
| 84 |
+
dropped_ids.txt
|
| 85 |
+
images/
|
| 86 |
+
<source>/
|
| 87 |
+
queries/
|
| 88 |
+
queries_dev.jsonl
|
| 89 |
+
queries_test.jsonl
|
| 90 |
+
query_policy.json
|
| 91 |
+
query_stats.json
|
| 92 |
+
t2/
|
| 93 |
+
annotations/
|
| 94 |
+
annotations.jsonl
|
| 95 |
+
dev.jsonl
|
| 96 |
+
test.jsonl
|
| 97 |
+
final_audit_table.csv
|
| 98 |
+
policy.json
|
| 99 |
+
final_stats.json
|
| 100 |
+
split_stats.json
|
| 101 |
+
kept_ids.txt
|
| 102 |
+
dropped_ids.txt
|
| 103 |
+
images/
|
| 104 |
+
<source>/
|
| 105 |
+
instance_maps/
|
| 106 |
+
<source>/
|
| 107 |
+
queries/
|
| 108 |
+
queries_dev.jsonl
|
| 109 |
+
queries_test.jsonl
|
| 110 |
+
query_policy.json
|
| 111 |
+
query_stats.json
|
| 112 |
+
```
|
| 113 |
+
|
| 114 |
+
All `rgb_relpath` and `mask_relpath` fields are relative to the corresponding task root (`t1/` or `t2/`).
|
| 115 |
+
|
| 116 |
+
## Annotation Records
|
| 117 |
+
|
| 118 |
+
Each image annotation record contains:
|
| 119 |
+
|
| 120 |
+
- `image_id`: stable image identifier.
|
| 121 |
+
- `source`: normalized source-dataset key.
|
| 122 |
+
- `scene_family`: benchmark-level scene family.
|
| 123 |
+
- `sensor_type`: imaging context when available.
|
| 124 |
+
- `task_candidates`: task list, e.g. `["T1"]` or `["T2"]`.
|
| 125 |
+
- `annotation_type`: `bbox` for T1 and `instance_mask` for T2.
|
| 126 |
+
- `rgb_relpath`: relative RGB image path.
|
| 127 |
+
- `mask_relpath`: relative uint16 instance-map path for T2.
|
| 128 |
+
- `width`, `height`: image dimensions.
|
| 129 |
+
- `group_id`: group identifier used to avoid split leakage.
|
| 130 |
+
- `split_source`: source-side split label when available.
|
| 131 |
+
- `benchmark_split`: `dev` or `test`.
|
| 132 |
+
- `instances`: normalized instance annotations.
|
| 133 |
+
- `meta`: source-specific metadata retained for auditability.
|
| 134 |
+
|
| 135 |
+
T1 instances include `object_id`, `class_family_global`, source-derived class labels, and `bbox_xyxy`. T2 instances additionally include `instance_local_id`, mask-derived geometry, mask area statistics, and mask-generation provenance when applicable.
|
| 136 |
+
|
| 137 |
+
## Query Records
|
| 138 |
+
|
| 139 |
+
Each query record contains the common fields:
|
| 140 |
+
|
| 141 |
+
- `query_id`
|
| 142 |
+
- `image_id`
|
| 143 |
+
- `benchmark_split`
|
| 144 |
+
- `source`
|
| 145 |
+
- `scene_family`
|
| 146 |
+
- `sensor_type`
|
| 147 |
+
- `rgb_relpath`
|
| 148 |
+
- `width`
|
| 149 |
+
- `height`
|
| 150 |
+
- `group_id`
|
| 151 |
+
- `query`
|
| 152 |
+
- `query_type`
|
| 153 |
+
- `program_type`
|
| 154 |
+
- `template_id`
|
| 155 |
+
- `target_object_ids`
|
| 156 |
+
- `target_count`
|
| 157 |
+
- `is_empty`
|
| 158 |
+
- `meta`
|
| 159 |
+
|
| 160 |
+
T1 query records additionally include `target_boxes`. T2 query records additionally include `mask_relpath` and `target_instance_local_ids`.
|
| 161 |
+
|
| 162 |
+
## Splits
|
| 163 |
+
|
| 164 |
+
AgroVG uses `dev` and `test` splits. Split construction is group-aware: records sharing a `group_id` are assigned to the same benchmark split to reduce leakage across visually related images.
|
| 165 |
+
|
| 166 |
+
## Evaluation
|
| 167 |
+
|
| 168 |
+
T1 evaluates set-level box grounding with IoU-thresholded matching. T2 evaluates query-level mask grounding with overlap-based mask metrics and separate target-absent accuracy. Evaluation scripts are not included in this data-only package and should be released in the accompanying code repository.
|
| 169 |
+
|
| 170 |
+
## Licensing
|
| 171 |
+
|
| 172 |
+
AgroVG-specific annotations, query templates, audit metadata, and derived benchmark metadata are released under Creative Commons Attribution 4.0 International (CC BY 4.0), included in `LICENSE`.
|
| 173 |
+
|
| 174 |
+
Images and source-derived annotations retain the licenses, terms, and redistribution permissions of their original source datasets. Source-level license and attribution information is summarized in `source_licenses.json` and `NOTICE`. Non-public permission correspondence is intentionally not included in this anonymized review package.
|
| 175 |
+
|
| 176 |
+
## Responsible Use and Limitations
|
| 177 |
+
|
| 178 |
+
AgroVG is intended for research on agricultural visual grounding, referring-expression comprehension, referring segmentation, and robustness analysis across agricultural domains. It is not intended for direct deployment in farm-management, pesticide, disease-treatment, yield-estimation, or safety-critical agricultural decision systems without additional domain validation.
|
| 179 |
+
|
| 180 |
+
Known limitations include source-dataset heterogeneity, uneven geographic and crop coverage, possible source-specific annotation biases, and the fact that AgroVG normalizes existing source labels rather than re-certifying all taxonomic labels from scratch.
|
| 181 |
+
|
| 182 |
+
## Citation
|
| 183 |
+
|
| 184 |
+
This anonymized release is associated with a NeurIPS 2026 submission. Please cite the accompanying anonymous submission during review. The citation metadata in `CITATION.cff` should be updated with final author names, venue information, and DOI after the review process.
|
croissant.json
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@vocab": "https://schema.org/",
|
| 4 |
+
"sc": "https://schema.org/",
|
| 5 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 6 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 7 |
+
"prov": "http://www.w3.org/ns/prov#"
|
| 8 |
+
},
|
| 9 |
+
"@type": "sc:Dataset",
|
| 10 |
+
"conformsTo": "http://mlcommons.org/croissant/1.1",
|
| 11 |
+
"name": "AgroVG",
|
| 12 |
+
"description": "AgroVG is a large-scale multi-domain benchmark for agricultural visual grounding. It includes T1 box-set grounding and T2 query-level mask grounding.",
|
| 13 |
+
"url": "https://huggingface.co/datasets/sauryrs/AgroVG",
|
| 14 |
+
"license": "https://huggingface.co/datasets/sauryrs/AgroVG/blob/main/source_licenses.json",
|
| 15 |
+
"version": "0.1.0-review",
|
| 16 |
+
"datePublished": "2026-01-01",
|
| 17 |
+
"citeAs": "Anonymous Authors. AgroVG: A Large-Scale Multi-Domain Benchmark for Agricultural Visual Grounding. NeurIPS 2026 submission, dataset version 0.1.0-review, 2026.",
|
| 18 |
+
"creator": [
|
| 19 |
+
{
|
| 20 |
+
"@type": "Organization",
|
| 21 |
+
"name": "Anonymous Authors"
|
| 22 |
+
}
|
| 23 |
+
],
|
| 24 |
+
"keywords": [
|
| 25 |
+
"visual grounding",
|
| 26 |
+
"referring expression comprehension",
|
| 27 |
+
"referring expression segmentation",
|
| 28 |
+
"agriculture",
|
| 29 |
+
"benchmark"
|
| 30 |
+
],
|
| 31 |
+
"distribution": [
|
| 32 |
+
{
|
| 33 |
+
"@type": "cr:FileSet",
|
| 34 |
+
"name": "t1_images",
|
| 35 |
+
"description": "RGB images for AgroVG-T1.",
|
| 36 |
+
"encodingFormat": "image/png, image/jpeg",
|
| 37 |
+
"includes": "t1/images/**/*"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"@type": "cr:FileSet",
|
| 41 |
+
"name": "t2_images",
|
| 42 |
+
"description": "RGB images for AgroVG-T2.",
|
| 43 |
+
"encodingFormat": "image/png, image/jpeg",
|
| 44 |
+
"includes": "t2/images/**/*"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"@type": "cr:FileSet",
|
| 48 |
+
"name": "t2_instance_maps",
|
| 49 |
+
"description": "Uint16 instance maps for AgroVG-T2.",
|
| 50 |
+
"encodingFormat": "image/png",
|
| 51 |
+
"includes": "t2/instance_maps/**/*"
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"@type": "cr:FileObject",
|
| 55 |
+
"name": "t1_annotations",
|
| 56 |
+
"description": "AgroVG-T1 image-level annotation records.",
|
| 57 |
+
"encodingFormat": "application/jsonl",
|
| 58 |
+
"contentUrl": "t1/annotations/annotations.jsonl"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"@type": "cr:FileObject",
|
| 62 |
+
"name": "t2_annotations",
|
| 63 |
+
"description": "AgroVG-T2 image-level annotation records.",
|
| 64 |
+
"encodingFormat": "application/jsonl",
|
| 65 |
+
"contentUrl": "t2/annotations/annotations.jsonl"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"@type": "cr:FileObject",
|
| 69 |
+
"name": "t1_queries_dev",
|
| 70 |
+
"description": "AgroVG-T1 development queries.",
|
| 71 |
+
"encodingFormat": "application/jsonl",
|
| 72 |
+
"contentUrl": "t1/queries/queries_dev.jsonl"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"@type": "cr:FileObject",
|
| 76 |
+
"name": "t1_queries_test",
|
| 77 |
+
"description": "AgroVG-T1 test queries.",
|
| 78 |
+
"encodingFormat": "application/jsonl",
|
| 79 |
+
"contentUrl": "t1/queries/queries_test.jsonl"
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"@type": "cr:FileObject",
|
| 83 |
+
"name": "t2_queries_dev",
|
| 84 |
+
"description": "AgroVG-T2 development queries.",
|
| 85 |
+
"encodingFormat": "application/jsonl",
|
| 86 |
+
"contentUrl": "t2/queries/queries_dev.jsonl"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"@type": "cr:FileObject",
|
| 90 |
+
"name": "t2_queries_test",
|
| 91 |
+
"description": "AgroVG-T2 test queries.",
|
| 92 |
+
"encodingFormat": "application/jsonl",
|
| 93 |
+
"contentUrl": "t2/queries/queries_test.jsonl"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"@type": "cr:FileObject",
|
| 97 |
+
"name": "source_licenses",
|
| 98 |
+
"description": "Source-dataset license and attribution template.",
|
| 99 |
+
"encodingFormat": "application/json",
|
| 100 |
+
"contentUrl": "source_licenses.json"
|
| 101 |
+
}
|
| 102 |
+
],
|
| 103 |
+
"recordSet": [
|
| 104 |
+
{
|
| 105 |
+
"@type": "cr:RecordSet",
|
| 106 |
+
"name": "t1_image_records",
|
| 107 |
+
"description": "Image-level records for box-set grounding.",
|
| 108 |
+
"data": [
|
| 109 |
+
{
|
| 110 |
+
"@type": "cr:Field",
|
| 111 |
+
"name": "image_id",
|
| 112 |
+
"dataType": "sc:Text",
|
| 113 |
+
"description": "Stable image identifier."
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"@type": "cr:Field",
|
| 117 |
+
"name": "rgb_relpath",
|
| 118 |
+
"dataType": "sc:Text",
|
| 119 |
+
"description": "RGB image path relative to t1/."
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"@type": "cr:Field",
|
| 123 |
+
"name": "instances",
|
| 124 |
+
"dataType": "sc:Text",
|
| 125 |
+
"description": "Nested list of localized object instances with bounding boxes."
|
| 126 |
+
}
|
| 127 |
+
]
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"@type": "cr:RecordSet",
|
| 131 |
+
"name": "t2_image_records",
|
| 132 |
+
"description": "Image-level records for query-level mask grounding.",
|
| 133 |
+
"data": [
|
| 134 |
+
{
|
| 135 |
+
"@type": "cr:Field",
|
| 136 |
+
"name": "image_id",
|
| 137 |
+
"dataType": "sc:Text",
|
| 138 |
+
"description": "Stable image identifier."
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"@type": "cr:Field",
|
| 142 |
+
"name": "rgb_relpath",
|
| 143 |
+
"dataType": "sc:Text",
|
| 144 |
+
"description": "RGB image path relative to t2/."
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"@type": "cr:Field",
|
| 148 |
+
"name": "mask_relpath",
|
| 149 |
+
"dataType": "sc:Text",
|
| 150 |
+
"description": "Uint16 instance-map path relative to t2/."
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"@type": "cr:Field",
|
| 154 |
+
"name": "instances",
|
| 155 |
+
"dataType": "sc:Text",
|
| 156 |
+
"description": "Nested list of localized object instances with mask identifiers."
|
| 157 |
+
}
|
| 158 |
+
]
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"@type": "cr:RecordSet",
|
| 162 |
+
"name": "query_records",
|
| 163 |
+
"description": "Referring-expression query records for both T1 and T2.",
|
| 164 |
+
"data": [
|
| 165 |
+
{
|
| 166 |
+
"@type": "cr:Field",
|
| 167 |
+
"name": "query_id",
|
| 168 |
+
"dataType": "sc:Text",
|
| 169 |
+
"description": "Stable query identifier."
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"@type": "cr:Field",
|
| 173 |
+
"name": "query",
|
| 174 |
+
"dataType": "sc:Text",
|
| 175 |
+
"description": "Natural-language referring expression."
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"@type": "cr:Field",
|
| 179 |
+
"name": "query_type",
|
| 180 |
+
"dataType": "sc:Text",
|
| 181 |
+
"description": "Single-target, multi-target, or target-absent query type."
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"@type": "cr:Field",
|
| 185 |
+
"name": "target_object_ids",
|
| 186 |
+
"dataType": "sc:Text",
|
| 187 |
+
"description": "Target object identifiers referenced by the query."
|
| 188 |
+
}
|
| 189 |
+
]
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"rai:dataLimitations": "AgroVG combines heterogeneous source datasets and inherits source-specific coverage, imaging, and annotation biases. It should not be used as the sole validation source for safety-critical agricultural decisions.",
|
| 193 |
+
"rai:dataBiases": "Coverage is shaped by the source datasets and may be uneven across crops, pests, diseases, geographic regions, sensors, growth stages, and imaging conditions.",
|
| 194 |
+
"rai:personalSensitiveInformation": "The dataset is agricultural imagery and is not intended to contain personal or sensitive human information. The release package has been scrubbed of local file-system paths and internal review notes.",
|
| 195 |
+
"rai:dataUseCases": "Research on agricultural visual grounding, referring-expression comprehension, referring segmentation, robustness analysis, and benchmark evaluation.",
|
| 196 |
+
"rai:dataSocialImpact": "The benchmark may support more robust agricultural perception research, but model outputs should not be directly used for farm-management, pesticide, treatment, or yield decisions without independent domain validation.",
|
| 197 |
+
"rai:hasSyntheticData": "False. The release contains normalized annotations, generated referring expressions, and derived masks, but does not synthesize RGB imagery.",
|
| 198 |
+
"prov:wasDerivedFrom": [
|
| 199 |
+
"https://www.phenobench.org",
|
| 200 |
+
"https://github.com/cropandweed/cropandweed-dataset",
|
| 201 |
+
"https://conservancy.umn.edu/handle/11299/206575",
|
| 202 |
+
"http://data.acfr.usyd.edu.au/ag/treecrops/2016-multifruit/",
|
| 203 |
+
"https://www.kaggle.com/datasets/mmwang0/megafruits",
|
| 204 |
+
"https://zenodo.org/records/5092309",
|
| 205 |
+
"https://github.com/xpwu95/IP102",
|
| 206 |
+
"https://zenodo.org/records/13762907",
|
| 207 |
+
"https://zenodo.org/records/11617167",
|
| 208 |
+
"https://zenodo.org/records/15155081"
|
| 209 |
+
],
|
| 210 |
+
"prov:wasGeneratedBy": "AgroVG normalization, audit, query-generation, and split-construction pipelines. Release package is anonymized for review."
|
| 211 |
+
}
|
source_licenses.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "0.2.0",
|
| 3 |
+
"generated_for": "AgroVG public-release packaging",
|
| 4 |
+
"last_checked": "2026-05-05",
|
| 5 |
+
"note": "This file records source-dataset license information used by AgroVG. It is a metadata summary, not legal advice. AgroVG-specific annotations, query templates, audit metadata, split metadata, and derived benchmark metadata are released under CC BY 4.0, but source images and source-derived annotations remain governed by their original source terms.",
|
| 6 |
+
"agrovg_contributions": {
|
| 7 |
+
"license_name": "Creative Commons Attribution 4.0 International",
|
| 8 |
+
"license_spdx": "CC-BY-4.0",
|
| 9 |
+
"license_url": "https://creativecommons.org/licenses/by/4.0/",
|
| 10 |
+
"redistribution_status": "allowed_with_attribution",
|
| 11 |
+
"applies_to": [
|
| 12 |
+
"normalized annotation schema",
|
| 13 |
+
"query records",
|
| 14 |
+
"audit metadata",
|
| 15 |
+
"split metadata",
|
| 16 |
+
"derived benchmark metadata"
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"sources": [
|
| 20 |
+
{
|
| 21 |
+
"source_key": "phenobench",
|
| 22 |
+
"display_name": "PhenoBench",
|
| 23 |
+
"used_in": ["T1", "T2"],
|
| 24 |
+
"num_images": 1260,
|
| 25 |
+
"license_name": "Creative Commons Attribution ShareAlike 4.0 International",
|
| 26 |
+
"license_spdx": "CC-BY-SA-4.0",
|
| 27 |
+
"license_url": "https://creativecommons.org/licenses/by-sa/4.0/",
|
| 28 |
+
"source_url": "https://www.phenobench.org",
|
| 29 |
+
"metadata_url": "https://github.com/PRBonn/phenobench",
|
| 30 |
+
"citation": "Weyler et al., PhenoBench: A Large Dataset and Benchmarks for Semantic Image Interpretation in the Agricultural Domain, 2024.",
|
| 31 |
+
"redistribution_status": "allowed_with_attribution_and_sharealike",
|
| 32 |
+
"license_notes": "The PhenoBench development kit FAQ states that the dataset is distributed under CC-BY-SA 4.0 and permits research and commercial usage with attribution and share-alike terms."
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"source_key": "cropandweed",
|
| 36 |
+
"display_name": "CropAndWeed",
|
| 37 |
+
"used_in": ["T1", "T2"],
|
| 38 |
+
"num_images": 1075,
|
| 39 |
+
"license_name": "Custom non-commercial license; no redistribution of dataset or modified versions",
|
| 40 |
+
"license_spdx": "LicenseRef-CropAndWeed-NonCommercial-NoRedistribution",
|
| 41 |
+
"license_url": "https://github.com/cropandweed/cropandweed-dataset/blob/main/LICENCE",
|
| 42 |
+
"source_url": "https://github.com/cropandweed/cropandweed-dataset",
|
| 43 |
+
"citation": "Steininger et al., The CropAndWeed Dataset: A Multi-Modal Learning Approach for Efficient Crop and Weed Manipulation, WACV 2023.",
|
| 44 |
+
"redistribution_status": "not_redistributable_without_explicit_permission",
|
| 45 |
+
"license_notes": "The source license permits non-commercial use but explicitly says users must not distribute the dataset or modified versions. Do not include CropAndWeed RGB images or directly recoverable modified versions in a public Hugging Face release unless explicit permission is obtained."
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"source_key": "minneapple",
|
| 49 |
+
"display_name": "MinneApple",
|
| 50 |
+
"used_in": ["T1"],
|
| 51 |
+
"num_images": 598,
|
| 52 |
+
"license_name": "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States",
|
| 53 |
+
"license_spdx": "CC-BY-NC-SA-3.0-US",
|
| 54 |
+
"license_url": "http://creativecommons.org/licenses/by-nc-sa/3.0/us/",
|
| 55 |
+
"source_url": "https://conservancy.umn.edu/handle/11299/206575",
|
| 56 |
+
"doi": "10.13020/8ecp-3r13",
|
| 57 |
+
"citation": "Haeni, Roy, and Isler, MinneApple: A Benchmark Dataset for Apple Detection and Segmentation, DRUM, 2019.",
|
| 58 |
+
"redistribution_status": "allowed_for_noncommercial_use_with_attribution_and_sharealike",
|
| 59 |
+
"license_notes": "The DRUM record lists CC BY-NC-SA 3.0 US. Public redistribution should preserve non-commercial and share-alike terms."
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"source_key": "acfr",
|
| 63 |
+
"display_name": "ACFR Orchard Fruit Dataset",
|
| 64 |
+
"used_in": ["T1"],
|
| 65 |
+
"num_images": 636,
|
| 66 |
+
"license_name": "Unknown / not clearly stated on located public dataset pages",
|
| 67 |
+
"license_spdx": "LicenseRef-ACFR-Unknown",
|
| 68 |
+
"license_url": null,
|
| 69 |
+
"source_url": "http://data.acfr.usyd.edu.au/ag/treecrops/2016-multifruit/",
|
| 70 |
+
"citation": "Bargoti and Underwood, Deep Fruit Detection in Orchards, ICRA 2017.",
|
| 71 |
+
"redistribution_status": "unknown_needs_permission_before_public_redistribution",
|
| 72 |
+
"license_notes": "Located public index/aggregator pages report the ACFR license as unknown. Obtain explicit redistribution permission or remove ACFR RGB images before public release."
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"source_key": "acfr_apples",
|
| 76 |
+
"display_name": "ACFR Apples",
|
| 77 |
+
"used_in": ["T2"],
|
| 78 |
+
"num_images": 84,
|
| 79 |
+
"license_name": "Unknown / not clearly stated on located public dataset pages",
|
| 80 |
+
"license_spdx": "LicenseRef-ACFR-Unknown",
|
| 81 |
+
"license_url": null,
|
| 82 |
+
"source_url": "http://data.acfr.usyd.edu.au/ag/treecrops/2016-multifruit/",
|
| 83 |
+
"citation": "Bargoti and Underwood, Deep Fruit Detection in Orchards, ICRA 2017; Bargoti and Underwood, Image Segmentation for Fruit Detection and Yield Estimation in Apple Orchards.",
|
| 84 |
+
"redistribution_status": "unknown_needs_permission_before_public_redistribution",
|
| 85 |
+
"license_notes": "This AgroVG subset uses ACFR apple imagery and derived instance maps. Since the source license is not clearly stated, public redistribution should wait for permission or be replaced by reconstruction instructions."
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"source_key": "magefruits_blueberry",
|
| 89 |
+
"display_name": "MegaFruits Blueberry",
|
| 90 |
+
"used_in": ["T2"],
|
| 91 |
+
"num_images": 554,
|
| 92 |
+
"license_name": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International",
|
| 93 |
+
"license_spdx": "CC-BY-NC-SA-4.0",
|
| 94 |
+
"license_url": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
| 95 |
+
"source_url": "https://www.kaggle.com/datasets/mmwang0/megafruits",
|
| 96 |
+
"citation": "Wang et al., MegaFruits dataset, Kaggle, version 2.",
|
| 97 |
+
"redistribution_status": "allowed_for_noncommercial_use_with_attribution_and_sharealike",
|
| 98 |
+
"license_notes": "Kaggle metadata for MegaFruits lists CC BY-NC-SA 4.0."
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"source_key": "magefruits_peach",
|
| 102 |
+
"display_name": "MegaFruits Peach",
|
| 103 |
+
"used_in": ["T2"],
|
| 104 |
+
"num_images": 585,
|
| 105 |
+
"license_name": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International",
|
| 106 |
+
"license_spdx": "CC-BY-NC-SA-4.0",
|
| 107 |
+
"license_url": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
| 108 |
+
"source_url": "https://www.kaggle.com/datasets/mmwang0/megafruits",
|
| 109 |
+
"citation": "Wang et al., MegaFruits dataset, Kaggle, version 2.",
|
| 110 |
+
"redistribution_status": "allowed_for_noncommercial_use_with_attribution_and_sharealike",
|
| 111 |
+
"license_notes": "Kaggle metadata for MegaFruits lists CC BY-NC-SA 4.0."
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"source_key": "gwhd2021",
|
| 115 |
+
"display_name": "Global Wheat Head Dataset 2021",
|
| 116 |
+
"used_in": ["T1"],
|
| 117 |
+
"num_images": 1091,
|
| 118 |
+
"license_name": "Creative Commons Attribution 4.0 International",
|
| 119 |
+
"license_spdx": "CC-BY-4.0",
|
| 120 |
+
"license_url": "https://creativecommons.org/licenses/by/4.0/",
|
| 121 |
+
"source_url": "https://zenodo.org/records/5092309",
|
| 122 |
+
"doi": "10.5281/zenodo.5092309",
|
| 123 |
+
"citation": "David et al., Global Wheat Head Dataset 2021: more diversity to improve the benchmarking of wheat head localization methods, 2021.",
|
| 124 |
+
"redistribution_status": "allowed_with_attribution",
|
| 125 |
+
"license_notes": "Zenodo metadata lists license id cc-by-4.0. The Global Wheat site also describes the dataset as free to use for any purpose."
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"source_key": "ip102_detection",
|
| 129 |
+
"display_name": "IP102 Detection",
|
| 130 |
+
"used_in": ["T1"],
|
| 131 |
+
"num_images": 1255,
|
| 132 |
+
"license_name": "Custom academic-use license",
|
| 133 |
+
"license_spdx": "LicenseRef-IP102-Academic-Only",
|
| 134 |
+
"license_url": "https://github.com/xpwu95/IP102",
|
| 135 |
+
"source_url": "https://github.com/xpwu95/IP102",
|
| 136 |
+
"citation": "Wu et al., IP102: A Large-Scale Benchmark Dataset for Insect Pest Recognition, CVPR 2019.",
|
| 137 |
+
"redistribution_status": "academic_use_only_permission_recommended_for_public_redistribution",
|
| 138 |
+
"license_notes": "The source README states that the dataset is free for academic usage and asks users to contact the maintainer for other purposes. It does not clearly grant third-party redistribution rights."
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"source_key": "plantseg",
|
| 142 |
+
"display_name": "PlantSeg",
|
| 143 |
+
"used_in": ["T1", "T2"],
|
| 144 |
+
"num_images": 2358,
|
| 145 |
+
"license_name": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International",
|
| 146 |
+
"license_spdx": "CC-BY-NC-ND-4.0",
|
| 147 |
+
"license_url": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
|
| 148 |
+
"source_url": "https://zenodo.org/records/13762907",
|
| 149 |
+
"doi": "10.5281/zenodo.13762907",
|
| 150 |
+
"citation": "Wei, PlantSeg: A Large-Scale In-the-wild Dataset for Plant Disease Segmentation, Zenodo, 2024.",
|
| 151 |
+
"redistribution_status": "noncommercial_original_redistribution_only_no_derivatives",
|
| 152 |
+
"license_notes": "Zenodo metadata lists CC BY-NC-ND 4.0. Because the license includes NoDerivatives, redistribution of transformed/derived annotations or modified source materials needs careful review or explicit permission."
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"source_key": "oam_tcd",
|
| 156 |
+
"display_name": "OAM-TCD",
|
| 157 |
+
"used_in": ["T1"],
|
| 158 |
+
"num_images": 104,
|
| 159 |
+
"license_name": "Mixed Creative Commons licenses: CC BY 4.0, CC BY-NC 4.0, and CC BY-SA 4.0",
|
| 160 |
+
"license_spdx": "LicenseRef-OAM-TCD-Mixed-CC",
|
| 161 |
+
"license_url": "https://zenodo.org/records/11617167",
|
| 162 |
+
"source_url": "https://zenodo.org/records/11617167",
|
| 163 |
+
"doi": "10.5281/zenodo.11617167",
|
| 164 |
+
"citation": "Veitch-Michaelis et al., OAM-TCD: A globally diverse dataset of high-resolution tree cover maps, 2024.",
|
| 165 |
+
"redistribution_status": "allowed_subject_to_per_image_license",
|
| 166 |
+
"license_breakdown_in_source": {
|
| 167 |
+
"CC-BY-4.0": 4608,
|
| 168 |
+
"CC-BY-NC-4.0": 272,
|
| 169 |
+
"CC-BY-SA-4.0": 192
|
| 170 |
+
},
|
| 171 |
+
"license_breakdown_in_agrovg_metadata": {
|
| 172 |
+
"license_id_1": 14,
|
| 173 |
+
"license_id_2": 85,
|
| 174 |
+
"license_id_3": 5
|
| 175 |
+
},
|
| 176 |
+
"license_notes": "OAM-TCD documentation states that images are split by license class. AgroVG currently preserves numeric license_id values from source metadata; verify the id-to-license mapping before public release or keep OAM-TCD records separated by license."
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"source_key": "dumortier",
|
| 180 |
+
"display_name": "Annotated tree crown bounding boxes in urban/rural environment",
|
| 181 |
+
"used_in": ["T1"],
|
| 182 |
+
"num_images": 471,
|
| 183 |
+
"license_name": "Creative Commons Zero v1.0 Universal",
|
| 184 |
+
"license_spdx": "CC0-1.0",
|
| 185 |
+
"license_url": "https://creativecommons.org/publicdomain/zero/1.0/",
|
| 186 |
+
"source_url": "https://zenodo.org/records/15155081",
|
| 187 |
+
"doi": "10.5281/zenodo.15155081",
|
| 188 |
+
"citation": "Dumortier, Annotated tree crown bounding boxes in urban/rural environment, Zenodo, 2025.",
|
| 189 |
+
"redistribution_status": "public_domain_dedication",
|
| 190 |
+
"license_notes": "Zenodo API metadata lists license id cc-zero."
|
| 191 |
+
}
|
| 192 |
+
],
|
| 193 |
+
"release_risk_summary": {
|
| 194 |
+
"low_risk_open_licenses": [
|
| 195 |
+
"phenobench",
|
| 196 |
+
"gwhd2021",
|
| 197 |
+
"dumortier"
|
| 198 |
+
],
|
| 199 |
+
"redistributable_with_noncommercial_or_sharealike_constraints": [
|
| 200 |
+
"minneapple",
|
| 201 |
+
"magefruits_blueberry",
|
| 202 |
+
"magefruits_peach",
|
| 203 |
+
"oam_tcd"
|
| 204 |
+
],
|
| 205 |
+
"requires_permission_or_release_adjustment_before_public_huggingface_upload": [
|
| 206 |
+
"cropandweed",
|
| 207 |
+
"acfr",
|
| 208 |
+
"acfr_apples",
|
| 209 |
+
"ip102_detection",
|
| 210 |
+
"plantseg"
|
| 211 |
+
]
|
| 212 |
+
}
|
| 213 |
+
}
|
t1/annotations/dropped_ids.txt
ADDED
|
File without changes
|
t1/annotations/final_audit_table.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t1/annotations/final_stats.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_images": 6526,
|
| 3 |
+
"by_source": {
|
| 4 |
+
"acfr": 636,
|
| 5 |
+
"cropandweed": 632,
|
| 6 |
+
"dumortier": 471,
|
| 7 |
+
"gwhd2021": 1091,
|
| 8 |
+
"ip102_detection": 1255,
|
| 9 |
+
"minneapple": 598,
|
| 10 |
+
"oam_tcd": 104,
|
| 11 |
+
"phenobench": 528,
|
| 12 |
+
"plantseg": 1211
|
| 13 |
+
},
|
| 14 |
+
"by_scene_family": {
|
| 15 |
+
"crop_weed": 1160,
|
| 16 |
+
"forest_tree_cover": 575,
|
| 17 |
+
"fruit": 1234,
|
| 18 |
+
"pest": 1255,
|
| 19 |
+
"plant_disease": 1211,
|
| 20 |
+
"wheat_head": 1091
|
| 21 |
+
},
|
| 22 |
+
"by_split_source": {
|
| 23 |
+
"finetuning_df": 471,
|
| 24 |
+
"test": 603,
|
| 25 |
+
"test_segmentation": 242,
|
| 26 |
+
"train": 2049,
|
| 27 |
+
"unspecified": 2485,
|
| 28 |
+
"val": 676
|
| 29 |
+
},
|
| 30 |
+
"by_benchmark_split": {
|
| 31 |
+
"dev": 5238,
|
| 32 |
+
"test": 1288
|
| 33 |
+
},
|
| 34 |
+
"source_targets_realized": {
|
| 35 |
+
"acfr": 636,
|
| 36 |
+
"cropandweed": 632,
|
| 37 |
+
"dumortier": 471,
|
| 38 |
+
"gwhd2021": 1091,
|
| 39 |
+
"ip102_detection": 1255,
|
| 40 |
+
"minneapple": 598,
|
| 41 |
+
"oam_tcd": 104,
|
| 42 |
+
"phenobench": 528,
|
| 43 |
+
"plantseg": 1211
|
| 44 |
+
},
|
| 45 |
+
"family_targets_realized": {
|
| 46 |
+
"crop_weed": 1160,
|
| 47 |
+
"forest_tree_cover": 575,
|
| 48 |
+
"fruit": 1234,
|
| 49 |
+
"pest": 1255,
|
| 50 |
+
"plant_disease": 1211,
|
| 51 |
+
"wheat_head": 1091
|
| 52 |
+
}
|
| 53 |
+
}
|
t1/annotations/kept_ids.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t1/annotations/policy.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode": "query_aligned_release_pool",
|
| 3 |
+
"num_images": 6526,
|
| 4 |
+
"num_queries": 6526,
|
| 5 |
+
"dev_images": 5238,
|
| 6 |
+
"test_images": 1288,
|
| 7 |
+
"note": "Records without a released RGB file or official query were removed during the public release packaging step."
|
| 8 |
+
}
|
t1/annotations/split_stats.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dev": {
|
| 3 |
+
"num_images": 5238,
|
| 4 |
+
"by_source": {
|
| 5 |
+
"acfr": 509,
|
| 6 |
+
"cropandweed": 505,
|
| 7 |
+
"dumortier": 377,
|
| 8 |
+
"gwhd2021": 889,
|
| 9 |
+
"ip102_detection": 1004,
|
| 10 |
+
"minneapple": 480,
|
| 11 |
+
"oam_tcd": 83,
|
| 12 |
+
"phenobench": 422,
|
| 13 |
+
"plantseg": 969
|
| 14 |
+
},
|
| 15 |
+
"by_scene_family": {
|
| 16 |
+
"crop_weed": 927,
|
| 17 |
+
"forest_tree_cover": 460,
|
| 18 |
+
"fruit": 989,
|
| 19 |
+
"pest": 1004,
|
| 20 |
+
"plant_disease": 969,
|
| 21 |
+
"wheat_head": 889
|
| 22 |
+
},
|
| 23 |
+
"by_split_source": {
|
| 24 |
+
"finetuning_df": 377,
|
| 25 |
+
"test": 468,
|
| 26 |
+
"test_segmentation": 126,
|
| 27 |
+
"train": 1758,
|
| 28 |
+
"unspecified": 1980,
|
| 29 |
+
"val": 529
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"test": {
|
| 33 |
+
"num_images": 1288,
|
| 34 |
+
"by_source": {
|
| 35 |
+
"acfr": 127,
|
| 36 |
+
"cropandweed": 127,
|
| 37 |
+
"dumortier": 94,
|
| 38 |
+
"gwhd2021": 202,
|
| 39 |
+
"ip102_detection": 251,
|
| 40 |
+
"minneapple": 118,
|
| 41 |
+
"oam_tcd": 21,
|
| 42 |
+
"phenobench": 106,
|
| 43 |
+
"plantseg": 242
|
| 44 |
+
},
|
| 45 |
+
"by_scene_family": {
|
| 46 |
+
"crop_weed": 233,
|
| 47 |
+
"forest_tree_cover": 115,
|
| 48 |
+
"fruit": 245,
|
| 49 |
+
"pest": 251,
|
| 50 |
+
"plant_disease": 242,
|
| 51 |
+
"wheat_head": 202
|
| 52 |
+
},
|
| 53 |
+
"by_split_source": {
|
| 54 |
+
"finetuning_df": 94,
|
| 55 |
+
"test": 135,
|
| 56 |
+
"test_segmentation": 116,
|
| 57 |
+
"train": 291,
|
| 58 |
+
"unspecified": 505,
|
| 59 |
+
"val": 147
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"source_dev_actual": {
|
| 63 |
+
"acfr": 509,
|
| 64 |
+
"cropandweed": 505,
|
| 65 |
+
"dumortier": 377,
|
| 66 |
+
"gwhd2021": 889,
|
| 67 |
+
"ip102_detection": 1004,
|
| 68 |
+
"minneapple": 480,
|
| 69 |
+
"oam_tcd": 83,
|
| 70 |
+
"phenobench": 422,
|
| 71 |
+
"plantseg": 969
|
| 72 |
+
}
|
| 73 |
+
}
|
t1/annotations/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t1/queries/queries_dev.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t1/queries/queries_test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t1/queries/query_policy.json
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "T1 Generalized Instance Grounding (bbox)",
|
| 3 |
+
"split_files": [
|
| 4 |
+
"dev.jsonl",
|
| 5 |
+
"test.jsonl"
|
| 6 |
+
],
|
| 7 |
+
"query_bucket_fraction": {
|
| 8 |
+
"single": 0.5,
|
| 9 |
+
"multi_core": 0.2,
|
| 10 |
+
"multi_challenge": 0.15,
|
| 11 |
+
"empty": 0.15
|
| 12 |
+
},
|
| 13 |
+
"empty_fraction": 0.15,
|
| 14 |
+
"multi_bucket_definition": {
|
| 15 |
+
"multi_core_program_types": [
|
| 16 |
+
"multi_family_all",
|
| 17 |
+
"multi_family_topk_leftmost"
|
| 18 |
+
],
|
| 19 |
+
"multi_challenge_program_types": "all remaining multi_* program types"
|
| 20 |
+
},
|
| 21 |
+
"scene_query_quota_policy": {
|
| 22 |
+
"single": "scene_family-level quota from single_fraction, with residual fallback when other buckets lack eligible images",
|
| 23 |
+
"multi_core": "scene_family-level quota from multi_core_fraction",
|
| 24 |
+
"multi_challenge": "scene_family-level quota from multi_challenge_fraction",
|
| 25 |
+
"empty": "scene_family-level quota from empty_fraction",
|
| 26 |
+
"image_pool_overlap": "single/multi_core/multi_challenge/empty image pools are disjoint unless later code is changed"
|
| 27 |
+
},
|
| 28 |
+
"multi_density_policy": {
|
| 29 |
+
"preferred_buckets": [
|
| 30 |
+
"2-5",
|
| 31 |
+
"6-20",
|
| 32 |
+
"21-50"
|
| 33 |
+
],
|
| 34 |
+
"fallback_buckets": [
|
| 35 |
+
"51-100",
|
| 36 |
+
"1",
|
| 37 |
+
">100",
|
| 38 |
+
"0"
|
| 39 |
+
],
|
| 40 |
+
"selection_rule": "multi-core and multi-challenge images are each stratified by density bucket within each scene family"
|
| 41 |
+
},
|
| 42 |
+
"multi_target_count_range": {
|
| 43 |
+
"min": 2,
|
| 44 |
+
"max": 20
|
| 45 |
+
},
|
| 46 |
+
"multi_quality_guardrails": {
|
| 47 |
+
"max_safe_multi_all_targets": 10,
|
| 48 |
+
"max_safe_multi_side_targets": 8,
|
| 49 |
+
"min_safe_multi_box_area_ratio": 0.00025,
|
| 50 |
+
"soft_multi_box_area_ratio": 0.001,
|
| 51 |
+
"max_safe_multi_pair_iou": 0.55,
|
| 52 |
+
"soft_multi_pair_iou": 0.3,
|
| 53 |
+
"min_multi_candidate_score": 0.58
|
| 54 |
+
},
|
| 55 |
+
"topk_query_policy": {
|
| 56 |
+
"max_k": 5,
|
| 57 |
+
"leftmost_margin_fraction": 0.04,
|
| 58 |
+
"largest_ratio_margin": 1.15
|
| 59 |
+
},
|
| 60 |
+
"side_query_policy": {
|
| 61 |
+
"side_region_margin_fraction": 0.05
|
| 62 |
+
},
|
| 63 |
+
"scene_negative_preference": {
|
| 64 |
+
"crop_weed": [
|
| 65 |
+
"fruit",
|
| 66 |
+
"pest",
|
| 67 |
+
"disease",
|
| 68 |
+
"wheat_head",
|
| 69 |
+
"tree"
|
| 70 |
+
],
|
| 71 |
+
"fruit": [
|
| 72 |
+
"pest",
|
| 73 |
+
"disease",
|
| 74 |
+
"crop",
|
| 75 |
+
"weed",
|
| 76 |
+
"wheat_head",
|
| 77 |
+
"tree"
|
| 78 |
+
],
|
| 79 |
+
"pest": [
|
| 80 |
+
"fruit",
|
| 81 |
+
"disease",
|
| 82 |
+
"crop",
|
| 83 |
+
"weed",
|
| 84 |
+
"wheat_head",
|
| 85 |
+
"tree"
|
| 86 |
+
],
|
| 87 |
+
"plant_disease": [
|
| 88 |
+
"fruit",
|
| 89 |
+
"pest",
|
| 90 |
+
"crop",
|
| 91 |
+
"weed",
|
| 92 |
+
"wheat_head",
|
| 93 |
+
"tree"
|
| 94 |
+
],
|
| 95 |
+
"wheat_head": [
|
| 96 |
+
"fruit",
|
| 97 |
+
"pest",
|
| 98 |
+
"disease",
|
| 99 |
+
"crop",
|
| 100 |
+
"weed",
|
| 101 |
+
"tree"
|
| 102 |
+
],
|
| 103 |
+
"forest_tree_cover": [
|
| 104 |
+
"fruit",
|
| 105 |
+
"pest",
|
| 106 |
+
"disease",
|
| 107 |
+
"crop",
|
| 108 |
+
"weed",
|
| 109 |
+
"wheat_head"
|
| 110 |
+
],
|
| 111 |
+
"oil_palm_plantation": [
|
| 112 |
+
"fruit",
|
| 113 |
+
"pest",
|
| 114 |
+
"disease",
|
| 115 |
+
"crop",
|
| 116 |
+
"weed",
|
| 117 |
+
"wheat_head"
|
| 118 |
+
]
|
| 119 |
+
},
|
| 120 |
+
"global_families": [
|
| 121 |
+
"crop",
|
| 122 |
+
"disease",
|
| 123 |
+
"fruit",
|
| 124 |
+
"pest",
|
| 125 |
+
"tree",
|
| 126 |
+
"weed",
|
| 127 |
+
"wheat_head"
|
| 128 |
+
],
|
| 129 |
+
"seed": 42,
|
| 130 |
+
"notes": [
|
| 131 |
+
"Query quotas are computed per split at the scene_family x query_bucket level.",
|
| 132 |
+
"Single, multi-core, multi-challenge, and empty queries are assigned to disjoint image pools whenever possible.",
|
| 133 |
+
"Single queries are generated on the residual single-only pool after multi-core, multi-challenge, and empty image selection.",
|
| 134 |
+
"Multi queries are only kept when the target set size is between 2 and 20.",
|
| 135 |
+
"Multi queries with tiny targets, excessive overlap, or overly large exact target sets are filtered out.",
|
| 136 |
+
"When multiple multi templates are available, higher-quality candidates are preferred over brittle ones.",
|
| 137 |
+
"Multi-core and multi-challenge image selection are each stratified by density bucket to avoid over-concentrating on very dense scenes.",
|
| 138 |
+
"Additional VG-style multi templates include top-k leftmost, top-k largest, and left/right-side subsets.",
|
| 139 |
+
"The smallest-object single query template is disabled to avoid unstable tiny-target references.",
|
| 140 |
+
"Empty queries are generated using family-negative programs; natural-empty images are not required."
|
| 141 |
+
]
|
| 142 |
+
}
|
t1/queries/query_stats.json
ADDED
|
@@ -0,0 +1,469 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dev": {
|
| 3 |
+
"num_queries": 5238,
|
| 4 |
+
"by_query_type": {
|
| 5 |
+
"empty": 798,
|
| 6 |
+
"multi": 1866,
|
| 7 |
+
"single": 2574
|
| 8 |
+
},
|
| 9 |
+
"by_query_bucket": {
|
| 10 |
+
"empty": 798,
|
| 11 |
+
"multi_challenge": 800,
|
| 12 |
+
"multi_core": 1066,
|
| 13 |
+
"single": 2574
|
| 14 |
+
},
|
| 15 |
+
"by_program_type": {
|
| 16 |
+
"empty_family_negative": 798,
|
| 17 |
+
"multi_family_all": 402,
|
| 18 |
+
"multi_family_side_left": 63,
|
| 19 |
+
"multi_family_side_right": 75,
|
| 20 |
+
"multi_family_topk_largest": 536,
|
| 21 |
+
"multi_family_topk_leftmost": 664,
|
| 22 |
+
"multi_fine_all": 58,
|
| 23 |
+
"multi_fine_side_right": 1,
|
| 24 |
+
"multi_fine_topk_largest": 55,
|
| 25 |
+
"multi_fine_topk_leftmost": 12,
|
| 26 |
+
"single_family_unique": 212,
|
| 27 |
+
"single_fine_unique": 202,
|
| 28 |
+
"single_rank_bottommost": 360,
|
| 29 |
+
"single_rank_largest": 685,
|
| 30 |
+
"single_rank_leftmost": 382,
|
| 31 |
+
"single_rank_rightmost": 338,
|
| 32 |
+
"single_rank_topmost": 371,
|
| 33 |
+
"single_relation_family": 24
|
| 34 |
+
},
|
| 35 |
+
"by_source": {
|
| 36 |
+
"acfr": 509,
|
| 37 |
+
"cropandweed": 505,
|
| 38 |
+
"dumortier": 377,
|
| 39 |
+
"gwhd2021": 889,
|
| 40 |
+
"ip102_detection": 1004,
|
| 41 |
+
"minneapple": 480,
|
| 42 |
+
"oam_tcd": 83,
|
| 43 |
+
"phenobench": 422,
|
| 44 |
+
"plantseg": 969
|
| 45 |
+
},
|
| 46 |
+
"by_scene_family": {
|
| 47 |
+
"crop_weed": 927,
|
| 48 |
+
"forest_tree_cover": 460,
|
| 49 |
+
"fruit": 989,
|
| 50 |
+
"pest": 1004,
|
| 51 |
+
"plant_disease": 969,
|
| 52 |
+
"wheat_head": 889
|
| 53 |
+
},
|
| 54 |
+
"by_scene_family_and_query_type": {
|
| 55 |
+
"crop_weed": {
|
| 56 |
+
"empty": 139,
|
| 57 |
+
"multi": 324,
|
| 58 |
+
"single": 464
|
| 59 |
+
},
|
| 60 |
+
"forest_tree_cover": {
|
| 61 |
+
"empty": 69,
|
| 62 |
+
"multi": 161,
|
| 63 |
+
"single": 230
|
| 64 |
+
},
|
| 65 |
+
"fruit": {
|
| 66 |
+
"empty": 149,
|
| 67 |
+
"multi": 348,
|
| 68 |
+
"single": 492
|
| 69 |
+
},
|
| 70 |
+
"pest": {
|
| 71 |
+
"empty": 150,
|
| 72 |
+
"multi": 352,
|
| 73 |
+
"single": 502
|
| 74 |
+
},
|
| 75 |
+
"plant_disease": {
|
| 76 |
+
"empty": 145,
|
| 77 |
+
"multi": 339,
|
| 78 |
+
"single": 485
|
| 79 |
+
},
|
| 80 |
+
"wheat_head": {
|
| 81 |
+
"empty": 146,
|
| 82 |
+
"multi": 342,
|
| 83 |
+
"single": 401
|
| 84 |
+
}
|
| 85 |
+
},
|
| 86 |
+
"by_scene_family_and_query_bucket": {
|
| 87 |
+
"crop_weed": {
|
| 88 |
+
"empty": 139,
|
| 89 |
+
"multi_challenge": 139,
|
| 90 |
+
"multi_core": 185,
|
| 91 |
+
"single": 464
|
| 92 |
+
},
|
| 93 |
+
"forest_tree_cover": {
|
| 94 |
+
"empty": 69,
|
| 95 |
+
"multi_challenge": 69,
|
| 96 |
+
"multi_core": 92,
|
| 97 |
+
"single": 230
|
| 98 |
+
},
|
| 99 |
+
"fruit": {
|
| 100 |
+
"empty": 149,
|
| 101 |
+
"multi_challenge": 149,
|
| 102 |
+
"multi_core": 199,
|
| 103 |
+
"single": 492
|
| 104 |
+
},
|
| 105 |
+
"pest": {
|
| 106 |
+
"empty": 150,
|
| 107 |
+
"multi_challenge": 151,
|
| 108 |
+
"multi_core": 201,
|
| 109 |
+
"single": 502
|
| 110 |
+
},
|
| 111 |
+
"plant_disease": {
|
| 112 |
+
"empty": 145,
|
| 113 |
+
"multi_challenge": 145,
|
| 114 |
+
"multi_core": 194,
|
| 115 |
+
"single": 485
|
| 116 |
+
},
|
| 117 |
+
"wheat_head": {
|
| 118 |
+
"empty": 146,
|
| 119 |
+
"multi_challenge": 147,
|
| 120 |
+
"multi_core": 195,
|
| 121 |
+
"single": 401
|
| 122 |
+
}
|
| 123 |
+
},
|
| 124 |
+
"query_plan": {
|
| 125 |
+
"scene_query_targets": {
|
| 126 |
+
"crop_weed": {
|
| 127 |
+
"single": 464,
|
| 128 |
+
"multi_core": 185,
|
| 129 |
+
"multi_challenge": 139,
|
| 130 |
+
"multi": 324,
|
| 131 |
+
"empty": 139
|
| 132 |
+
},
|
| 133 |
+
"forest_tree_cover": {
|
| 134 |
+
"single": 230,
|
| 135 |
+
"multi_core": 92,
|
| 136 |
+
"multi_challenge": 69,
|
| 137 |
+
"multi": 161,
|
| 138 |
+
"empty": 69
|
| 139 |
+
},
|
| 140 |
+
"fruit": {
|
| 141 |
+
"single": 492,
|
| 142 |
+
"multi_core": 199,
|
| 143 |
+
"multi_challenge": 149,
|
| 144 |
+
"multi": 348,
|
| 145 |
+
"empty": 149
|
| 146 |
+
},
|
| 147 |
+
"pest": {
|
| 148 |
+
"single": 502,
|
| 149 |
+
"multi_core": 201,
|
| 150 |
+
"multi_challenge": 151,
|
| 151 |
+
"multi": 352,
|
| 152 |
+
"empty": 150
|
| 153 |
+
},
|
| 154 |
+
"plant_disease": {
|
| 155 |
+
"single": 485,
|
| 156 |
+
"multi_core": 194,
|
| 157 |
+
"multi_challenge": 145,
|
| 158 |
+
"multi": 339,
|
| 159 |
+
"empty": 145
|
| 160 |
+
},
|
| 161 |
+
"wheat_head": {
|
| 162 |
+
"single": 401,
|
| 163 |
+
"multi_core": 195,
|
| 164 |
+
"multi_challenge": 147,
|
| 165 |
+
"multi": 342,
|
| 166 |
+
"empty": 146
|
| 167 |
+
}
|
| 168 |
+
},
|
| 169 |
+
"scene_query_realized": {
|
| 170 |
+
"crop_weed": {
|
| 171 |
+
"single": 464,
|
| 172 |
+
"multi_core": 185,
|
| 173 |
+
"multi_challenge": 139,
|
| 174 |
+
"multi": 324,
|
| 175 |
+
"empty": 139
|
| 176 |
+
},
|
| 177 |
+
"forest_tree_cover": {
|
| 178 |
+
"single": 230,
|
| 179 |
+
"multi_core": 92,
|
| 180 |
+
"multi_challenge": 69,
|
| 181 |
+
"multi": 161,
|
| 182 |
+
"empty": 69
|
| 183 |
+
},
|
| 184 |
+
"fruit": {
|
| 185 |
+
"single": 492,
|
| 186 |
+
"multi_core": 199,
|
| 187 |
+
"multi_challenge": 149,
|
| 188 |
+
"multi": 348,
|
| 189 |
+
"empty": 149
|
| 190 |
+
},
|
| 191 |
+
"pest": {
|
| 192 |
+
"single": 502,
|
| 193 |
+
"multi_core": 201,
|
| 194 |
+
"multi_challenge": 151,
|
| 195 |
+
"multi": 352,
|
| 196 |
+
"empty": 150
|
| 197 |
+
},
|
| 198 |
+
"plant_disease": {
|
| 199 |
+
"single": 485,
|
| 200 |
+
"multi_core": 194,
|
| 201 |
+
"multi_challenge": 145,
|
| 202 |
+
"multi": 339,
|
| 203 |
+
"empty": 145
|
| 204 |
+
},
|
| 205 |
+
"wheat_head": {
|
| 206 |
+
"single": 401,
|
| 207 |
+
"multi_core": 195,
|
| 208 |
+
"multi_challenge": 147,
|
| 209 |
+
"multi": 342,
|
| 210 |
+
"empty": 146
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"multi_core_density_realized": {
|
| 214 |
+
"2-5": 384,
|
| 215 |
+
"21-50": 279,
|
| 216 |
+
"6-20": 403
|
| 217 |
+
},
|
| 218 |
+
"multi_challenge_density_realized": {
|
| 219 |
+
"2-5": 322,
|
| 220 |
+
"21-50": 216,
|
| 221 |
+
"6-20": 262
|
| 222 |
+
},
|
| 223 |
+
"multi_density_realized": {
|
| 224 |
+
"2-5": 706,
|
| 225 |
+
"21-50": 495,
|
| 226 |
+
"6-20": 665
|
| 227 |
+
},
|
| 228 |
+
"image_pool_overlap": {
|
| 229 |
+
"single_multi": 0,
|
| 230 |
+
"single_empty": 0,
|
| 231 |
+
"multi_empty": 0,
|
| 232 |
+
"multi_core_challenge": 0
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
},
|
| 236 |
+
"test": {
|
| 237 |
+
"num_queries": 1288,
|
| 238 |
+
"by_query_type": {
|
| 239 |
+
"empty": 199,
|
| 240 |
+
"multi": 468,
|
| 241 |
+
"single": 621
|
| 242 |
+
},
|
| 243 |
+
"by_query_bucket": {
|
| 244 |
+
"empty": 199,
|
| 245 |
+
"multi_challenge": 200,
|
| 246 |
+
"multi_core": 268,
|
| 247 |
+
"single": 621
|
| 248 |
+
},
|
| 249 |
+
"by_program_type": {
|
| 250 |
+
"empty_family_negative": 199,
|
| 251 |
+
"multi_family_all": 96,
|
| 252 |
+
"multi_family_side_left": 15,
|
| 253 |
+
"multi_family_side_right": 15,
|
| 254 |
+
"multi_family_topk_largest": 132,
|
| 255 |
+
"multi_family_topk_leftmost": 172,
|
| 256 |
+
"multi_fine_all": 18,
|
| 257 |
+
"multi_fine_topk_largest": 16,
|
| 258 |
+
"multi_fine_topk_leftmost": 4,
|
| 259 |
+
"single_family_unique": 43,
|
| 260 |
+
"single_fine_unique": 53,
|
| 261 |
+
"single_rank_bottommost": 90,
|
| 262 |
+
"single_rank_largest": 196,
|
| 263 |
+
"single_rank_leftmost": 73,
|
| 264 |
+
"single_rank_rightmost": 75,
|
| 265 |
+
"single_rank_topmost": 86,
|
| 266 |
+
"single_relation_family": 5
|
| 267 |
+
},
|
| 268 |
+
"by_source": {
|
| 269 |
+
"acfr": 127,
|
| 270 |
+
"cropandweed": 127,
|
| 271 |
+
"dumortier": 94,
|
| 272 |
+
"gwhd2021": 202,
|
| 273 |
+
"ip102_detection": 251,
|
| 274 |
+
"minneapple": 118,
|
| 275 |
+
"oam_tcd": 21,
|
| 276 |
+
"phenobench": 106,
|
| 277 |
+
"plantseg": 242
|
| 278 |
+
},
|
| 279 |
+
"by_scene_family": {
|
| 280 |
+
"crop_weed": 233,
|
| 281 |
+
"forest_tree_cover": 115,
|
| 282 |
+
"fruit": 245,
|
| 283 |
+
"pest": 251,
|
| 284 |
+
"plant_disease": 242,
|
| 285 |
+
"wheat_head": 202
|
| 286 |
+
},
|
| 287 |
+
"by_scene_family_and_query_type": {
|
| 288 |
+
"crop_weed": {
|
| 289 |
+
"empty": 35,
|
| 290 |
+
"multi": 82,
|
| 291 |
+
"single": 116
|
| 292 |
+
},
|
| 293 |
+
"forest_tree_cover": {
|
| 294 |
+
"empty": 17,
|
| 295 |
+
"multi": 40,
|
| 296 |
+
"single": 58
|
| 297 |
+
},
|
| 298 |
+
"fruit": {
|
| 299 |
+
"empty": 37,
|
| 300 |
+
"multi": 87,
|
| 301 |
+
"single": 121
|
| 302 |
+
},
|
| 303 |
+
"pest": {
|
| 304 |
+
"empty": 38,
|
| 305 |
+
"multi": 88,
|
| 306 |
+
"single": 125
|
| 307 |
+
},
|
| 308 |
+
"plant_disease": {
|
| 309 |
+
"empty": 36,
|
| 310 |
+
"multi": 85,
|
| 311 |
+
"single": 121
|
| 312 |
+
},
|
| 313 |
+
"wheat_head": {
|
| 314 |
+
"empty": 36,
|
| 315 |
+
"multi": 86,
|
| 316 |
+
"single": 80
|
| 317 |
+
}
|
| 318 |
+
},
|
| 319 |
+
"by_scene_family_and_query_bucket": {
|
| 320 |
+
"crop_weed": {
|
| 321 |
+
"empty": 35,
|
| 322 |
+
"multi_challenge": 35,
|
| 323 |
+
"multi_core": 47,
|
| 324 |
+
"single": 116
|
| 325 |
+
},
|
| 326 |
+
"forest_tree_cover": {
|
| 327 |
+
"empty": 17,
|
| 328 |
+
"multi_challenge": 17,
|
| 329 |
+
"multi_core": 23,
|
| 330 |
+
"single": 58
|
| 331 |
+
},
|
| 332 |
+
"fruit": {
|
| 333 |
+
"empty": 37,
|
| 334 |
+
"multi_challenge": 37,
|
| 335 |
+
"multi_core": 50,
|
| 336 |
+
"single": 121
|
| 337 |
+
},
|
| 338 |
+
"pest": {
|
| 339 |
+
"empty": 38,
|
| 340 |
+
"multi_challenge": 38,
|
| 341 |
+
"multi_core": 50,
|
| 342 |
+
"single": 125
|
| 343 |
+
},
|
| 344 |
+
"plant_disease": {
|
| 345 |
+
"empty": 36,
|
| 346 |
+
"multi_challenge": 36,
|
| 347 |
+
"multi_core": 49,
|
| 348 |
+
"single": 121
|
| 349 |
+
},
|
| 350 |
+
"wheat_head": {
|
| 351 |
+
"empty": 36,
|
| 352 |
+
"multi_challenge": 37,
|
| 353 |
+
"multi_core": 49,
|
| 354 |
+
"single": 80
|
| 355 |
+
}
|
| 356 |
+
},
|
| 357 |
+
"query_plan": {
|
| 358 |
+
"scene_query_targets": {
|
| 359 |
+
"crop_weed": {
|
| 360 |
+
"single": 116,
|
| 361 |
+
"multi_core": 47,
|
| 362 |
+
"multi_challenge": 35,
|
| 363 |
+
"multi": 82,
|
| 364 |
+
"empty": 35
|
| 365 |
+
},
|
| 366 |
+
"forest_tree_cover": {
|
| 367 |
+
"single": 58,
|
| 368 |
+
"multi_core": 23,
|
| 369 |
+
"multi_challenge": 17,
|
| 370 |
+
"multi": 40,
|
| 371 |
+
"empty": 17
|
| 372 |
+
},
|
| 373 |
+
"fruit": {
|
| 374 |
+
"single": 121,
|
| 375 |
+
"multi_core": 50,
|
| 376 |
+
"multi_challenge": 37,
|
| 377 |
+
"multi": 87,
|
| 378 |
+
"empty": 37
|
| 379 |
+
},
|
| 380 |
+
"pest": {
|
| 381 |
+
"single": 125,
|
| 382 |
+
"multi_core": 50,
|
| 383 |
+
"multi_challenge": 38,
|
| 384 |
+
"multi": 88,
|
| 385 |
+
"empty": 38
|
| 386 |
+
},
|
| 387 |
+
"plant_disease": {
|
| 388 |
+
"single": 121,
|
| 389 |
+
"multi_core": 49,
|
| 390 |
+
"multi_challenge": 36,
|
| 391 |
+
"multi": 85,
|
| 392 |
+
"empty": 36
|
| 393 |
+
},
|
| 394 |
+
"wheat_head": {
|
| 395 |
+
"single": 80,
|
| 396 |
+
"multi_core": 49,
|
| 397 |
+
"multi_challenge": 37,
|
| 398 |
+
"multi": 86,
|
| 399 |
+
"empty": 36
|
| 400 |
+
}
|
| 401 |
+
},
|
| 402 |
+
"scene_query_realized": {
|
| 403 |
+
"crop_weed": {
|
| 404 |
+
"single": 116,
|
| 405 |
+
"multi_core": 47,
|
| 406 |
+
"multi_challenge": 35,
|
| 407 |
+
"multi": 82,
|
| 408 |
+
"empty": 35
|
| 409 |
+
},
|
| 410 |
+
"forest_tree_cover": {
|
| 411 |
+
"single": 58,
|
| 412 |
+
"multi_core": 23,
|
| 413 |
+
"multi_challenge": 17,
|
| 414 |
+
"multi": 40,
|
| 415 |
+
"empty": 17
|
| 416 |
+
},
|
| 417 |
+
"fruit": {
|
| 418 |
+
"single": 121,
|
| 419 |
+
"multi_core": 50,
|
| 420 |
+
"multi_challenge": 37,
|
| 421 |
+
"multi": 87,
|
| 422 |
+
"empty": 37
|
| 423 |
+
},
|
| 424 |
+
"pest": {
|
| 425 |
+
"single": 125,
|
| 426 |
+
"multi_core": 50,
|
| 427 |
+
"multi_challenge": 38,
|
| 428 |
+
"multi": 88,
|
| 429 |
+
"empty": 38
|
| 430 |
+
},
|
| 431 |
+
"plant_disease": {
|
| 432 |
+
"single": 121,
|
| 433 |
+
"multi_core": 49,
|
| 434 |
+
"multi_challenge": 36,
|
| 435 |
+
"multi": 85,
|
| 436 |
+
"empty": 36
|
| 437 |
+
},
|
| 438 |
+
"wheat_head": {
|
| 439 |
+
"single": 80,
|
| 440 |
+
"multi_core": 49,
|
| 441 |
+
"multi_challenge": 37,
|
| 442 |
+
"multi": 86,
|
| 443 |
+
"empty": 36
|
| 444 |
+
}
|
| 445 |
+
},
|
| 446 |
+
"multi_core_density_realized": {
|
| 447 |
+
"2-5": 98,
|
| 448 |
+
"21-50": 85,
|
| 449 |
+
"6-20": 85
|
| 450 |
+
},
|
| 451 |
+
"multi_challenge_density_realized": {
|
| 452 |
+
"2-5": 89,
|
| 453 |
+
"21-50": 58,
|
| 454 |
+
"6-20": 53
|
| 455 |
+
},
|
| 456 |
+
"multi_density_realized": {
|
| 457 |
+
"2-5": 187,
|
| 458 |
+
"21-50": 143,
|
| 459 |
+
"6-20": 138
|
| 460 |
+
},
|
| 461 |
+
"image_pool_overlap": {
|
| 462 |
+
"single_multi": 0,
|
| 463 |
+
"single_empty": 0,
|
| 464 |
+
"multi_empty": 0,
|
| 465 |
+
"multi_core_challenge": 0
|
| 466 |
+
}
|
| 467 |
+
}
|
| 468 |
+
}
|
| 469 |
+
}
|
t2/annotations/dropped_ids.txt
ADDED
|
@@ -0,0 +1,1455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
acfr_apples::acfr_apple_20130320T004352.373192.Cam6_51
|
| 2 |
+
acfr_apples::acfr_apple_20130320T004352.754200.Cam6_23
|
| 3 |
+
acfr_apples::acfr_apple_20130320T004353.135082.Cam6_53
|
| 4 |
+
acfr_apples::acfr_apple_20130320T004402.659157.Cam6_43
|
| 5 |
+
acfr_apples::acfr_apple_20130320T004408.944916.Cam6_54
|
| 6 |
+
acfr_apples::acfr_apple_20130320T004413.135503.Cam6_63
|
| 7 |
+
acfr_apples::acfr_apple_20130320T004417.897603.Cam6_33
|
| 8 |
+
acfr_apples::acfr_apple_20130320T004422.088064.Cam6_43
|
| 9 |
+
acfr_apples::acfr_apple_20130320T004426.469151.Cam6_32
|
| 10 |
+
acfr_apples::acfr_apple_20130320T004449.326741.Cam6_34
|
| 11 |
+
acfr_apples::acfr_apple_20130320T004524.184585.Cam6_43
|
| 12 |
+
acfr_apples::acfr_apple_20130320T004530.279967.Cam6_23
|
| 13 |
+
acfr_apples::acfr_apple_20130320T004545.137412.Cam6_62
|
| 14 |
+
acfr_apples::acfr_apple_20130320T004554.470985.Cam6_34
|
| 15 |
+
acfr_apples::acfr_apple_20130320T004555.042372.Cam6_52
|
| 16 |
+
acfr_apples::acfr_apple_20130320T004559.804473.Cam6_52
|
| 17 |
+
acfr_apples::acfr_apple_20130320T004609.899802.Cam6_51
|
| 18 |
+
acfr_apples::acfr_apple_20130320T004611.042700.Cam6_31
|
| 19 |
+
acfr_apples::acfr_apple_20130320T004615.614293.Cam6_51
|
| 20 |
+
acfr_apples::acfr_apple_20130320T004617.709587.Cam6_31
|
| 21 |
+
acfr_apples::acfr_apple_20130320T004704.948559.Cam6_32
|
| 22 |
+
acfr_apples::acfr_apple_20130320T004707.043851.Cam6_61
|
| 23 |
+
acfr_apples::acfr_apple_20130320T004708.186750.Cam6_31
|
| 24 |
+
acfr_apples::acfr_apple_20130320T004715.044021.Cam6_44
|
| 25 |
+
acfr_apples::acfr_apple_20130320T004718.472720.Cam6_63
|
| 26 |
+
acfr_apples::acfr_apple_20130320T004727.234781.Cam6_64
|
| 27 |
+
acfr_apples::acfr_apple_20130320T004728.568185.Cam6_51
|
| 28 |
+
acfr_apples::acfr_apple_20130320T004735.806461.Cam6_41
|
| 29 |
+
acfr_apples::acfr_apple_20130320T004737.520747.Cam6_43
|
| 30 |
+
acfr_apples::acfr_apple_20130320T004743.616122.Cam6_34
|
| 31 |
+
acfr_apples::acfr_apple_20130320T004746.473303.Cam6_73
|
| 32 |
+
acfr_apples::acfr_apple_20130320T004751.806786.Cam6_13
|
| 33 |
+
acfr_apples::acfr_apple_20130320T004758.092540.Cam6_31
|
| 34 |
+
acfr_apples::acfr_apple_20130320T004759.235439.Cam6_61
|
| 35 |
+
acfr_apples::acfr_apple_20130320T004802.092623.Cam6_21
|
| 36 |
+
acfr_apples::acfr_apple_20130320T004803.616531.Cam6_24
|
| 37 |
+
acfr_apples::acfr_apple_20130320T004804.378421.Cam6_62
|
| 38 |
+
acfr_apples::acfr_apple_20130320T004811.616698.Cam6_13
|
| 39 |
+
acfr_apples::acfr_apple_20130320T004850.855639.Cam6_23
|
| 40 |
+
acfr_apples::acfr_apple_20130320T004852.760430.Cam6_11
|
| 41 |
+
acfr_apples::acfr_apple_20130320T004856.379504.Cam6_22
|
| 42 |
+
acfr_apples::acfr_apple_20130320T004901.331983.Cam6_61
|
| 43 |
+
acfr_apples::acfr_apple_20130320T004902.855890.Cam6_64
|
| 44 |
+
acfr_apples::acfr_apple_20130320T004903.236773.Cam6_61
|
| 45 |
+
acfr_apples::acfr_apple_20130320T004903.808285.Cam6_43
|
| 46 |
+
acfr_apples::acfr_apple_20130320T004906.093958.Cam6_22
|
| 47 |
+
acfr_apples::acfr_apple_20130320T004910.284546.Cam6_21
|
| 48 |
+
acfr_apples::acfr_apple_20130320T004919.618115.Cam6_53
|
| 49 |
+
acfr_apples::acfr_apple_20130320T004921.141897.Cam6_23
|
| 50 |
+
acfr_apples::acfr_apple_20130320T004927.999164.Cam6_31
|
| 51 |
+
acfr_apples::acfr_apple_20130320T004934.666053.Cam6_42
|
| 52 |
+
acfr_apples::acfr_apple_20130320T004935.046935.Cam6_52
|
| 53 |
+
acfr_apples::acfr_apple_20130320T004948.571086.Cam6_43
|
| 54 |
+
acfr_apples::acfr_apple_20130320T005015.428761.Cam6_31
|
| 55 |
+
acfr_apples::acfr_apple_20130320T005025.333719.Cam6_43
|
| 56 |
+
acfr_apples::acfr_apple_20130320T005029.143298.Cam6_11
|
| 57 |
+
acfr_apples::acfr_apple_20130320T005037.333969.Cam6_53
|
| 58 |
+
acfr_apples::acfr_apple_20130320T005050.286611.Cam6_43
|
| 59 |
+
acfr_apples::acfr_apple_20130320T005051.048506.Cam6_31
|
| 60 |
+
acfr_apples::acfr_apple_20130320T005100.953457.Cam6_21
|
| 61 |
+
acfr_apples::acfr_apple_20130320T005102.286861.Cam6_63
|
| 62 |
+
acfr_apples::acfr_apple_20130320T005103.048751.Cam6_62
|
| 63 |
+
acfr_apples::acfr_apple_20130320T005103.810767.Cam6_41
|
| 64 |
+
acfr_apples::acfr_apple_20130320T005108.382236.Cam6_11
|
| 65 |
+
acfr_apples::acfr_apple_20130320T005114.096601.Cam6_33
|
| 66 |
+
acfr_apples::acfr_apple_20130320T005122.477772.Cam6_64
|
| 67 |
+
acfr_apples::acfr_apple_20130320T005124.382560.Cam6_43
|
| 68 |
+
acfr_apples::acfr_apple_20130320T005131.239822.Cam6_11
|
| 69 |
+
acfr_apples::acfr_apple_20130320T005134.287508.Cam6_32
|
| 70 |
+
acfr_apples::acfr_apple_20130320T005221.907478.Cam6_33
|
| 71 |
+
acfr_apples::acfr_apple_20130320T005224.574282.Cam6_33
|
| 72 |
+
acfr_apples::acfr_apple_20130320T005225.907559.Cam6_63
|
| 73 |
+
acfr_apples::acfr_apple_20130320T005230.098145.Cam6_12
|
| 74 |
+
acfr_apples::acfr_apple_20130320T005230.669657.Cam6_34
|
| 75 |
+
acfr_apples::acfr_apple_20130320T005232.193440.Cam6_32
|
| 76 |
+
acfr_apples::acfr_apple_20130320T005233.336339.Cam6_71
|
| 77 |
+
acfr_apples::acfr_apple_20130320T005234.860121.Cam6_64
|
| 78 |
+
acfr_apples::acfr_apple_20130320T005235.431633.Cam6_12
|
| 79 |
+
acfr_apples::acfr_apple_20130320T005238.288819.Cam6_34
|
| 80 |
+
acfr_apples::acfr_apple_20130320T005252.003348.Cam6_42
|
| 81 |
+
acfr_apples::acfr_apple_20130320T005257.146330.Cam6_54
|
| 82 |
+
acfr_apples::acfr_apple_20130320T005304.765613.Cam6_11
|
| 83 |
+
acfr_apples::acfr_apple_20130320T005316.765861.Cam6_44
|
| 84 |
+
acfr_apples::acfr_apple_20130320T005416.767103.Cam6_61
|
| 85 |
+
acfr_apples::acfr_apple_20130320T005422.100462.Cam6_32
|
| 86 |
+
acfr_apples::acfr_apple_20130320T005422.481469.Cam6_41
|
| 87 |
+
acfr_apples::acfr_apple_20130320T005423.052856.Cam6_23
|
| 88 |
+
acfr_apples::acfr_apple_20130320T005424.767142.Cam6_32
|
| 89 |
+
acfr_apples::acfr_apple_20130320T005430.100628.Cam6_41
|
| 90 |
+
acfr_apples::acfr_apple_20130320T005432.195921.Cam6_33
|
| 91 |
+
acfr_apples::acfr_apple_20130320T005434.672219.Cam6_61
|
| 92 |
+
acfr_apples::acfr_apple_20130320T005442.862882.Cam6_31
|
| 93 |
+
acfr_apples::acfr_apple_20130320T005444.386662.Cam6_21
|
| 94 |
+
acfr_apples::acfr_apple_20130320T005444.958049.Cam6_62
|
| 95 |
+
acfr_apples::acfr_apple_20130320T005448.958130.Cam6_63
|
| 96 |
+
acfr_apples::acfr_apple_20130320T005458.482203.Cam6_43
|
| 97 |
+
acfr_apples::acfr_apple_20130320T005544.959297.Cam6_62
|
| 98 |
+
acfr_apples::acfr_apple_20130320T005545.530809.Cam6_53
|
| 99 |
+
acfr_apples::acfr_apple_20130320T005545.721311.Cam6_53
|
| 100 |
+
acfr_apples::acfr_apple_20130320T005545.911690.Cam6_41
|
| 101 |
+
acfr_apples::acfr_apple_20130320T005546.483202.Cam6_13
|
| 102 |
+
acfr_apples::acfr_apple_20130320T005547.435596.Cam6_42
|
| 103 |
+
acfr_apples::acfr_apple_20130320T005550.102277.Cam6_21
|
| 104 |
+
acfr_apples::acfr_apple_20130320T005553.530973.Cam6_13
|
| 105 |
+
acfr_apples::acfr_apple_20130320T005602.674040.Cam6_43
|
| 106 |
+
acfr_apples::acfr_apple_20130320T005611.055090.Cam6_13
|
| 107 |
+
acfr_apples::acfr_apple_20130320T005617.912359.Cam6_63
|
| 108 |
+
acfr_apples::acfr_apple_20130320T005622.293447.Cam6_44
|
| 109 |
+
acfr_apples::acfr_apple_20130320T005626.674536.Cam6_13
|
| 110 |
+
acfr_apples::acfr_apple_20130320T005628.388820.Cam6_42
|
| 111 |
+
acfr_apples::acfr_apple_20130320T005632.198399.Cam6_64
|
| 112 |
+
acfr_apples::acfr_apple_20130320T005634.103189.Cam6_61
|
| 113 |
+
acfr_apples::acfr_apple_20130320T005650.294023.Cam6_41
|
| 114 |
+
acfr_apples::acfr_apple_20130320T005655.817889.Cam6_12
|
| 115 |
+
acfr_apples::acfr_apple_20130320T005658.294191.Cam6_13
|
| 116 |
+
acfr_apples::acfr_apple_20130320T005731.437753.Cam6_12
|
| 117 |
+
acfr_apples::acfr_apple_20130320T005732.199644.Cam6_21
|
| 118 |
+
acfr_apples::acfr_apple_20130320T005736.199727.Cam6_62
|
| 119 |
+
acfr_apples::acfr_apple_20130320T005739.818800.Cam6_43
|
| 120 |
+
acfr_apples::acfr_apple_20130320T005741.914094.Cam6_42
|
| 121 |
+
acfr_apples::acfr_apple_20130320T005754.866735.Cam6_22
|
| 122 |
+
acfr_apples::acfr_apple_20130320T005756.390641.Cam6_43
|
| 123 |
+
acfr_apples::acfr_apple_20130320T005757.152532.Cam6_11
|
| 124 |
+
acfr_apples::acfr_apple_20130320T005813.914748.Cam6_54
|
| 125 |
+
acfr_apples::acfr_apple_20130320T005814.867143.Cam6_12
|
| 126 |
+
acfr_apples::acfr_apple_20130320T005815.629159.Cam6_33
|
| 127 |
+
acfr_apples::acfr_apple_20130320T005817.914830.Cam6_41
|
| 128 |
+
acfr_apples::acfr_apple_20130320T005822.486424.Cam6_43
|
| 129 |
+
acfr_apples::acfr_apple_20130320T005823.629322.Cam6_43
|
| 130 |
+
acfr_apples::acfr_apple_20130320T005905.534927.Cam6_61
|
| 131 |
+
acfr_apples::acfr_apple_20130320T005913.915969.Cam6_31
|
| 132 |
+
acfr_apples::acfr_apple_20130320T005914.677985.Cam6_42
|
| 133 |
+
acfr_apples::acfr_apple_20130320T005915.820761.Cam6_42
|
| 134 |
+
acfr_apples::acfr_apple_20130320T005920.201850.Cam6_63
|
| 135 |
+
acfr_apples::acfr_apple_20130320T005921.725757.Cam6_13
|
| 136 |
+
acfr_apples::acfr_apple_20130320T005922.868531.Cam6_12
|
| 137 |
+
acfr_apples::acfr_apple_20130320T005928.963909.Cam6_32
|
| 138 |
+
acfr_apples::acfr_apple_20130320T005935.440294.Cam6_12
|
| 139 |
+
acfr_apples::acfr_apple_20130320T005947.059535.Cam6_23
|
| 140 |
+
acfr_apples::acfr_apple_20130320T005949.535830.Cam6_42
|
| 141 |
+
acfr_apples::acfr_apple_20130320T005951.821627.Cam6_42
|
| 142 |
+
acfr_apples::acfr_apple_20130320T005952.393012.Cam6_32
|
| 143 |
+
acfr_apples::acfr_apple_20130320T005953.916792.Cam6_12
|
| 144 |
+
acfr_apples::acfr_apple_20130320T005957.154982.Cam6_51
|
| 145 |
+
acfr_apples::acfr_apple_20130320T010000.964560.Cam6_42
|
| 146 |
+
acfr_apples::acfr_apple_20130320T012821.570898_41
|
| 147 |
+
acfr_apples::acfr_apple_20130320T012822.713796_41
|
| 148 |
+
acfr_apples::acfr_apple_20130320T012826.523370_43
|
| 149 |
+
acfr_apples::acfr_apple_20130320T012832.237733_21
|
| 150 |
+
acfr_apples::acfr_apple_20130320T012845.190374_42
|
| 151 |
+
acfr_apples::acfr_apple_20130320T012846.333271_43
|
| 152 |
+
acfr_apples::acfr_apple_20130320T012849.380957_23
|
| 153 |
+
acfr_apples::acfr_apple_20130320T012850.333350_52
|
| 154 |
+
acfr_apples::acfr_apple_20130320T012851.285745_42
|
| 155 |
+
acfr_apples::acfr_apple_20130320T012854.142929_43
|
| 156 |
+
acfr_apples::acfr_apple_20130320T012855.857338_42
|
| 157 |
+
acfr_apples::acfr_apple_20130320T012858.905027_21
|
| 158 |
+
acfr_apples::acfr_apple_20130320T012901.190699_21
|
| 159 |
+
acfr_apples::acfr_apple_20130320T012904.809896_22
|
| 160 |
+
acfr_apples::acfr_apple_20130320T012908.047960_32
|
| 161 |
+
acfr_apples::acfr_apple_20130320T012923.476901_31
|
| 162 |
+
acfr_apples::acfr_apple_20130320T012932.238951_32
|
| 163 |
+
acfr_apples::acfr_apple_20130320T012949.572679_32
|
| 164 |
+
acfr_apples::acfr_apple_20130320T013021.573348_12
|
| 165 |
+
acfr_apples::acfr_apple_20130320T013022.525743_22
|
| 166 |
+
acfr_apples::acfr_apple_20130320T013022.906751_13
|
| 167 |
+
acfr_apples::acfr_apple_20130320T013023.668642_21
|
| 168 |
+
acfr_apples::acfr_apple_20130320T013025.001919_32
|
| 169 |
+
acfr_apples::acfr_apple_20130320T013026.335322_23
|
| 170 |
+
acfr_apples::acfr_apple_20130320T013027.668727_21
|
| 171 |
+
acfr_apples::acfr_apple_20130320T013029.764019_22
|
| 172 |
+
acfr_apples::acfr_apple_20130320T013053.573998_22
|
| 173 |
+
acfr_apples::acfr_apple_20130320T013106.526640_33
|
| 174 |
+
acfr_apples::acfr_apple_20130320T013107.669539_32
|
| 175 |
+
acfr_apples::acfr_apple_20130320T013112.050506_34
|
| 176 |
+
acfr_apples::acfr_apple_20130320T013126.146046_22
|
| 177 |
+
acfr_apples::acfr_apple_20130320T013137.193899_22
|
| 178 |
+
acfr_apples::acfr_apple_20130320T013145.384567_33
|
| 179 |
+
acfr_apples::acfr_apple_20130320T013146.336961_31
|
| 180 |
+
acfr_apples::acfr_apple_20130320T013242.719107_13
|
| 181 |
+
acfr_apples::acfr_apple_20130320T013302.338507_42
|
| 182 |
+
acfr_apples::acfr_apple_20130320T013306.529089_42
|
| 183 |
+
acfr_apples::acfr_apple_20130320T013310.910175_21
|
| 184 |
+
acfr_apples::acfr_apple_20130320T013312.052947_23
|
| 185 |
+
acfr_apples::acfr_apple_20130320T013312.433956_22
|
| 186 |
+
acfr_apples::acfr_apple_20130320T013313.195847_21
|
| 187 |
+
acfr_apples::acfr_apple_20130320T013315.862646_41
|
| 188 |
+
acfr_apples::acfr_apple_20130320T013316.815040_22
|
| 189 |
+
acfr_apples::acfr_apple_20130320T013318.529327_21
|
| 190 |
+
acfr_apples::acfr_apple_20130320T013320.243612_41
|
| 191 |
+
acfr_apples::acfr_apple_20130320T013321.005503_32
|
| 192 |
+
acfr_apples::acfr_apple_20130320T013322.338904_21
|
| 193 |
+
acfr_apples::acfr_apple_20130320T013322.910417_12
|
| 194 |
+
acfr_apples::acfr_apple_20130320T013327.672391_33
|
| 195 |
+
acfr_apples::acfr_apple_20130320T013333.386760_33
|
| 196 |
+
acfr_apples::acfr_apple_20130320T013348.625201_53
|
| 197 |
+
acfr_apples::acfr_apple_20130320T013349.958479_61
|
| 198 |
+
acfr_apples::acfr_apple_20130320T013352.244276_32
|
| 199 |
+
acfr_apples::acfr_apple_20130320T013438.530959_31
|
| 200 |
+
acfr_apples::acfr_apple_20130320T013444.816839_43
|
| 201 |
+
acfr_apples::acfr_apple_20130320T013452.817008_12
|
| 202 |
+
acfr_apples::acfr_apple_20130320T013505.769640_52
|
| 203 |
+
acfr_apples::acfr_apple_20130320T013506.150522_22
|
| 204 |
+
acfr_apples::acfr_apple_20130320T013508.817326_12
|
| 205 |
+
acfr_apples::acfr_apple_20130320T013516.817357_11
|
| 206 |
+
acfr_apples::acfr_apple_20130320T013518.531770_42
|
| 207 |
+
acfr_apples::acfr_apple_20130320T013523.865255_13
|
| 208 |
+
acfr_apples::acfr_apple_20130320T013529.008109_21
|
| 209 |
+
acfr_apples::acfr_apple_20130320T013550.341930_22
|
| 210 |
+
acfr_apples::acfr_apple_20130320T013551.103822_31
|
| 211 |
+
acfr_apples::acfr_apple_20130320T013607.485145_32
|
| 212 |
+
acfr_apples::acfr_apple_20130320T013608.056531_21
|
| 213 |
+
acfr_apples::acfr_apple_20130320T013610.532832_42
|
| 214 |
+
acfr_apples::acfr_apple_20130320T013612.247116_31
|
| 215 |
+
acfr_apples::acfr_apple_20130320T013657.200420_21
|
| 216 |
+
acfr_apples::acfr_apple_20130320T013714.343638_13
|
| 217 |
+
cropandweed::caw_ave-0000-0001
|
| 218 |
+
cropandweed::caw_ave-0035-0006
|
| 219 |
+
cropandweed::caw_ave-0037-0001
|
| 220 |
+
cropandweed::caw_ave-0041-0003
|
| 221 |
+
cropandweed::caw_ave-0041-0017
|
| 222 |
+
cropandweed::caw_ave-0041-0019
|
| 223 |
+
cropandweed::caw_ave-0053-0006
|
| 224 |
+
cropandweed::caw_ave-0057-0018
|
| 225 |
+
cropandweed::caw_ave-0062-0001
|
| 226 |
+
cropandweed::caw_ave-0063-0018
|
| 227 |
+
cropandweed::caw_ave-0063-0020
|
| 228 |
+
cropandweed::caw_ave-0067-0007
|
| 229 |
+
cropandweed::caw_ave-0076-0020
|
| 230 |
+
cropandweed::caw_ave-0100-0009
|
| 231 |
+
cropandweed::caw_ave-0108-0005
|
| 232 |
+
cropandweed::caw_ave-0109-0002
|
| 233 |
+
cropandweed::caw_ave-0122-0003
|
| 234 |
+
cropandweed::caw_ave-0125-0013
|
| 235 |
+
cropandweed::caw_ave-0127-0014
|
| 236 |
+
cropandweed::caw_ave-0130-0008
|
| 237 |
+
cropandweed::caw_ave-0131-0015
|
| 238 |
+
cropandweed::caw_ave-0140-0015
|
| 239 |
+
cropandweed::caw_ave-0141-0010
|
| 240 |
+
cropandweed::caw_ave-0147-0011
|
| 241 |
+
cropandweed::caw_ave-0152-0008
|
| 242 |
+
cropandweed::caw_ave-0156-0001
|
| 243 |
+
cropandweed::caw_ave-0157-0004
|
| 244 |
+
cropandweed::caw_ave-0157-0009
|
| 245 |
+
cropandweed::caw_ave-0159-0008
|
| 246 |
+
cropandweed::caw_ave-0161-0019
|
| 247 |
+
cropandweed::caw_ave-0168-0032
|
| 248 |
+
cropandweed::caw_ave-0184-0017
|
| 249 |
+
cropandweed::caw_ave-0190-0002
|
| 250 |
+
cropandweed::caw_ave-0190-0015
|
| 251 |
+
cropandweed::caw_ave-0192-0001
|
| 252 |
+
cropandweed::caw_ave-0195-0004
|
| 253 |
+
cropandweed::caw_ave-0196-0004
|
| 254 |
+
cropandweed::caw_ave-0196-0013
|
| 255 |
+
cropandweed::caw_ave-0197-0020
|
| 256 |
+
cropandweed::caw_ave-0203-0006
|
| 257 |
+
cropandweed::caw_ave-0215-0007
|
| 258 |
+
cropandweed::caw_ave-0221-0020
|
| 259 |
+
cropandweed::caw_ave-0221-0025
|
| 260 |
+
cropandweed::caw_ave-0225-0007
|
| 261 |
+
cropandweed::caw_ave-0248-0010
|
| 262 |
+
cropandweed::caw_ave-0258-0008
|
| 263 |
+
cropandweed::caw_ave-0268-0010
|
| 264 |
+
cropandweed::caw_ave-0268-0012
|
| 265 |
+
cropandweed::caw_ave-0278-0013
|
| 266 |
+
cropandweed::caw_ave-0284-0019
|
| 267 |
+
cropandweed::caw_ave-0288-0003
|
| 268 |
+
cropandweed::caw_ave-0290-0021
|
| 269 |
+
cropandweed::caw_ave-0294-0002
|
| 270 |
+
cropandweed::caw_ave-0295-0006
|
| 271 |
+
cropandweed::caw_ave-0298-0004
|
| 272 |
+
cropandweed::caw_ave-0300-0006
|
| 273 |
+
cropandweed::caw_ave-0303-0005
|
| 274 |
+
cropandweed::caw_ave-0304-0004
|
| 275 |
+
cropandweed::caw_ave-0304-0005
|
| 276 |
+
cropandweed::caw_ave-0308-0007
|
| 277 |
+
cropandweed::caw_ave-0312-0003
|
| 278 |
+
cropandweed::caw_ave-0315-0002
|
| 279 |
+
cropandweed::caw_ave-0315-0006
|
| 280 |
+
cropandweed::caw_ave-0315-0014
|
| 281 |
+
cropandweed::caw_ave-0317-0006
|
| 282 |
+
cropandweed::caw_ave-0317-0017
|
| 283 |
+
cropandweed::caw_ave-0319-0022
|
| 284 |
+
cropandweed::caw_ave-0325-0022
|
| 285 |
+
cropandweed::caw_ave-0327-0018
|
| 286 |
+
cropandweed::caw_ave-0327-0019
|
| 287 |
+
cropandweed::caw_ave-0336-0002
|
| 288 |
+
cropandweed::caw_ave-0338-0008
|
| 289 |
+
cropandweed::caw_ave-0339-0002
|
| 290 |
+
cropandweed::caw_ave-0339-0003
|
| 291 |
+
cropandweed::caw_ave-0340-0005
|
| 292 |
+
cropandweed::caw_ave-0342-0012
|
| 293 |
+
cropandweed::caw_ave-0342-0022
|
| 294 |
+
cropandweed::caw_ave-0342-0023
|
| 295 |
+
cropandweed::caw_ave-0345-0004
|
| 296 |
+
cropandweed::caw_ave-0345-0005
|
| 297 |
+
cropandweed::caw_ave-0348-0008
|
| 298 |
+
cropandweed::caw_ave-0351-0003
|
| 299 |
+
cropandweed::caw_ave-0351-0005
|
| 300 |
+
cropandweed::caw_ave-0351-0007
|
| 301 |
+
cropandweed::caw_ave-0356-0003
|
| 302 |
+
cropandweed::caw_ave-0358-0041
|
| 303 |
+
cropandweed::caw_ave-0359-0002
|
| 304 |
+
cropandweed::caw_ave-0361-0002
|
| 305 |
+
cropandweed::caw_ave-0364-0018
|
| 306 |
+
cropandweed::caw_ave-0391-0002
|
| 307 |
+
cropandweed::caw_ave-0405-0008
|
| 308 |
+
cropandweed::caw_ave-0422-0002
|
| 309 |
+
cropandweed::caw_ave-0463-0002
|
| 310 |
+
cropandweed::caw_ave-0511-0012
|
| 311 |
+
cropandweed::caw_ave-0511-0020
|
| 312 |
+
cropandweed::caw_ave-0512-0002
|
| 313 |
+
cropandweed::caw_ave-0512-0021
|
| 314 |
+
cropandweed::caw_ave-0514-0003
|
| 315 |
+
cropandweed::caw_ave-0514-0005
|
| 316 |
+
cropandweed::caw_ave-0522-0002
|
| 317 |
+
cropandweed::caw_ave-0543-0003
|
| 318 |
+
cropandweed::caw_ave-0543-0018
|
| 319 |
+
cropandweed::caw_ave-0592-0002
|
| 320 |
+
cropandweed::caw_ave-0605-0003
|
| 321 |
+
cropandweed::caw_vwg-0003-0001
|
| 322 |
+
cropandweed::caw_vwg-0003-0013
|
| 323 |
+
cropandweed::caw_vwg-0004-0021
|
| 324 |
+
cropandweed::caw_vwg-0012-0008
|
| 325 |
+
cropandweed::caw_vwg-0012-0015
|
| 326 |
+
cropandweed::caw_vwg-0018-0003
|
| 327 |
+
cropandweed::caw_vwg-0019-0016
|
| 328 |
+
cropandweed::caw_vwg-0021-0002
|
| 329 |
+
cropandweed::caw_vwg-0021-0004
|
| 330 |
+
cropandweed::caw_vwg-0021-0014
|
| 331 |
+
cropandweed::caw_vwg-0024-0018
|
| 332 |
+
cropandweed::caw_vwg-0026-0006
|
| 333 |
+
cropandweed::caw_vwg-0027-0018
|
| 334 |
+
cropandweed::caw_vwg-0042-0019
|
| 335 |
+
cropandweed::caw_vwg-0045-0005
|
| 336 |
+
cropandweed::caw_vwg-0053-0011
|
| 337 |
+
cropandweed::caw_vwg-0054-0012
|
| 338 |
+
cropandweed::caw_vwg-0061-0017
|
| 339 |
+
cropandweed::caw_vwg-0065-0001
|
| 340 |
+
cropandweed::caw_vwg-0069-0014
|
| 341 |
+
cropandweed::caw_vwg-0074-0009
|
| 342 |
+
cropandweed::caw_vwg-0081-0003
|
| 343 |
+
cropandweed::caw_vwg-0089-0012
|
| 344 |
+
cropandweed::caw_vwg-0092-0009
|
| 345 |
+
cropandweed::caw_vwg-0093-0006
|
| 346 |
+
cropandweed::caw_vwg-0098-0010
|
| 347 |
+
cropandweed::caw_vwg-0116-0011
|
| 348 |
+
cropandweed::caw_vwg-0119-0002
|
| 349 |
+
cropandweed::caw_vwg-0121-0002
|
| 350 |
+
cropandweed::caw_vwg-0127-0007
|
| 351 |
+
cropandweed::caw_vwg-0133-0015
|
| 352 |
+
cropandweed::caw_vwg-0137-0008
|
| 353 |
+
cropandweed::caw_vwg-0138-0005
|
| 354 |
+
cropandweed::caw_vwg-0141-0005
|
| 355 |
+
cropandweed::caw_vwg-0149-0001
|
| 356 |
+
cropandweed::caw_vwg-0149-0002
|
| 357 |
+
cropandweed::caw_vwg-0150-0003
|
| 358 |
+
cropandweed::caw_vwg-0150-0006
|
| 359 |
+
cropandweed::caw_vwg-0158-0001
|
| 360 |
+
cropandweed::caw_vwg-0162-0008
|
| 361 |
+
cropandweed::caw_vwg-0175-0001
|
| 362 |
+
cropandweed::caw_vwg-0180-0008
|
| 363 |
+
cropandweed::caw_vwg-0184-0002
|
| 364 |
+
cropandweed::caw_vwg-0193-0002
|
| 365 |
+
cropandweed::caw_vwg-0217-0002
|
| 366 |
+
cropandweed::caw_vwg-0221-0010
|
| 367 |
+
cropandweed::caw_vwg-0228-0003
|
| 368 |
+
cropandweed::caw_vwg-0247-0004
|
| 369 |
+
cropandweed::caw_vwg-0253-0008
|
| 370 |
+
cropandweed::caw_vwg-0257-0003
|
| 371 |
+
cropandweed::caw_vwg-0258-0013
|
| 372 |
+
cropandweed::caw_vwg-0259-0002
|
| 373 |
+
cropandweed::caw_vwg-0266-0017
|
| 374 |
+
cropandweed::caw_vwg-0267-0004
|
| 375 |
+
cropandweed::caw_vwg-0279-0014
|
| 376 |
+
cropandweed::caw_vwg-0285-0014
|
| 377 |
+
cropandweed::caw_vwg-0288-0002
|
| 378 |
+
cropandweed::caw_vwg-0293-0002
|
| 379 |
+
cropandweed::caw_vwg-0296-0001
|
| 380 |
+
cropandweed::caw_vwg-0301-0008
|
| 381 |
+
cropandweed::caw_vwg-0302-0005
|
| 382 |
+
cropandweed::caw_vwg-0305-0008
|
| 383 |
+
cropandweed::caw_vwg-0306-0003
|
| 384 |
+
cropandweed::caw_vwg-0309-0017
|
| 385 |
+
cropandweed::caw_vwg-0309-0018
|
| 386 |
+
cropandweed::caw_vwg-0323-0003
|
| 387 |
+
cropandweed::caw_vwg-0357-0005
|
| 388 |
+
cropandweed::caw_vwg-0375-0016
|
| 389 |
+
cropandweed::caw_vwg-0393-0003
|
| 390 |
+
cropandweed::caw_vwg-0400-0020
|
| 391 |
+
cropandweed::caw_vwg-0412-0001
|
| 392 |
+
cropandweed::caw_vwg-0417-0005
|
| 393 |
+
cropandweed::caw_vwg-0420-0004
|
| 394 |
+
cropandweed::caw_vwg-0421-0001
|
| 395 |
+
cropandweed::caw_vwg-0422-0007
|
| 396 |
+
cropandweed::caw_vwg-0424-0003
|
| 397 |
+
cropandweed::caw_vwg-0431-0007
|
| 398 |
+
cropandweed::caw_vwg-0437-0004
|
| 399 |
+
cropandweed::caw_vwg-0439-0006
|
| 400 |
+
cropandweed::caw_vwg-0442-0025
|
| 401 |
+
cropandweed::caw_vwg-0443-0003
|
| 402 |
+
cropandweed::caw_vwg-0454-0006
|
| 403 |
+
cropandweed::caw_vwg-0458-0006
|
| 404 |
+
cropandweed::caw_vwg-0462-0011
|
| 405 |
+
cropandweed::caw_vwg-0463-0013
|
| 406 |
+
cropandweed::caw_vwg-0472-0004
|
| 407 |
+
cropandweed::caw_vwg-0491-0008
|
| 408 |
+
cropandweed::caw_vwg-0497-0014
|
| 409 |
+
cropandweed::caw_vwg-0513-0005
|
| 410 |
+
cropandweed::caw_vwg-0519-0002
|
| 411 |
+
cropandweed::caw_vwg-0519-0010
|
| 412 |
+
cropandweed::caw_vwg-0529-0007
|
| 413 |
+
cropandweed::caw_vwg-0546-0027
|
| 414 |
+
cropandweed::caw_vwg-0547-0003
|
| 415 |
+
cropandweed::caw_vwg-0547-0007
|
| 416 |
+
cropandweed::caw_vwg-0547-0009
|
| 417 |
+
cropandweed::caw_vwg-0554-0020
|
| 418 |
+
cropandweed::caw_vwg-0560-0009
|
| 419 |
+
cropandweed::caw_vwg-0560-0011
|
| 420 |
+
cropandweed::caw_vwg-0575-0016
|
| 421 |
+
cropandweed::caw_vwg-0585-0034
|
| 422 |
+
cropandweed::caw_vwg-0585-0055
|
| 423 |
+
cropandweed::caw_vwg-0590-0041
|
| 424 |
+
cropandweed::caw_vwg-0593-0004
|
| 425 |
+
cropandweed::caw_vwg-0615-0062
|
| 426 |
+
cropandweed::caw_vwg-0632-0007
|
| 427 |
+
cropandweed::caw_vwg-0641-0022
|
| 428 |
+
cropandweed::caw_vwg-0645-0001
|
| 429 |
+
cropandweed::caw_vwg-0649-0017
|
| 430 |
+
cropandweed::caw_vwg-0650-0001
|
| 431 |
+
cropandweed::caw_vwg-0651-0007
|
| 432 |
+
cropandweed::caw_vwg-0654-0004
|
| 433 |
+
cropandweed::caw_vwg-0659-0007
|
| 434 |
+
cropandweed::caw_vwg-0681-0019
|
| 435 |
+
cropandweed::caw_vwg-0682-0004
|
| 436 |
+
cropandweed::caw_vwg-0683-0008
|
| 437 |
+
cropandweed::caw_vwg-0683-0012
|
| 438 |
+
cropandweed::caw_vwg-0684-0006
|
| 439 |
+
cropandweed::caw_vwg-0686-0019
|
| 440 |
+
cropandweed::caw_vwg-0697-0025
|
| 441 |
+
cropandweed::caw_vwg-0700-0010
|
| 442 |
+
cropandweed::caw_vwg-0704-0012
|
| 443 |
+
cropandweed::caw_vwg-0706-0014
|
| 444 |
+
cropandweed::caw_vwg-0708-0020
|
| 445 |
+
cropandweed::caw_vwg-0709-0023
|
| 446 |
+
cropandweed::caw_vwg-0712-0017
|
| 447 |
+
cropandweed::caw_vwg-0714-0042
|
| 448 |
+
cropandweed::caw_vwg-0746-0033
|
| 449 |
+
cropandweed::caw_vwg-0747-0009
|
| 450 |
+
cropandweed::caw_vwg-0757-0017
|
| 451 |
+
cropandweed::caw_vwg-0758-0010
|
| 452 |
+
cropandweed::caw_vwg-0762-0014
|
| 453 |
+
cropandweed::caw_vwg-0768-0003
|
| 454 |
+
cropandweed::caw_vwg-0768-0006
|
| 455 |
+
cropandweed::caw_vwg-0778-0018
|
| 456 |
+
cropandweed::caw_vwg-0783-0010
|
| 457 |
+
cropandweed::caw_vwg-0783-0012
|
| 458 |
+
cropandweed::caw_vwg-0784-0005
|
| 459 |
+
cropandweed::caw_vwg-0784-0018
|
| 460 |
+
cropandweed::caw_vwg-0792-0009
|
| 461 |
+
cropandweed::caw_vwg-0793-0008
|
| 462 |
+
cropandweed::caw_vwg-0794-0018
|
| 463 |
+
cropandweed::caw_vwg-0796-0013
|
| 464 |
+
cropandweed::caw_vwg-0799-0011
|
| 465 |
+
cropandweed::caw_vwg-0802-0003
|
| 466 |
+
cropandweed::caw_vwg-0804-0018
|
| 467 |
+
cropandweed::caw_vwg-0815-0010
|
| 468 |
+
cropandweed::caw_vwg-0816-0022
|
| 469 |
+
cropandweed::caw_vwg-0824-0015
|
| 470 |
+
cropandweed::caw_vwg-0824-0016
|
| 471 |
+
cropandweed::caw_vwg-0830-0016
|
| 472 |
+
cropandweed::caw_vwg-0835-0012
|
| 473 |
+
cropandweed::caw_vwg-0835-0023
|
| 474 |
+
cropandweed::caw_vwg-0838-0001
|
| 475 |
+
cropandweed::caw_vwg-0839-0014
|
| 476 |
+
cropandweed::caw_vwg-0841-0003
|
| 477 |
+
cropandweed::caw_vwg-0843-0007
|
| 478 |
+
cropandweed::caw_vwg-0843-0009
|
| 479 |
+
cropandweed::caw_vwg-0845-0016
|
| 480 |
+
cropandweed::caw_vwg-0845-0017
|
| 481 |
+
cropandweed::caw_vwg-0846-0020
|
| 482 |
+
cropandweed::caw_vwg-0859-0015
|
| 483 |
+
cropandweed::caw_vwg-0863-0011
|
| 484 |
+
cropandweed::caw_vwg-0864-0013
|
| 485 |
+
cropandweed::caw_vwg-0882-0012
|
| 486 |
+
cropandweed::caw_vwg-0889-0005
|
| 487 |
+
cropandweed::caw_vwg-0889-0021
|
| 488 |
+
cropandweed::caw_vwg-0900-0006
|
| 489 |
+
cropandweed::caw_vwg-0902-0005
|
| 490 |
+
cropandweed::caw_vwg-0902-0006
|
| 491 |
+
cropandweed::caw_vwg-0904-0013
|
| 492 |
+
cropandweed::caw_vwg-0904-0016
|
| 493 |
+
cropandweed::caw_vwg-0907-0008
|
| 494 |
+
cropandweed::caw_vwg-0908-0007
|
| 495 |
+
cropandweed::caw_vwg-0908-0008
|
| 496 |
+
cropandweed::caw_vwg-0909-0007
|
| 497 |
+
cropandweed::caw_vwg-0925-0007
|
| 498 |
+
cropandweed::caw_vwg-0928-0016
|
| 499 |
+
cropandweed::caw_vwg-0935-0015
|
| 500 |
+
cropandweed::caw_vwg-0954-0006
|
| 501 |
+
cropandweed::caw_vwg-0966-0011
|
| 502 |
+
cropandweed::caw_vwg-0968-0005
|
| 503 |
+
cropandweed::caw_vwg-0969-0002
|
| 504 |
+
cropandweed::caw_vwg-0971-0005
|
| 505 |
+
cropandweed::caw_vwg-0971-0010
|
| 506 |
+
cropandweed::caw_vwg-0972-0009
|
| 507 |
+
cropandweed::caw_vwg-0982-0004
|
| 508 |
+
cropandweed::caw_vwg-0983-0006
|
| 509 |
+
cropandweed::caw_vwg-0984-0017
|
| 510 |
+
cropandweed::caw_vwg-1114-0002
|
| 511 |
+
cropandweed::caw_vwg-1114-0032
|
| 512 |
+
cropandweed::caw_vwg-1117-0008
|
| 513 |
+
cropandweed::caw_vwg-1119-0017
|
| 514 |
+
cropandweed::caw_vwg-1128-0021
|
| 515 |
+
cropandweed::caw_vwg-1129-0003
|
| 516 |
+
cropandweed::caw_vwg-1165-0009
|
| 517 |
+
cropandweed::caw_vwg-1167-0003
|
| 518 |
+
cropandweed::caw_vwg-1170-0019
|
| 519 |
+
cropandweed::caw_vwg-1199-0002
|
| 520 |
+
cropandweed::caw_vwg-1219-0002
|
| 521 |
+
cropandweed::caw_vwg-1220-0020
|
| 522 |
+
cropandweed::caw_vwg-1222-0013
|
| 523 |
+
cropandweed::caw_vwg-1223-0004
|
| 524 |
+
cropandweed::caw_vwg-1223-0012
|
| 525 |
+
cropandweed::caw_vwg-1224-0003
|
| 526 |
+
cropandweed::caw_vwg-1226-0011
|
| 527 |
+
cropandweed::caw_vwg-1226-0012
|
| 528 |
+
cropandweed::caw_vwg-1234-0008
|
| 529 |
+
cropandweed::caw_vwg-1235-0005
|
| 530 |
+
cropandweed::caw_vwg-1235-0015
|
| 531 |
+
cropandweed::caw_vwg-1236-0003
|
| 532 |
+
cropandweed::caw_vwg-1236-0012
|
| 533 |
+
cropandweed::caw_vwg-1240-0002
|
| 534 |
+
cropandweed::caw_vwg-1240-0003
|
| 535 |
+
cropandweed::caw_vwg-1241-0011
|
| 536 |
+
cropandweed::caw_vwg-1242-0017
|
| 537 |
+
cropandweed::caw_vwg-1244-0005
|
| 538 |
+
cropandweed::caw_vwg-1247-0006
|
| 539 |
+
cropandweed::caw_vwg-1247-0007
|
| 540 |
+
cropandweed::caw_vwg-1249-0004
|
| 541 |
+
cropandweed::caw_vwg-1249-0005
|
| 542 |
+
cropandweed::caw_vwg-1250-0002
|
| 543 |
+
cropandweed::caw_vwg-1250-0005
|
| 544 |
+
cropandweed::caw_vwg-1251-0004
|
| 545 |
+
cropandweed::caw_vwg-1252-0016
|
| 546 |
+
cropandweed::caw_vwg-1256-0002
|
| 547 |
+
cropandweed::caw_vwg-1260-0004
|
| 548 |
+
cropandweed::caw_vwg-1265-0010
|
| 549 |
+
cropandweed::caw_vwg-1272-0009
|
| 550 |
+
cropandweed::caw_vwg-1275-0006
|
| 551 |
+
cropandweed::caw_vwg-1276-0014
|
| 552 |
+
cropandweed::caw_vwg-1277-0004
|
| 553 |
+
cropandweed::caw_vwg-1277-0010
|
| 554 |
+
cropandweed::caw_vwg-1279-0006
|
| 555 |
+
cropandweed::caw_vwg-1280-0003
|
| 556 |
+
cropandweed::caw_vwg-1289-0007
|
| 557 |
+
cropandweed::caw_vwg-1291-0005
|
| 558 |
+
cropandweed::caw_vwg-1291-0008
|
| 559 |
+
cropandweed::caw_vwg-1294-0004
|
| 560 |
+
cropandweed::caw_vwg-1294-0008
|
| 561 |
+
cropandweed::caw_vwg-1302-0002
|
| 562 |
+
cropandweed::caw_vwg-1306-0003
|
| 563 |
+
cropandweed::caw_vwg-1308-0003
|
| 564 |
+
cropandweed::caw_vwg-1326-0003
|
| 565 |
+
cropandweed::caw_vwg-1332-0003
|
| 566 |
+
cropandweed::caw_vwg-1332-0006
|
| 567 |
+
cropandweed::caw_vwg-1334-0002
|
| 568 |
+
cropandweed::caw_vwg-1339-0008
|
| 569 |
+
cropandweed::caw_vwg-1344-0002
|
| 570 |
+
cropandweed::caw_vwg-1344-0005
|
| 571 |
+
cropandweed::caw_vwg-1346-0002
|
| 572 |
+
cropandweed::caw_vwg-1359-0004
|
| 573 |
+
cropandweed::caw_vwg-1360-0006
|
| 574 |
+
magefruits_blueberry::mf_blueberry_test_03008
|
| 575 |
+
magefruits_blueberry::mf_blueberry_test_03012
|
| 576 |
+
magefruits_blueberry::mf_blueberry_test_03031
|
| 577 |
+
magefruits_blueberry::mf_blueberry_test_03055
|
| 578 |
+
magefruits_blueberry::mf_blueberry_test_03077
|
| 579 |
+
magefruits_blueberry::mf_blueberry_test_03081
|
| 580 |
+
magefruits_blueberry::mf_blueberry_test_03084
|
| 581 |
+
magefruits_blueberry::mf_blueberry_test_03091
|
| 582 |
+
magefruits_blueberry::mf_blueberry_test_03110
|
| 583 |
+
magefruits_blueberry::mf_blueberry_test_03114
|
| 584 |
+
magefruits_blueberry::mf_blueberry_test_03119
|
| 585 |
+
magefruits_blueberry::mf_blueberry_test_03128
|
| 586 |
+
magefruits_blueberry::mf_blueberry_test_03139
|
| 587 |
+
magefruits_blueberry::mf_blueberry_test_03148
|
| 588 |
+
magefruits_blueberry::mf_blueberry_test_03150
|
| 589 |
+
magefruits_blueberry::mf_blueberry_test_03152
|
| 590 |
+
magefruits_blueberry::mf_blueberry_test_03157
|
| 591 |
+
magefruits_blueberry::mf_blueberry_test_03169
|
| 592 |
+
magefruits_blueberry::mf_blueberry_test_03176
|
| 593 |
+
magefruits_blueberry::mf_blueberry_test_03179
|
| 594 |
+
magefruits_blueberry::mf_blueberry_test_03200
|
| 595 |
+
magefruits_blueberry::mf_blueberry_test_03201
|
| 596 |
+
magefruits_blueberry::mf_blueberry_test_03205
|
| 597 |
+
magefruits_blueberry::mf_blueberry_test_03233
|
| 598 |
+
magefruits_blueberry::mf_blueberry_test_03247
|
| 599 |
+
magefruits_blueberry::mf_blueberry_test_03261
|
| 600 |
+
magefruits_blueberry::mf_blueberry_test_03276
|
| 601 |
+
magefruits_blueberry::mf_blueberry_test_03352
|
| 602 |
+
magefruits_blueberry::mf_blueberry_test_03391
|
| 603 |
+
magefruits_blueberry::mf_blueberry_test_03394
|
| 604 |
+
magefruits_blueberry::mf_blueberry_test_03395
|
| 605 |
+
magefruits_blueberry::mf_blueberry_test_03399
|
| 606 |
+
magefruits_blueberry::mf_blueberry_test_03408
|
| 607 |
+
magefruits_blueberry::mf_blueberry_test_03418
|
| 608 |
+
magefruits_blueberry::mf_blueberry_test_03439
|
| 609 |
+
magefruits_blueberry::mf_blueberry_test_03449
|
| 610 |
+
magefruits_blueberry::mf_blueberry_test_03503
|
| 611 |
+
magefruits_blueberry::mf_blueberry_train_00029
|
| 612 |
+
magefruits_blueberry::mf_blueberry_train_00033
|
| 613 |
+
magefruits_blueberry::mf_blueberry_train_00094
|
| 614 |
+
magefruits_blueberry::mf_blueberry_train_00111
|
| 615 |
+
magefruits_blueberry::mf_blueberry_train_00183
|
| 616 |
+
magefruits_blueberry::mf_blueberry_train_00277
|
| 617 |
+
magefruits_blueberry::mf_blueberry_train_00295
|
| 618 |
+
magefruits_blueberry::mf_blueberry_train_00308
|
| 619 |
+
magefruits_blueberry::mf_blueberry_train_00457
|
| 620 |
+
magefruits_blueberry::mf_blueberry_train_00464
|
| 621 |
+
magefruits_blueberry::mf_blueberry_train_00825
|
| 622 |
+
magefruits_blueberry::mf_blueberry_train_00986
|
| 623 |
+
magefruits_blueberry::mf_blueberry_train_01001
|
| 624 |
+
magefruits_blueberry::mf_blueberry_train_01046
|
| 625 |
+
magefruits_blueberry::mf_blueberry_train_01137
|
| 626 |
+
magefruits_blueberry::mf_blueberry_train_01143
|
| 627 |
+
magefruits_blueberry::mf_blueberry_train_01154
|
| 628 |
+
magefruits_blueberry::mf_blueberry_train_01157
|
| 629 |
+
magefruits_blueberry::mf_blueberry_train_01174
|
| 630 |
+
magefruits_blueberry::mf_blueberry_train_01178
|
| 631 |
+
magefruits_blueberry::mf_blueberry_train_01193
|
| 632 |
+
magefruits_blueberry::mf_blueberry_train_01224
|
| 633 |
+
magefruits_blueberry::mf_blueberry_train_01229
|
| 634 |
+
magefruits_blueberry::mf_blueberry_train_01231
|
| 635 |
+
magefruits_blueberry::mf_blueberry_train_01235
|
| 636 |
+
magefruits_blueberry::mf_blueberry_train_01236
|
| 637 |
+
magefruits_blueberry::mf_blueberry_train_01237
|
| 638 |
+
magefruits_blueberry::mf_blueberry_train_01243
|
| 639 |
+
magefruits_blueberry::mf_blueberry_train_01244
|
| 640 |
+
magefruits_blueberry::mf_blueberry_train_01247
|
| 641 |
+
magefruits_blueberry::mf_blueberry_train_01251
|
| 642 |
+
magefruits_blueberry::mf_blueberry_train_01254
|
| 643 |
+
magefruits_blueberry::mf_blueberry_train_01255
|
| 644 |
+
magefruits_blueberry::mf_blueberry_train_01283
|
| 645 |
+
magefruits_blueberry::mf_blueberry_train_01294
|
| 646 |
+
magefruits_blueberry::mf_blueberry_train_01295
|
| 647 |
+
magefruits_blueberry::mf_blueberry_train_01303
|
| 648 |
+
magefruits_blueberry::mf_blueberry_train_01308
|
| 649 |
+
magefruits_blueberry::mf_blueberry_train_01330
|
| 650 |
+
magefruits_blueberry::mf_blueberry_train_01335
|
| 651 |
+
magefruits_blueberry::mf_blueberry_train_01364
|
| 652 |
+
magefruits_blueberry::mf_blueberry_train_01365
|
| 653 |
+
magefruits_blueberry::mf_blueberry_train_01379
|
| 654 |
+
magefruits_blueberry::mf_blueberry_train_01389
|
| 655 |
+
magefruits_blueberry::mf_blueberry_train_01394
|
| 656 |
+
magefruits_blueberry::mf_blueberry_train_01396
|
| 657 |
+
magefruits_blueberry::mf_blueberry_train_01399
|
| 658 |
+
magefruits_blueberry::mf_blueberry_train_01402
|
| 659 |
+
magefruits_blueberry::mf_blueberry_train_01409
|
| 660 |
+
magefruits_blueberry::mf_blueberry_train_01415
|
| 661 |
+
magefruits_blueberry::mf_blueberry_train_01416
|
| 662 |
+
magefruits_blueberry::mf_blueberry_train_01427
|
| 663 |
+
magefruits_blueberry::mf_blueberry_train_01444
|
| 664 |
+
magefruits_blueberry::mf_blueberry_train_01445
|
| 665 |
+
magefruits_blueberry::mf_blueberry_train_01466
|
| 666 |
+
magefruits_blueberry::mf_blueberry_train_01471
|
| 667 |
+
magefruits_blueberry::mf_blueberry_train_01484
|
| 668 |
+
magefruits_blueberry::mf_blueberry_train_01486
|
| 669 |
+
magefruits_blueberry::mf_blueberry_train_01491
|
| 670 |
+
magefruits_blueberry::mf_blueberry_train_01493
|
| 671 |
+
magefruits_blueberry::mf_blueberry_train_01501
|
| 672 |
+
magefruits_blueberry::mf_blueberry_train_01537
|
| 673 |
+
magefruits_blueberry::mf_blueberry_train_01560
|
| 674 |
+
magefruits_blueberry::mf_blueberry_train_01561
|
| 675 |
+
magefruits_blueberry::mf_blueberry_train_01571
|
| 676 |
+
magefruits_blueberry::mf_blueberry_train_01579
|
| 677 |
+
magefruits_blueberry::mf_blueberry_train_01588
|
| 678 |
+
magefruits_blueberry::mf_blueberry_train_01591
|
| 679 |
+
magefruits_blueberry::mf_blueberry_train_01612
|
| 680 |
+
magefruits_blueberry::mf_blueberry_train_01614
|
| 681 |
+
magefruits_blueberry::mf_blueberry_train_01631
|
| 682 |
+
magefruits_blueberry::mf_blueberry_train_01659
|
| 683 |
+
magefruits_blueberry::mf_blueberry_train_01681
|
| 684 |
+
magefruits_blueberry::mf_blueberry_train_01785
|
| 685 |
+
magefruits_blueberry::mf_blueberry_train_01809
|
| 686 |
+
magefruits_blueberry::mf_blueberry_train_01814
|
| 687 |
+
magefruits_blueberry::mf_blueberry_train_01826
|
| 688 |
+
magefruits_blueberry::mf_blueberry_train_01878
|
| 689 |
+
magefruits_blueberry::mf_blueberry_train_01909
|
| 690 |
+
magefruits_blueberry::mf_blueberry_train_01915
|
| 691 |
+
magefruits_blueberry::mf_blueberry_train_01916
|
| 692 |
+
magefruits_blueberry::mf_blueberry_train_01924
|
| 693 |
+
magefruits_blueberry::mf_blueberry_train_01926
|
| 694 |
+
magefruits_blueberry::mf_blueberry_train_01939
|
| 695 |
+
magefruits_blueberry::mf_blueberry_train_01949
|
| 696 |
+
magefruits_blueberry::mf_blueberry_train_01958
|
| 697 |
+
magefruits_blueberry::mf_blueberry_train_01961
|
| 698 |
+
magefruits_blueberry::mf_blueberry_train_01969
|
| 699 |
+
magefruits_blueberry::mf_blueberry_train_01979
|
| 700 |
+
magefruits_blueberry::mf_blueberry_train_01981
|
| 701 |
+
magefruits_blueberry::mf_blueberry_train_01982
|
| 702 |
+
magefruits_blueberry::mf_blueberry_train_02010
|
| 703 |
+
magefruits_blueberry::mf_blueberry_train_02014
|
| 704 |
+
magefruits_blueberry::mf_blueberry_val_00086
|
| 705 |
+
magefruits_blueberry::mf_blueberry_val_00089
|
| 706 |
+
magefruits_blueberry::mf_blueberry_val_00192
|
| 707 |
+
magefruits_blueberry::mf_blueberry_val_00363
|
| 708 |
+
magefruits_blueberry::mf_blueberry_val_00755
|
| 709 |
+
magefruits_blueberry::mf_blueberry_val_00756
|
| 710 |
+
magefruits_blueberry::mf_blueberry_val_01156
|
| 711 |
+
magefruits_blueberry::mf_blueberry_val_01171
|
| 712 |
+
magefruits_blueberry::mf_blueberry_val_01249
|
| 713 |
+
magefruits_blueberry::mf_blueberry_val_01368
|
| 714 |
+
magefruits_blueberry::mf_blueberry_val_01370
|
| 715 |
+
magefruits_blueberry::mf_blueberry_val_01412
|
| 716 |
+
magefruits_blueberry::mf_blueberry_val_01490
|
| 717 |
+
magefruits_blueberry::mf_blueberry_val_01643
|
| 718 |
+
magefruits_blueberry::mf_blueberry_val_01694
|
| 719 |
+
magefruits_blueberry::mf_blueberry_val_01799
|
| 720 |
+
magefruits_peach::mf_peach_test_03000
|
| 721 |
+
magefruits_peach::mf_peach_test_03003
|
| 722 |
+
magefruits_peach::mf_peach_test_03005
|
| 723 |
+
magefruits_peach::mf_peach_test_03009
|
| 724 |
+
magefruits_peach::mf_peach_test_03011
|
| 725 |
+
magefruits_peach::mf_peach_test_03012
|
| 726 |
+
magefruits_peach::mf_peach_test_03026
|
| 727 |
+
magefruits_peach::mf_peach_test_03232
|
| 728 |
+
magefruits_peach::mf_peach_test_03311
|
| 729 |
+
magefruits_peach::mf_peach_test_03323
|
| 730 |
+
magefruits_peach::mf_peach_test_03329
|
| 731 |
+
magefruits_peach::mf_peach_test_03378
|
| 732 |
+
magefruits_peach::mf_peach_test_03398
|
| 733 |
+
magefruits_peach::mf_peach_test_03424
|
| 734 |
+
magefruits_peach::mf_peach_test_03431
|
| 735 |
+
magefruits_peach::mf_peach_test_03432
|
| 736 |
+
magefruits_peach::mf_peach_test_03435
|
| 737 |
+
magefruits_peach::mf_peach_test_03441
|
| 738 |
+
magefruits_peach::mf_peach_test_03442
|
| 739 |
+
magefruits_peach::mf_peach_test_03444
|
| 740 |
+
magefruits_peach::mf_peach_test_03445
|
| 741 |
+
magefruits_peach::mf_peach_test_03457
|
| 742 |
+
magefruits_peach::mf_peach_test_03474
|
| 743 |
+
magefruits_peach::mf_peach_test_03475
|
| 744 |
+
magefruits_peach::mf_peach_test_03478
|
| 745 |
+
magefruits_peach::mf_peach_train_00205
|
| 746 |
+
magefruits_peach::mf_peach_train_00235
|
| 747 |
+
magefruits_peach::mf_peach_train_00363
|
| 748 |
+
magefruits_peach::mf_peach_train_00427
|
| 749 |
+
magefruits_peach::mf_peach_train_00683
|
| 750 |
+
magefruits_peach::mf_peach_train_00709
|
| 751 |
+
magefruits_peach::mf_peach_train_00715
|
| 752 |
+
magefruits_peach::mf_peach_train_00774
|
| 753 |
+
magefruits_peach::mf_peach_train_00805
|
| 754 |
+
magefruits_peach::mf_peach_train_00869
|
| 755 |
+
magefruits_peach::mf_peach_train_00881
|
| 756 |
+
magefruits_peach::mf_peach_train_00883
|
| 757 |
+
magefruits_peach::mf_peach_train_00895
|
| 758 |
+
magefruits_peach::mf_peach_train_00940
|
| 759 |
+
magefruits_peach::mf_peach_train_01009
|
| 760 |
+
magefruits_peach::mf_peach_train_01041
|
| 761 |
+
magefruits_peach::mf_peach_train_01061
|
| 762 |
+
magefruits_peach::mf_peach_train_01127
|
| 763 |
+
magefruits_peach::mf_peach_train_01143
|
| 764 |
+
magefruits_peach::mf_peach_train_01183
|
| 765 |
+
magefruits_peach::mf_peach_train_01235
|
| 766 |
+
magefruits_peach::mf_peach_train_01237
|
| 767 |
+
magefruits_peach::mf_peach_train_01239
|
| 768 |
+
magefruits_peach::mf_peach_train_01260
|
| 769 |
+
magefruits_peach::mf_peach_train_01278
|
| 770 |
+
magefruits_peach::mf_peach_train_01307
|
| 771 |
+
magefruits_peach::mf_peach_train_01358
|
| 772 |
+
magefruits_peach::mf_peach_train_01360
|
| 773 |
+
magefruits_peach::mf_peach_train_01393
|
| 774 |
+
magefruits_peach::mf_peach_train_01400
|
| 775 |
+
magefruits_peach::mf_peach_train_01406
|
| 776 |
+
magefruits_peach::mf_peach_train_01413
|
| 777 |
+
magefruits_peach::mf_peach_train_01434
|
| 778 |
+
magefruits_peach::mf_peach_train_01439
|
| 779 |
+
magefruits_peach::mf_peach_train_01483
|
| 780 |
+
magefruits_peach::mf_peach_train_01484
|
| 781 |
+
magefruits_peach::mf_peach_train_01497
|
| 782 |
+
magefruits_peach::mf_peach_train_01515
|
| 783 |
+
magefruits_peach::mf_peach_train_01546
|
| 784 |
+
magefruits_peach::mf_peach_train_01547
|
| 785 |
+
magefruits_peach::mf_peach_train_01548
|
| 786 |
+
magefruits_peach::mf_peach_train_01550
|
| 787 |
+
magefruits_peach::mf_peach_train_01570
|
| 788 |
+
magefruits_peach::mf_peach_train_01596
|
| 789 |
+
magefruits_peach::mf_peach_train_01604
|
| 790 |
+
magefruits_peach::mf_peach_train_01615
|
| 791 |
+
magefruits_peach::mf_peach_train_01619
|
| 792 |
+
magefruits_peach::mf_peach_train_01632
|
| 793 |
+
magefruits_peach::mf_peach_train_01653
|
| 794 |
+
magefruits_peach::mf_peach_train_01655
|
| 795 |
+
magefruits_peach::mf_peach_train_01659
|
| 796 |
+
magefruits_peach::mf_peach_train_01660
|
| 797 |
+
magefruits_peach::mf_peach_train_01667
|
| 798 |
+
magefruits_peach::mf_peach_train_01669
|
| 799 |
+
magefruits_peach::mf_peach_train_01683
|
| 800 |
+
magefruits_peach::mf_peach_train_01695
|
| 801 |
+
magefruits_peach::mf_peach_train_01700
|
| 802 |
+
magefruits_peach::mf_peach_train_01707
|
| 803 |
+
magefruits_peach::mf_peach_train_01711
|
| 804 |
+
magefruits_peach::mf_peach_train_01721
|
| 805 |
+
magefruits_peach::mf_peach_train_01737
|
| 806 |
+
magefruits_peach::mf_peach_train_01764
|
| 807 |
+
magefruits_peach::mf_peach_train_01765
|
| 808 |
+
magefruits_peach::mf_peach_train_01768
|
| 809 |
+
magefruits_peach::mf_peach_train_01769
|
| 810 |
+
magefruits_peach::mf_peach_train_01772
|
| 811 |
+
magefruits_peach::mf_peach_train_01774
|
| 812 |
+
magefruits_peach::mf_peach_train_01800
|
| 813 |
+
magefruits_peach::mf_peach_train_01802
|
| 814 |
+
magefruits_peach::mf_peach_train_01803
|
| 815 |
+
magefruits_peach::mf_peach_train_01805
|
| 816 |
+
magefruits_peach::mf_peach_train_01806
|
| 817 |
+
magefruits_peach::mf_peach_train_01807
|
| 818 |
+
magefruits_peach::mf_peach_train_01812
|
| 819 |
+
magefruits_peach::mf_peach_train_01832
|
| 820 |
+
magefruits_peach::mf_peach_train_01912
|
| 821 |
+
magefruits_peach::mf_peach_train_01915
|
| 822 |
+
magefruits_peach::mf_peach_train_02043
|
| 823 |
+
magefruits_peach::mf_peach_train_02206
|
| 824 |
+
magefruits_peach::mf_peach_train_02243
|
| 825 |
+
magefruits_peach::mf_peach_val_00954
|
| 826 |
+
magefruits_peach::mf_peach_val_01288
|
| 827 |
+
magefruits_peach::mf_peach_val_01510
|
| 828 |
+
magefruits_peach::mf_peach_val_01583
|
| 829 |
+
magefruits_peach::mf_peach_val_01586
|
| 830 |
+
magefruits_peach::mf_peach_val_01661
|
| 831 |
+
magefruits_peach::mf_peach_val_01664
|
| 832 |
+
magefruits_peach::mf_peach_val_01867
|
| 833 |
+
magefruits_peach::mf_peach_val_01913
|
| 834 |
+
magefruits_peach::mf_peach_val_01926
|
| 835 |
+
phenobench::pb_train_05-15_00029_P0030852
|
| 836 |
+
phenobench::pb_train_05-15_00056_P0030852
|
| 837 |
+
phenobench::pb_train_05-15_00061_P0030852
|
| 838 |
+
phenobench::pb_train_05-15_00071_P0030852
|
| 839 |
+
phenobench::pb_train_05-15_00073_P0030852
|
| 840 |
+
phenobench::pb_train_05-15_00078_P0030852
|
| 841 |
+
phenobench::pb_train_05-15_00095_P0030950
|
| 842 |
+
phenobench::pb_train_05-15_00109_P0030692
|
| 843 |
+
phenobench::pb_train_05-15_00111_P0030692
|
| 844 |
+
phenobench::pb_train_05-15_00115_P0030852
|
| 845 |
+
phenobench::pb_train_05-15_00116_P0030855
|
| 846 |
+
phenobench::pb_train_05-15_00132_P0030690
|
| 847 |
+
phenobench::pb_train_05-15_00133_P0030690
|
| 848 |
+
phenobench::pb_train_05-15_00136_P0030949
|
| 849 |
+
phenobench::pb_train_05-15_00138_P0030947
|
| 850 |
+
phenobench::pb_train_05-15_00141_P0030853
|
| 851 |
+
phenobench::pb_train_05-15_00153_P0030690
|
| 852 |
+
phenobench::pb_train_05-15_00156_P0030852
|
| 853 |
+
phenobench::pb_train_05-15_00162_P0030692
|
| 854 |
+
phenobench::pb_train_05-15_00166_P0030855
|
| 855 |
+
phenobench::pb_train_05-15_00173_P0030690
|
| 856 |
+
phenobench::pb_train_05-15_00174_P0030690
|
| 857 |
+
phenobench::pb_train_05-15_00178_P0030688
|
| 858 |
+
phenobench::pb_train_05-15_00179_P0030690
|
| 859 |
+
phenobench::pb_train_05-15_00182_P0030688
|
| 860 |
+
phenobench::pb_train_05-15_00194_P0030692
|
| 861 |
+
phenobench::pb_train_05-15_00195_P0030690
|
| 862 |
+
phenobench::pb_train_05-15_00202_P0030688
|
| 863 |
+
phenobench::pb_train_05-15_00214_P0030690
|
| 864 |
+
phenobench::pb_train_05-15_00215_P0030688
|
| 865 |
+
phenobench::pb_train_05-15_00215_P0030690
|
| 866 |
+
phenobench::pb_train_05-15_00220_P0030688
|
| 867 |
+
phenobench::pb_train_05-15_00246_P0030853
|
| 868 |
+
phenobench::pb_train_05-15_00248_P0030688
|
| 869 |
+
phenobench::pb_train_05-15_00256_P0030690
|
| 870 |
+
phenobench::pb_train_05-15_00284_P0030688
|
| 871 |
+
phenobench::pb_train_05-26_00156_P0034119
|
| 872 |
+
phenobench::pb_train_05-26_00160_P0034280
|
| 873 |
+
phenobench::pb_train_05-26_00196_P0034018
|
| 874 |
+
phenobench::pb_train_05-26_00197_P0034018
|
| 875 |
+
phenobench::pb_train_05-26_00247_P0034018
|
| 876 |
+
phenobench::pb_train_05-26_00284_P0034279
|
| 877 |
+
phenobench::pb_train_05-26_00288_P0034018
|
| 878 |
+
phenobench::pb_train_05-26_00289_P0034018
|
| 879 |
+
phenobench::pb_val_05-15_00055_P0030943
|
| 880 |
+
phenobench::pb_val_05-15_00071_P0030859
|
| 881 |
+
phenobench::pb_val_05-15_00076_P0030859
|
| 882 |
+
phenobench::pb_val_05-15_00077_P0030859
|
| 883 |
+
phenobench::pb_val_05-15_00079_P0030859
|
| 884 |
+
phenobench::pb_val_05-15_00082_P0030859
|
| 885 |
+
phenobench::pb_val_05-15_00083_P0030859
|
| 886 |
+
phenobench::pb_val_05-15_00091_P0030859
|
| 887 |
+
phenobench::pb_val_05-15_00093_P0030859
|
| 888 |
+
phenobench::pb_val_05-15_00094_P0030859
|
| 889 |
+
phenobench::pb_val_05-15_00095_P0030859
|
| 890 |
+
phenobench::pb_val_05-15_00097_P0030859
|
| 891 |
+
phenobench::pb_val_05-15_00098_P0030859
|
| 892 |
+
phenobench::pb_val_05-15_00099_P0030859
|
| 893 |
+
phenobench::pb_val_05-15_00101_P0030859
|
| 894 |
+
phenobench::pb_val_05-15_00104_P0030859
|
| 895 |
+
phenobench::pb_val_05-15_00112_P0030859
|
| 896 |
+
phenobench::pb_val_05-15_00114_P0030859
|
| 897 |
+
phenobench::pb_val_05-15_00117_P0030859
|
| 898 |
+
phenobench::pb_val_05-15_00118_P0030859
|
| 899 |
+
phenobench::pb_val_05-15_00124_P0030859
|
| 900 |
+
phenobench::pb_val_05-15_00125_P0030859
|
| 901 |
+
phenobench::pb_val_05-15_00133_P0030859
|
| 902 |
+
phenobench::pb_val_05-15_00135_P0030686
|
| 903 |
+
phenobench::pb_val_05-15_00136_P0030686
|
| 904 |
+
phenobench::pb_val_05-15_00137_P0030953
|
| 905 |
+
phenobench::pb_val_05-15_00138_P0030859
|
| 906 |
+
phenobench::pb_val_05-15_00139_P0030686
|
| 907 |
+
phenobench::pb_val_05-15_00140_P0030859
|
| 908 |
+
phenobench::pb_val_05-15_00141_P0030859
|
| 909 |
+
phenobench::pb_val_05-15_00143_P0030953
|
| 910 |
+
phenobench::pb_val_05-15_00154_P0030859
|
| 911 |
+
phenobench::pb_val_05-15_00155_P0030859
|
| 912 |
+
phenobench::pb_val_05-15_00157_P0030686
|
| 913 |
+
phenobench::pb_val_05-15_00159_P0030859
|
| 914 |
+
phenobench::pb_val_05-15_00160_P0030943
|
| 915 |
+
phenobench::pb_val_05-15_00161_P0030953
|
| 916 |
+
phenobench::pb_val_05-15_00163_P0030859
|
| 917 |
+
phenobench::pb_val_05-15_00175_P0030859
|
| 918 |
+
phenobench::pb_val_05-15_00176_P0030686
|
| 919 |
+
phenobench::pb_val_05-15_00176_P0030695
|
| 920 |
+
phenobench::pb_val_05-15_00177_P0030686
|
| 921 |
+
phenobench::pb_val_05-15_00180_P0030943
|
| 922 |
+
phenobench::pb_val_05-15_00182_P0030953
|
| 923 |
+
phenobench::pb_val_05-15_00184_P0030859
|
| 924 |
+
phenobench::pb_val_05-15_00185_P0030695
|
| 925 |
+
phenobench::pb_val_05-15_00185_P0030859
|
| 926 |
+
phenobench::pb_val_05-15_00193_P0030695
|
| 927 |
+
phenobench::pb_val_05-15_00194_P0030695
|
| 928 |
+
phenobench::pb_val_05-15_00195_P0030695
|
| 929 |
+
phenobench::pb_val_05-15_00196_P0030695
|
| 930 |
+
phenobench::pb_val_05-15_00199_P0030686
|
| 931 |
+
phenobench::pb_val_05-15_00199_P0030695
|
| 932 |
+
phenobench::pb_val_05-15_00199_P0030953
|
| 933 |
+
phenobench::pb_val_05-15_00203_P0030686
|
| 934 |
+
phenobench::pb_val_05-15_00203_P0030953
|
| 935 |
+
phenobench::pb_val_05-15_00204_P0030695
|
| 936 |
+
phenobench::pb_val_05-15_00205_P0030695
|
| 937 |
+
phenobench::pb_val_05-15_00206_P0030953
|
| 938 |
+
phenobench::pb_val_05-15_00215_P0030695
|
| 939 |
+
phenobench::pb_val_05-15_00216_P0030695
|
| 940 |
+
phenobench::pb_val_05-15_00217_P0030695
|
| 941 |
+
phenobench::pb_val_05-15_00226_P0030953
|
| 942 |
+
phenobench::pb_val_05-15_00234_P0030695
|
| 943 |
+
phenobench::pb_val_05-15_00236_P0030695
|
| 944 |
+
phenobench::pb_val_05-15_00237_P0030695
|
| 945 |
+
phenobench::pb_val_05-15_00238_P0030686
|
| 946 |
+
phenobench::pb_val_05-15_00239_P0030686
|
| 947 |
+
phenobench::pb_val_05-15_00239_P0030695
|
| 948 |
+
phenobench::pb_val_05-15_00240_P0030695
|
| 949 |
+
phenobench::pb_val_05-15_00240_P0030792
|
| 950 |
+
phenobench::pb_val_05-15_00240_P0030953
|
| 951 |
+
phenobench::pb_val_05-15_00241_P0030695
|
| 952 |
+
phenobench::pb_val_05-15_00243_P0030953
|
| 953 |
+
phenobench::pb_val_05-15_00246_P0030686
|
| 954 |
+
phenobench::pb_val_05-15_00248_P0030953
|
| 955 |
+
phenobench::pb_val_05-15_00258_P0030695
|
| 956 |
+
phenobench::pb_val_05-15_00258_P0030792
|
| 957 |
+
phenobench::pb_val_05-15_00260_P0030695
|
| 958 |
+
phenobench::pb_val_05-15_00261_P0030686
|
| 959 |
+
phenobench::pb_val_05-15_00277_P0030792
|
| 960 |
+
phenobench::pb_val_05-15_00278_P0030695
|
| 961 |
+
phenobench::pb_val_05-15_00281_P0030695
|
| 962 |
+
phenobench::pb_val_05-15_00295_P0030792
|
| 963 |
+
phenobench::pb_val_05-15_00304_P0030792
|
| 964 |
+
phenobench::pb_val_05-26_00096_P0034282
|
| 965 |
+
phenobench::pb_val_05-26_00098_P0034282
|
| 966 |
+
phenobench::pb_val_05-26_00099_P0034282
|
| 967 |
+
phenobench::pb_val_05-26_00116_P0034121
|
| 968 |
+
phenobench::pb_val_05-26_00119_P0034282
|
| 969 |
+
phenobench::pb_val_05-26_00133_P0034121
|
| 970 |
+
phenobench::pb_val_05-26_00137_P0034121
|
| 971 |
+
phenobench::pb_val_05-26_00137_P0034282
|
| 972 |
+
phenobench::pb_val_05-26_00155_P0034016
|
| 973 |
+
phenobench::pb_val_05-26_00156_P0034121
|
| 974 |
+
phenobench::pb_val_05-26_00157_P0034121
|
| 975 |
+
phenobench::pb_val_05-26_00159_P0034016
|
| 976 |
+
phenobench::pb_val_05-26_00162_P0034016
|
| 977 |
+
phenobench::pb_val_05-26_00162_P0034282
|
| 978 |
+
phenobench::pb_val_05-26_00163_P0034016
|
| 979 |
+
phenobench::pb_val_05-26_00167_P0034016
|
| 980 |
+
phenobench::pb_val_05-26_00172_P0034121
|
| 981 |
+
phenobench::pb_val_05-26_00173_P0034121
|
| 982 |
+
phenobench::pb_val_05-26_00175_P0034121
|
| 983 |
+
phenobench::pb_val_05-26_00176_P0034016
|
| 984 |
+
phenobench::pb_val_05-26_00180_P0034016
|
| 985 |
+
phenobench::pb_val_05-26_00181_P0034016
|
| 986 |
+
phenobench::pb_val_05-26_00183_P0034016
|
| 987 |
+
phenobench::pb_val_05-26_00185_P0034016
|
| 988 |
+
phenobench::pb_val_05-26_00186_P0034016
|
| 989 |
+
phenobench::pb_val_05-26_00188_P0034016
|
| 990 |
+
phenobench::pb_val_05-26_00194_P0034121
|
| 991 |
+
phenobench::pb_val_05-26_00206_P0034016
|
| 992 |
+
phenobench::pb_val_05-26_00215_P0034121
|
| 993 |
+
phenobench::pb_val_05-26_00216_P0034121
|
| 994 |
+
phenobench::pb_val_05-26_00218_P0034016
|
| 995 |
+
phenobench::pb_val_05-26_00219_P0034121
|
| 996 |
+
phenobench::pb_val_05-26_00221_P0034016
|
| 997 |
+
phenobench::pb_val_05-26_00224_P0034016
|
| 998 |
+
phenobench::pb_val_05-26_00230_P0034016
|
| 999 |
+
phenobench::pb_val_05-26_00241_P0034016
|
| 1000 |
+
phenobench::pb_val_05-26_00242_P0034016
|
| 1001 |
+
phenobench::pb_val_05-26_00245_P0034016
|
| 1002 |
+
phenobench::pb_val_06-05_00113_P0038051
|
| 1003 |
+
plantseg::ps_test_apple_black_rot_google_0077
|
| 1004 |
+
plantseg::ps_test_apple_mosaic_virus_5
|
| 1005 |
+
plantseg::ps_test_apple_rust_2
|
| 1006 |
+
plantseg::ps_test_apple_scab_google_0031
|
| 1007 |
+
plantseg::ps_test_apple_scab_google_0045
|
| 1008 |
+
plantseg::ps_test_apple_scab_google_0065
|
| 1009 |
+
plantseg::ps_test_apple_scab_google_0107
|
| 1010 |
+
plantseg::ps_test_banana_anthracnose_Baidu_0008
|
| 1011 |
+
plantseg::ps_test_banana_black_leaf_streak_Baidu_0026
|
| 1012 |
+
plantseg::ps_test_banana_black_leaf_streak_Baidu_0056
|
| 1013 |
+
plantseg::ps_test_banana_black_leaf_streak_banana black sigatoka (100)
|
| 1014 |
+
plantseg::ps_test_banana_bunchy_top_Baidu_0000
|
| 1015 |
+
plantseg::ps_test_banana_cordana_leaf_spot_Bing_0037
|
| 1016 |
+
plantseg::ps_test_bean_halo_blight_2
|
| 1017 |
+
plantseg::ps_test_bean_halo_blight_google_0118
|
| 1018 |
+
plantseg::ps_test_broccoli_alternaria_leaf_spot_Bing_0045
|
| 1019 |
+
plantseg::ps_test_cabbage_alternaria_leaf_spot_29
|
| 1020 |
+
plantseg::ps_test_cabbage_downy_mildew_Bing_0055
|
| 1021 |
+
plantseg::ps_test_carrot_alternaria_leaf_blight_Bing_0075
|
| 1022 |
+
plantseg::ps_test_carrot_alternaria_leaf_blight_Google_0060
|
| 1023 |
+
plantseg::ps_test_cauliflower_alternaria_leaf_spot_google_0003
|
| 1024 |
+
plantseg::ps_test_cauliflower_alternaria_leaf_spot_google_0061
|
| 1025 |
+
plantseg::ps_test_cauliflower_bacterial_soft_rot_Bing_0205
|
| 1026 |
+
plantseg::ps_test_cherry_leaf_spot_15
|
| 1027 |
+
plantseg::ps_test_cherry_leaf_spot_63
|
| 1028 |
+
plantseg::ps_test_citrus_canker_26
|
| 1029 |
+
plantseg::ps_test_citrus_canker_4
|
| 1030 |
+
plantseg::ps_test_citrus_greening_disease_google_0009
|
| 1031 |
+
plantseg::ps_test_citrus_greening_disease_google_0064
|
| 1032 |
+
plantseg::ps_test_coffee_leaf_rust_google_0090
|
| 1033 |
+
plantseg::ps_test_corn_gray_leaf_spot_google_0024
|
| 1034 |
+
plantseg::ps_test_corn_gray_leaf_spot_google_0081
|
| 1035 |
+
plantseg::ps_test_corn_rust_1
|
| 1036 |
+
plantseg::ps_test_corn_rust_google_0059
|
| 1037 |
+
plantseg::ps_test_corn_rust_google_0196
|
| 1038 |
+
plantseg::ps_test_corn_smut_224
|
| 1039 |
+
plantseg::ps_test_corn_smut_85
|
| 1040 |
+
plantseg::ps_test_cucumber_angular_leaf_spot_311
|
| 1041 |
+
plantseg::ps_test_cucumber_angular_leaf_spot_42
|
| 1042 |
+
plantseg::ps_test_cucumber_angular_leaf_spot_google_0083
|
| 1043 |
+
plantseg::ps_test_cucumber_bacterial_wilt_14
|
| 1044 |
+
plantseg::ps_test_cucumber_bacterial_wilt_184
|
| 1045 |
+
plantseg::ps_test_grape_downy_mildew_49
|
| 1046 |
+
plantseg::ps_test_grape_downy_mildew_71
|
| 1047 |
+
plantseg::ps_test_grape_downy_mildew_google_0067
|
| 1048 |
+
plantseg::ps_test_grapevine_leafroll_disease_20
|
| 1049 |
+
plantseg::ps_test_lettuce_downy_mildew_64
|
| 1050 |
+
plantseg::ps_test_lettuce_mosaic_virus_24
|
| 1051 |
+
plantseg::ps_test_peach_leaf_curl_google_0207
|
| 1052 |
+
plantseg::ps_test_peach_rust_Bing_0001
|
| 1053 |
+
plantseg::ps_test_plum_brown_rot_Bing_0018
|
| 1054 |
+
plantseg::ps_test_potato_early_blight_59
|
| 1055 |
+
plantseg::ps_test_soybean_bacterial_blight_Bing_0055
|
| 1056 |
+
plantseg::ps_test_soybean_bacterial_blight_Google_0025
|
| 1057 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Baidu_0023
|
| 1058 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0003
|
| 1059 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0016
|
| 1060 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0056
|
| 1061 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0089
|
| 1062 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0103
|
| 1063 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0155
|
| 1064 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Bing_0216
|
| 1065 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Google_0089
|
| 1066 |
+
plantseg::ps_test_soybean_frog_eye_leaf_spot_Google_0096
|
| 1067 |
+
plantseg::ps_test_soybean_mosaic_Bing_0108
|
| 1068 |
+
plantseg::ps_test_soybean_mosaic_Bing_0231
|
| 1069 |
+
plantseg::ps_test_squash_powdery_mildew_35
|
| 1070 |
+
plantseg::ps_test_squash_powdery_mildew_google_0119
|
| 1071 |
+
plantseg::ps_test_tobacco_blue_mold_Bing_0107
|
| 1072 |
+
plantseg::ps_test_tomato_bacterial_leaf_spot_google_0195
|
| 1073 |
+
plantseg::ps_test_tomato_leaf_mold_235
|
| 1074 |
+
plantseg::ps_test_tomato_leaf_mold_25
|
| 1075 |
+
plantseg::ps_test_tomato_mosaic_virus_google_0049
|
| 1076 |
+
plantseg::ps_test_wheat_powdery_mildew_Baidu_0286
|
| 1077 |
+
plantseg::ps_test_wheat_powdery_mildew_Bing_0023
|
| 1078 |
+
plantseg::ps_test_wheat_powdery_mildew_Google_0263
|
| 1079 |
+
plantseg::ps_test_wheat_septoria_blotch_blotch (113)
|
| 1080 |
+
plantseg::ps_test_wheat_stem_rust_Bing_0011
|
| 1081 |
+
plantseg::ps_test_wheat_stem_rust_Google_0071
|
| 1082 |
+
plantseg::ps_test_wheat_stem_rust_Google_0140
|
| 1083 |
+
plantseg::ps_test_zucchini_bacterial_wilt_Bing_0105
|
| 1084 |
+
plantseg::ps_test_zucchini_bacterial_wilt_Bing_0188
|
| 1085 |
+
plantseg::ps_test_zucchini_downy_mildew_Bing_0084
|
| 1086 |
+
plantseg::ps_test_zucchini_powdery_mildew_Bing_0002
|
| 1087 |
+
plantseg::ps_test_zucchini_powdery_mildew_Bing_0336
|
| 1088 |
+
plantseg::ps_test_zucchini_yellow_mosaic_virus_google_0042
|
| 1089 |
+
plantseg::ps_train_apple_black_rot_4
|
| 1090 |
+
plantseg::ps_train_apple_black_rot_6
|
| 1091 |
+
plantseg::ps_train_apple_black_rot_google_0082
|
| 1092 |
+
plantseg::ps_train_apple_rust_10
|
| 1093 |
+
plantseg::ps_train_apple_rust_8
|
| 1094 |
+
plantseg::ps_train_apple_scab_30
|
| 1095 |
+
plantseg::ps_train_apple_scab_4
|
| 1096 |
+
plantseg::ps_train_apple_scab_google_0281
|
| 1097 |
+
plantseg::ps_train_banana_black_leaf_streak_Baidu_0166
|
| 1098 |
+
plantseg::ps_train_banana_black_leaf_streak_Bing_0029
|
| 1099 |
+
plantseg::ps_train_banana_black_leaf_streak_Bing_0155
|
| 1100 |
+
plantseg::ps_train_banana_bunchy_top_Baidu_0035
|
| 1101 |
+
plantseg::ps_train_banana_panama_disease_25
|
| 1102 |
+
plantseg::ps_train_bean_rust_182
|
| 1103 |
+
plantseg::ps_train_bean_rust_197
|
| 1104 |
+
plantseg::ps_train_bean_rust_46
|
| 1105 |
+
plantseg::ps_train_blueberry_rust_google_0043
|
| 1106 |
+
plantseg::ps_train_blueberry_rust_google_0045
|
| 1107 |
+
plantseg::ps_train_blueberry_rust_google_0056
|
| 1108 |
+
plantseg::ps_train_blueberry_rust_google_0119
|
| 1109 |
+
plantseg::ps_train_broccoli_alternaria_leaf_spot_Google_0021
|
| 1110 |
+
plantseg::ps_train_broccoli_downy_mildew_33
|
| 1111 |
+
plantseg::ps_train_broccoli_downy_mildew_37
|
| 1112 |
+
plantseg::ps_train_cabbage_alternaria_leaf_spot_17
|
| 1113 |
+
plantseg::ps_train_cabbage_black_rot_Google_0171
|
| 1114 |
+
plantseg::ps_train_cabbage_downy_mildew_Bing_0100
|
| 1115 |
+
plantseg::ps_train_cabbage_downy_mildew_Bing_0177
|
| 1116 |
+
plantseg::ps_train_carrot_alternaria_leaf_blight_Bing_0002
|
| 1117 |
+
plantseg::ps_train_carrot_alternaria_leaf_blight_Bing_0067
|
| 1118 |
+
plantseg::ps_train_carrot_alternaria_leaf_blight_Bing_0203
|
| 1119 |
+
plantseg::ps_train_carrot_alternaria_leaf_blight_Google_0026
|
| 1120 |
+
plantseg::ps_train_carrot_cercospora_leaf_blight_Bing_0004
|
| 1121 |
+
plantseg::ps_train_carrot_cercospora_leaf_blight_Bing_0034
|
| 1122 |
+
plantseg::ps_train_cauliflower_alternaria_leaf_spot_9
|
| 1123 |
+
plantseg::ps_train_cauliflower_bacterial_soft_rot_Bing_0044
|
| 1124 |
+
plantseg::ps_train_celery_anthracnose_google_0011
|
| 1125 |
+
plantseg::ps_train_celery_anthracnose_google_0013
|
| 1126 |
+
plantseg::ps_train_celery_anthracnose_google_0017
|
| 1127 |
+
plantseg::ps_train_celery_early_blight_1
|
| 1128 |
+
plantseg::ps_train_cherry_leaf_spot_13
|
| 1129 |
+
plantseg::ps_train_cherry_leaf_spot_16
|
| 1130 |
+
plantseg::ps_train_cherry_leaf_spot_18
|
| 1131 |
+
plantseg::ps_train_cherry_leaf_spot_2
|
| 1132 |
+
plantseg::ps_train_cherry_leaf_spot_49
|
| 1133 |
+
plantseg::ps_train_cherry_leaf_spot_google_0003
|
| 1134 |
+
plantseg::ps_train_cherry_leaf_spot_google_0007
|
| 1135 |
+
plantseg::ps_train_cherry_leaf_spot_google_0103
|
| 1136 |
+
plantseg::ps_train_cherry_leaf_spot_google_0217
|
| 1137 |
+
plantseg::ps_train_cherry_leaf_spot_google_0236
|
| 1138 |
+
plantseg::ps_train_citrus_canker_118
|
| 1139 |
+
plantseg::ps_train_citrus_canker_14
|
| 1140 |
+
plantseg::ps_train_citrus_canker_18
|
| 1141 |
+
plantseg::ps_train_citrus_canker_180
|
| 1142 |
+
plantseg::ps_train_citrus_canker_19
|
| 1143 |
+
plantseg::ps_train_citrus_canker_2
|
| 1144 |
+
plantseg::ps_train_citrus_canker_226
|
| 1145 |
+
plantseg::ps_train_citrus_canker_241
|
| 1146 |
+
plantseg::ps_train_citrus_canker_279
|
| 1147 |
+
plantseg::ps_train_citrus_canker_344
|
| 1148 |
+
plantseg::ps_train_citrus_canker_7
|
| 1149 |
+
plantseg::ps_train_citrus_canker_87
|
| 1150 |
+
plantseg::ps_train_citrus_canker_9
|
| 1151 |
+
plantseg::ps_train_citrus_greening_disease_google_0187
|
| 1152 |
+
plantseg::ps_train_coffee_berry_blotch_Google_0134
|
| 1153 |
+
plantseg::ps_train_coffee_brown_eye_spot_Bing_0105
|
| 1154 |
+
plantseg::ps_train_coffee_leaf_rust_3
|
| 1155 |
+
plantseg::ps_train_coffee_leaf_rust_google_0010
|
| 1156 |
+
plantseg::ps_train_coffee_leaf_rust_google_0017
|
| 1157 |
+
plantseg::ps_train_coffee_leaf_rust_google_0211
|
| 1158 |
+
plantseg::ps_train_corn_gray_leaf_spot_15
|
| 1159 |
+
plantseg::ps_train_corn_gray_leaf_spot_30
|
| 1160 |
+
plantseg::ps_train_corn_gray_leaf_spot_33
|
| 1161 |
+
plantseg::ps_train_corn_gray_leaf_spot_google_0005
|
| 1162 |
+
plantseg::ps_train_corn_gray_leaf_spot_google_0087
|
| 1163 |
+
plantseg::ps_train_corn_gray_leaf_spot_google_0094
|
| 1164 |
+
plantseg::ps_train_corn_gray_leaf_spot_google_0206
|
| 1165 |
+
plantseg::ps_train_corn_northern_leaf_blight_19
|
| 1166 |
+
plantseg::ps_train_corn_northern_leaf_blight_8
|
| 1167 |
+
plantseg::ps_train_corn_rust_18
|
| 1168 |
+
plantseg::ps_train_corn_rust_google_0096
|
| 1169 |
+
plantseg::ps_train_corn_rust_google_0170
|
| 1170 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_112
|
| 1171 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_13
|
| 1172 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_207
|
| 1173 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_35
|
| 1174 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_61
|
| 1175 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_76
|
| 1176 |
+
plantseg::ps_train_cucumber_angular_leaf_spot_google_0035
|
| 1177 |
+
plantseg::ps_train_cucumber_bacterial_wilt_google_0044
|
| 1178 |
+
plantseg::ps_train_cucumber_bacterial_wilt_google_0189
|
| 1179 |
+
plantseg::ps_train_cucumber_powdery_mildew_12
|
| 1180 |
+
plantseg::ps_train_cucumber_powdery_mildew_16
|
| 1181 |
+
plantseg::ps_train_cucumber_powdery_mildew_54
|
| 1182 |
+
plantseg::ps_train_cucumber_powdery_mildew_6
|
| 1183 |
+
plantseg::ps_train_cucumber_powdery_mildew_google_0081
|
| 1184 |
+
plantseg::ps_train_eggplant_cercospora_leaf_spot_google_0002
|
| 1185 |
+
plantseg::ps_train_eggplant_cercospora_leaf_spot_google_0014
|
| 1186 |
+
plantseg::ps_train_eggplant_phomopsis_fruit_rot_Bing_0036
|
| 1187 |
+
plantseg::ps_train_garlic_leaf_blight_2
|
| 1188 |
+
plantseg::ps_train_garlic_leaf_blight_64
|
| 1189 |
+
plantseg::ps_train_garlic_rust_1
|
| 1190 |
+
plantseg::ps_train_garlic_rust_13
|
| 1191 |
+
plantseg::ps_train_ginger_leaf_spot_1
|
| 1192 |
+
plantseg::ps_train_ginger_leaf_spot_30
|
| 1193 |
+
plantseg::ps_train_ginger_leaf_spot_6
|
| 1194 |
+
plantseg::ps_train_ginger_leaf_spot_9
|
| 1195 |
+
plantseg::ps_train_ginger_sheath_blight_1
|
| 1196 |
+
plantseg::ps_train_ginger_sheath_blight_73
|
| 1197 |
+
plantseg::ps_train_grape_downy_mildew_165
|
| 1198 |
+
plantseg::ps_train_grape_downy_mildew_175
|
| 1199 |
+
plantseg::ps_train_grape_downy_mildew_18
|
| 1200 |
+
plantseg::ps_train_grape_downy_mildew_21
|
| 1201 |
+
plantseg::ps_train_grape_downy_mildew_56
|
| 1202 |
+
plantseg::ps_train_grape_downy_mildew_google_0000
|
| 1203 |
+
plantseg::ps_train_grape_downy_mildew_google_0113
|
| 1204 |
+
plantseg::ps_train_grape_downy_mildew_google_0196
|
| 1205 |
+
plantseg::ps_train_grape_leaf_spot_17
|
| 1206 |
+
plantseg::ps_train_grape_leaf_spot_2
|
| 1207 |
+
plantseg::ps_train_grapevine_leafroll_disease_google_0033
|
| 1208 |
+
plantseg::ps_train_lettuce_downy_mildew_21
|
| 1209 |
+
plantseg::ps_train_lettuce_downy_mildew_google_0096
|
| 1210 |
+
plantseg::ps_train_maple_tar_spot_google_0006
|
| 1211 |
+
plantseg::ps_train_peach_anthracnose_Google_0016
|
| 1212 |
+
plantseg::ps_train_peach_leaf_curl_4
|
| 1213 |
+
plantseg::ps_train_peach_leaf_curl_google_0097
|
| 1214 |
+
plantseg::ps_train_peach_leaf_curl_google_0119
|
| 1215 |
+
plantseg::ps_train_peach_leaf_curl_google_0247
|
| 1216 |
+
plantseg::ps_train_peach_rust_Bing_0020
|
| 1217 |
+
plantseg::ps_train_peach_scab_Bing_0008
|
| 1218 |
+
plantseg::ps_train_peach_scab_Bing_0022
|
| 1219 |
+
plantseg::ps_train_peach_scab_Bing_0024
|
| 1220 |
+
plantseg::ps_train_peach_scab_Bing_0062
|
| 1221 |
+
plantseg::ps_train_peach_scab_Bing_0112
|
| 1222 |
+
plantseg::ps_train_peach_scab_Bing_0124
|
| 1223 |
+
plantseg::ps_train_potato_early_blight_1
|
| 1224 |
+
plantseg::ps_train_potato_early_blight_google_0002
|
| 1225 |
+
plantseg::ps_train_potato_early_blight_google_0183
|
| 1226 |
+
plantseg::ps_train_potato_late_blight_1
|
| 1227 |
+
plantseg::ps_train_potato_late_blight_2
|
| 1228 |
+
plantseg::ps_train_potato_late_blight_3
|
| 1229 |
+
plantseg::ps_train_raspberry_fire_blight_Bing_0127
|
| 1230 |
+
plantseg::ps_train_raspberry_fire_blight_Google_0002
|
| 1231 |
+
plantseg::ps_train_raspberry_yellow_rust_Google_0014
|
| 1232 |
+
plantseg::ps_train_rice_blast_17
|
| 1233 |
+
plantseg::ps_train_rice_blast_56
|
| 1234 |
+
plantseg::ps_train_rice_blast_google_0013
|
| 1235 |
+
plantseg::ps_train_rice_blast_google_0045
|
| 1236 |
+
plantseg::ps_train_rice_sheath_blight_3
|
| 1237 |
+
plantseg::ps_train_soybean_bacterial_blight_Bing_0000
|
| 1238 |
+
plantseg::ps_train_soybean_bacterial_blight_Bing_0031
|
| 1239 |
+
plantseg::ps_train_soybean_bacterial_blight_Bing_0052
|
| 1240 |
+
plantseg::ps_train_soybean_bacterial_blight_Bing_0099
|
| 1241 |
+
plantseg::ps_train_soybean_bacterial_blight_Bing_0153
|
| 1242 |
+
plantseg::ps_train_soybean_brown_spot_Bing_0009
|
| 1243 |
+
plantseg::ps_train_soybean_brown_spot_Bing_0100
|
| 1244 |
+
plantseg::ps_train_soybean_downy_mildew_Baidu_0005
|
| 1245 |
+
plantseg::ps_train_soybean_downy_mildew_Baidu_0015
|
| 1246 |
+
plantseg::ps_train_soybean_downy_mildew_Baidu_0017
|
| 1247 |
+
plantseg::ps_train_soybean_downy_mildew_Bing_0032
|
| 1248 |
+
plantseg::ps_train_soybean_downy_mildew_Bing_0071
|
| 1249 |
+
plantseg::ps_train_soybean_downy_mildew_Bing_0099
|
| 1250 |
+
plantseg::ps_train_soybean_downy_mildew_Bing_0151
|
| 1251 |
+
plantseg::ps_train_soybean_downy_mildew_Bing_0161
|
| 1252 |
+
plantseg::ps_train_soybean_downy_mildew_Google_0080
|
| 1253 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0008
|
| 1254 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0018
|
| 1255 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0021
|
| 1256 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0027
|
| 1257 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0030
|
| 1258 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0079
|
| 1259 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0107
|
| 1260 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0118
|
| 1261 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0156
|
| 1262 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Bing_0217
|
| 1263 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Google_0098
|
| 1264 |
+
plantseg::ps_train_soybean_frog_eye_leaf_spot_Google_0275
|
| 1265 |
+
plantseg::ps_train_soybean_mosaic_Bing_0255
|
| 1266 |
+
plantseg::ps_train_soybean_mosaic_Google_0246
|
| 1267 |
+
plantseg::ps_train_soybean_rust_Bing_0098
|
| 1268 |
+
plantseg::ps_train_soybean_rust_Google_0098
|
| 1269 |
+
plantseg::ps_train_squash_powdery_mildew_81
|
| 1270 |
+
plantseg::ps_train_squash_powdery_mildew_google_0008
|
| 1271 |
+
plantseg::ps_train_squash_powdery_mildew_google_0010
|
| 1272 |
+
plantseg::ps_train_squash_powdery_mildew_google_0024
|
| 1273 |
+
plantseg::ps_train_squash_powdery_mildew_google_0143
|
| 1274 |
+
plantseg::ps_train_squash_powdery_mildew_google_0285
|
| 1275 |
+
plantseg::ps_train_squash_powdery_mildew_google_0354
|
| 1276 |
+
plantseg::ps_train_strawberry_leaf_scorch_11
|
| 1277 |
+
plantseg::ps_train_tobacco_blue_mold_Google_0028
|
| 1278 |
+
plantseg::ps_train_tobacco_brown_spot_Bing_0025
|
| 1279 |
+
plantseg::ps_train_tobacco_brown_spot_Google_0007
|
| 1280 |
+
plantseg::ps_train_tobacco_frogeye_leaf_spot_Google_0021
|
| 1281 |
+
plantseg::ps_train_tobacco_mosaic_virus_39
|
| 1282 |
+
plantseg::ps_train_tobacco_mosaic_virus_5
|
| 1283 |
+
plantseg::ps_train_tobacco_mosaic_virus_google_0002
|
| 1284 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_1
|
| 1285 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_10
|
| 1286 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_16
|
| 1287 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_169
|
| 1288 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_17
|
| 1289 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_18
|
| 1290 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_8
|
| 1291 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_google_0017
|
| 1292 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_google_0036
|
| 1293 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_google_0113
|
| 1294 |
+
plantseg::ps_train_tomato_bacterial_leaf_spot_google_0150
|
| 1295 |
+
plantseg::ps_train_tomato_early_blight_12
|
| 1296 |
+
plantseg::ps_train_tomato_early_blight_google_0139
|
| 1297 |
+
plantseg::ps_train_tomato_early_blight_google_0143
|
| 1298 |
+
plantseg::ps_train_tomato_late_blight_18
|
| 1299 |
+
plantseg::ps_train_tomato_late_blight_google_0205
|
| 1300 |
+
plantseg::ps_train_tomato_leaf_mold_21
|
| 1301 |
+
plantseg::ps_train_tomato_leaf_mold_219
|
| 1302 |
+
plantseg::ps_train_tomato_mosaic_virus_2
|
| 1303 |
+
plantseg::ps_train_tomato_mosaic_virus_5
|
| 1304 |
+
plantseg::ps_train_tomato_mosaic_virus_google_0009
|
| 1305 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_16
|
| 1306 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_34
|
| 1307 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_4
|
| 1308 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_5
|
| 1309 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_88
|
| 1310 |
+
plantseg::ps_train_tomato_septoria_leaf_spot_google_0065
|
| 1311 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_12
|
| 1312 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_2
|
| 1313 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_51
|
| 1314 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_google_0000
|
| 1315 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_google_0012
|
| 1316 |
+
plantseg::ps_train_tomato_yellow_leaf_curl_virus_google_0075
|
| 1317 |
+
plantseg::ps_train_wheat_bacterial_leaf_streak_(black_chaff)_google_black_chaff (3)
|
| 1318 |
+
plantseg::ps_train_wheat_head_scab_Baidu_0201
|
| 1319 |
+
plantseg::ps_train_wheat_head_scab_Baidu_0424
|
| 1320 |
+
plantseg::ps_train_wheat_head_scab_Baidu_0484
|
| 1321 |
+
plantseg::ps_train_wheat_head_scab_Bing_0081
|
| 1322 |
+
plantseg::ps_train_wheat_head_scab_Bing_0175
|
| 1323 |
+
plantseg::ps_train_wheat_leaf_rust_Baidu_0081
|
| 1324 |
+
plantseg::ps_train_wheat_leaf_rust_Bing_0051
|
| 1325 |
+
plantseg::ps_train_wheat_leaf_rust_Google_0003
|
| 1326 |
+
plantseg::ps_train_wheat_leaf_rust_Google_0244
|
| 1327 |
+
plantseg::ps_train_wheat_leaf_rust_Google_0263
|
| 1328 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0004
|
| 1329 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0016
|
| 1330 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0053
|
| 1331 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0094
|
| 1332 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0175
|
| 1333 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0198
|
| 1334 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0208
|
| 1335 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0269
|
| 1336 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0272
|
| 1337 |
+
plantseg::ps_train_wheat_powdery_mildew_Baidu_0284
|
| 1338 |
+
plantseg::ps_train_wheat_powdery_mildew_Bing_0003
|
| 1339 |
+
plantseg::ps_train_wheat_powdery_mildew_Bing_0109
|
| 1340 |
+
plantseg::ps_train_wheat_powdery_mildew_Bing_0270
|
| 1341 |
+
plantseg::ps_train_wheat_septoria_blotch_blotch (5)
|
| 1342 |
+
plantseg::ps_train_wheat_stem_rust_Baidu_0210
|
| 1343 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0080
|
| 1344 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0204
|
| 1345 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0218
|
| 1346 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0221
|
| 1347 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0258
|
| 1348 |
+
plantseg::ps_train_wheat_stem_rust_Bing_0266
|
| 1349 |
+
plantseg::ps_train_wheat_stripe_rust_Baidu_0246
|
| 1350 |
+
plantseg::ps_train_wheat_stripe_rust_Baidu_0375
|
| 1351 |
+
plantseg::ps_train_wheat_stripe_rust_Baidu_0408
|
| 1352 |
+
plantseg::ps_train_wheat_stripe_rust_Baidu_0468
|
| 1353 |
+
plantseg::ps_train_wheat_stripe_rust_Bing_0020
|
| 1354 |
+
plantseg::ps_train_wheat_stripe_rust_Bing_0039
|
| 1355 |
+
plantseg::ps_train_wheat_stripe_rust_Bing_0185
|
| 1356 |
+
plantseg::ps_train_wheat_stripe_rust_Bing_0263
|
| 1357 |
+
plantseg::ps_train_zucchini_bacterial_wilt_Bing_0000
|
| 1358 |
+
plantseg::ps_train_zucchini_bacterial_wilt_Bing_0160
|
| 1359 |
+
plantseg::ps_train_zucchini_bacterial_wilt_Bing_0191
|
| 1360 |
+
plantseg::ps_train_zucchini_bacterial_wilt_Google_0008
|
| 1361 |
+
plantseg::ps_train_zucchini_bacterial_wilt_Google_0031
|
| 1362 |
+
plantseg::ps_train_zucchini_downy_mildew_Bing_0005
|
| 1363 |
+
plantseg::ps_train_zucchini_downy_mildew_Bing_0078
|
| 1364 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0000
|
| 1365 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0081
|
| 1366 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0087
|
| 1367 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0177
|
| 1368 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0180
|
| 1369 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0193
|
| 1370 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0247
|
| 1371 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0298
|
| 1372 |
+
plantseg::ps_train_zucchini_powdery_mildew_Bing_0357
|
| 1373 |
+
plantseg::ps_train_zucchini_powdery_mildew_Google_0128
|
| 1374 |
+
plantseg::ps_train_zucchini_powdery_mildew_Google_0178
|
| 1375 |
+
plantseg::ps_train_zucchini_powdery_mildew_Google_0300
|
| 1376 |
+
plantseg::ps_train_zucchini_powdery_mildew_Google_0387
|
| 1377 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_116
|
| 1378 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_17
|
| 1379 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_178
|
| 1380 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_2
|
| 1381 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_224
|
| 1382 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_google_0007
|
| 1383 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_google_0024
|
| 1384 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_google_0037
|
| 1385 |
+
plantseg::ps_train_zucchini_yellow_mosaic_virus_google_0113
|
| 1386 |
+
plantseg::ps_val_apple_black_rot_google_0016
|
| 1387 |
+
plantseg::ps_val_apple_scab_google_0078
|
| 1388 |
+
plantseg::ps_val_banana_bunchy_top_Baidu_0003
|
| 1389 |
+
plantseg::ps_val_banana_cordana_leaf_spot_Bing_0054
|
| 1390 |
+
plantseg::ps_val_basil_downy_mildew_google_0017
|
| 1391 |
+
plantseg::ps_val_bean_mosaic_virus_google_0107
|
| 1392 |
+
plantseg::ps_val_bean_rust_14
|
| 1393 |
+
plantseg::ps_val_bean_rust_google_0001
|
| 1394 |
+
plantseg::ps_val_bean_rust_google_0039
|
| 1395 |
+
plantseg::ps_val_blueberry_mummy_berry_Bing_0277
|
| 1396 |
+
plantseg::ps_val_carrot_alternaria_leaf_blight_Bing_0005
|
| 1397 |
+
plantseg::ps_val_cauliflower_bacterial_soft_rot_Bing_0109
|
| 1398 |
+
plantseg::ps_val_celery_early_blight_35
|
| 1399 |
+
plantseg::ps_val_cherry_leaf_spot_4
|
| 1400 |
+
plantseg::ps_val_cherry_leaf_spot_44
|
| 1401 |
+
plantseg::ps_val_cherry_powdery_mildew_64
|
| 1402 |
+
plantseg::ps_val_citrus_canker_17
|
| 1403 |
+
plantseg::ps_val_citrus_canker_google_0000
|
| 1404 |
+
plantseg::ps_val_coffee_leaf_rust_9
|
| 1405 |
+
plantseg::ps_val_coffee_leaf_rust_google_0001
|
| 1406 |
+
plantseg::ps_val_coffee_leaf_rust_google_0020
|
| 1407 |
+
plantseg::ps_val_coffee_leaf_rust_google_0023
|
| 1408 |
+
plantseg::ps_val_coffee_leaf_rust_google_0286
|
| 1409 |
+
plantseg::ps_val_corn_gray_leaf_spot_google_0041
|
| 1410 |
+
plantseg::ps_val_corn_rust_30
|
| 1411 |
+
plantseg::ps_val_corn_rust_78
|
| 1412 |
+
plantseg::ps_val_corn_rust_81
|
| 1413 |
+
plantseg::ps_val_corn_rust_google_0224
|
| 1414 |
+
plantseg::ps_val_corn_smut_google_0066
|
| 1415 |
+
plantseg::ps_val_corn_smut_google_0207
|
| 1416 |
+
plantseg::ps_val_cucumber_angular_leaf_spot_271
|
| 1417 |
+
plantseg::ps_val_cucumber_angular_leaf_spot_google_0041
|
| 1418 |
+
plantseg::ps_val_cucumber_powdery_mildew_129
|
| 1419 |
+
plantseg::ps_val_cucumber_powdery_mildew_133
|
| 1420 |
+
plantseg::ps_val_garlic_rust_71
|
| 1421 |
+
plantseg::ps_val_garlic_rust_73
|
| 1422 |
+
plantseg::ps_val_garlic_rust_9
|
| 1423 |
+
plantseg::ps_val_ginger_leaf_spot_google_0014
|
| 1424 |
+
plantseg::ps_val_ginger_sheath_blight_28
|
| 1425 |
+
plantseg::ps_val_grape_black_rot_171
|
| 1426 |
+
plantseg::ps_val_grape_downy_mildew_28
|
| 1427 |
+
plantseg::ps_val_lettuce_downy_mildew_google_0058
|
| 1428 |
+
plantseg::ps_val_lettuce_mosaic_virus_google_0008
|
| 1429 |
+
plantseg::ps_val_lettuce_mosaic_virus_google_0170
|
| 1430 |
+
plantseg::ps_val_peach_leaf_curl_google_0036
|
| 1431 |
+
plantseg::ps_val_plum_bacterial_spot_Bing_0043
|
| 1432 |
+
plantseg::ps_val_soybean_bacterial_blight_Bing_0155
|
| 1433 |
+
plantseg::ps_val_soybean_frog_eye_leaf_spot_Bing_0010
|
| 1434 |
+
plantseg::ps_val_soybean_mosaic_Bing_0070
|
| 1435 |
+
plantseg::ps_val_soybean_rust_Baidu_0022
|
| 1436 |
+
plantseg::ps_val_squash_powdery_mildew_61
|
| 1437 |
+
plantseg::ps_val_squash_powdery_mildew_google_0083
|
| 1438 |
+
plantseg::ps_val_strawberry_leaf_scorch_google_0109
|
| 1439 |
+
plantseg::ps_val_tobacco_mosaic_virus_128
|
| 1440 |
+
plantseg::ps_val_tomato_early_blight_143
|
| 1441 |
+
plantseg::ps_val_tomato_leaf_mold_278
|
| 1442 |
+
plantseg::ps_val_tomato_septoria_leaf_spot_1
|
| 1443 |
+
plantseg::ps_val_tomato_yellow_leaf_curl_virus_6
|
| 1444 |
+
plantseg::ps_val_tomato_yellow_leaf_curl_virus_google_0080
|
| 1445 |
+
plantseg::ps_val_wheat_bacterial_leaf_streak_(black_chaff)_google_black_chaff (10)
|
| 1446 |
+
plantseg::ps_val_wheat_head_scab_Bing_0095
|
| 1447 |
+
plantseg::ps_val_wheat_powdery_mildew_Baidu_0179
|
| 1448 |
+
plantseg::ps_val_wheat_powdery_mildew_Baidu_0309
|
| 1449 |
+
plantseg::ps_val_wheat_powdery_mildew_Bing_0096
|
| 1450 |
+
plantseg::ps_val_wheat_stem_rust_Bing_0124
|
| 1451 |
+
plantseg::ps_val_wheat_stem_rust_Bing_0268
|
| 1452 |
+
plantseg::ps_val_wheat_stripe_rust_Baidu_0204
|
| 1453 |
+
plantseg::ps_val_wheat_stripe_rust_Baidu_0240
|
| 1454 |
+
plantseg::ps_val_wheat_stripe_rust_Google_0019
|
| 1455 |
+
plantseg::ps_val_zucchini_powdery_mildew_Bing_0074
|
t2/annotations/final_audit_table.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t2/annotations/final_stats.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_images": 3545,
|
| 3 |
+
"by_scene_family": {
|
| 4 |
+
"crop_weed": 1175,
|
| 5 |
+
"fruit_blueberry": 554,
|
| 6 |
+
"fruit_peach": 585,
|
| 7 |
+
"orchard_fruit": 84,
|
| 8 |
+
"plant_disease": 1147
|
| 9 |
+
},
|
| 10 |
+
"by_density_bucket": {
|
| 11 |
+
"0": 2,
|
| 12 |
+
"1": 253,
|
| 13 |
+
"2-5": 1666,
|
| 14 |
+
"21-50": 96,
|
| 15 |
+
"6-20": 1528
|
| 16 |
+
},
|
| 17 |
+
"by_benchmark_split": {
|
| 18 |
+
"dev": 2836,
|
| 19 |
+
"test": 709
|
| 20 |
+
},
|
| 21 |
+
"by_source": {
|
| 22 |
+
"acfr_apples": {
|
| 23 |
+
"num_images": 84,
|
| 24 |
+
"num_queryable_instances": 358,
|
| 25 |
+
"split_hist": {
|
| 26 |
+
"dev": 67,
|
| 27 |
+
"test": 17
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"cropandweed": {
|
| 31 |
+
"num_images": 443,
|
| 32 |
+
"num_queryable_instances": 1965,
|
| 33 |
+
"split_hist": {
|
| 34 |
+
"dev": 354,
|
| 35 |
+
"test": 89
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"magefruits_blueberry": {
|
| 39 |
+
"num_images": 554,
|
| 40 |
+
"num_queryable_instances": 4709,
|
| 41 |
+
"split_hist": {
|
| 42 |
+
"dev": 443,
|
| 43 |
+
"test": 111
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"magefruits_peach": {
|
| 47 |
+
"num_images": 585,
|
| 48 |
+
"num_queryable_instances": 2835,
|
| 49 |
+
"split_hist": {
|
| 50 |
+
"dev": 468,
|
| 51 |
+
"test": 117
|
| 52 |
+
}
|
| 53 |
+
},
|
| 54 |
+
"phenobench": {
|
| 55 |
+
"num_images": 732,
|
| 56 |
+
"num_queryable_instances": 5314,
|
| 57 |
+
"split_hist": {
|
| 58 |
+
"dev": 586,
|
| 59 |
+
"test": 146
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"plantseg": {
|
| 63 |
+
"num_images": 1147,
|
| 64 |
+
"num_queryable_instances": 7935,
|
| 65 |
+
"split_hist": {
|
| 66 |
+
"dev": 918,
|
| 67 |
+
"test": 229
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
}
|
| 71 |
+
}
|
t2/annotations/kept_ids.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t2/annotations/policy.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"target_total": 0,
|
| 3 |
+
"dev_fraction": 0.8,
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"review_mode": "keep_only",
|
| 6 |
+
"num_images": 3545,
|
| 7 |
+
"num_queries": 3545,
|
| 8 |
+
"note": "Public release policy; internal review-sheet paths and local transfer settings are omitted."
|
| 9 |
+
}
|
t2/annotations/split_stats.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dev": {
|
| 3 |
+
"num_images": 2836,
|
| 4 |
+
"by_scene_family": {
|
| 5 |
+
"crop_weed": 940,
|
| 6 |
+
"fruit_blueberry": 443,
|
| 7 |
+
"fruit_peach": 468,
|
| 8 |
+
"orchard_fruit": 67,
|
| 9 |
+
"plant_disease": 918
|
| 10 |
+
},
|
| 11 |
+
"by_density_bucket": {
|
| 12 |
+
"0": 2,
|
| 13 |
+
"1": 195,
|
| 14 |
+
"2-5": 1333,
|
| 15 |
+
"21-50": 75,
|
| 16 |
+
"6-20": 1231
|
| 17 |
+
},
|
| 18 |
+
"by_benchmark_split": {
|
| 19 |
+
"dev": 2836
|
| 20 |
+
},
|
| 21 |
+
"by_source": {
|
| 22 |
+
"acfr_apples": {
|
| 23 |
+
"num_images": 67,
|
| 24 |
+
"num_queryable_instances": 283,
|
| 25 |
+
"split_hist": {
|
| 26 |
+
"dev": 67
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"cropandweed": {
|
| 30 |
+
"num_images": 354,
|
| 31 |
+
"num_queryable_instances": 1570,
|
| 32 |
+
"split_hist": {
|
| 33 |
+
"dev": 354
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"magefruits_blueberry": {
|
| 37 |
+
"num_images": 443,
|
| 38 |
+
"num_queryable_instances": 3748,
|
| 39 |
+
"split_hist": {
|
| 40 |
+
"dev": 443
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"magefruits_peach": {
|
| 44 |
+
"num_images": 468,
|
| 45 |
+
"num_queryable_instances": 2280,
|
| 46 |
+
"split_hist": {
|
| 47 |
+
"dev": 468
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"phenobench": {
|
| 51 |
+
"num_images": 586,
|
| 52 |
+
"num_queryable_instances": 4378,
|
| 53 |
+
"split_hist": {
|
| 54 |
+
"dev": 586
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"plantseg": {
|
| 58 |
+
"num_images": 918,
|
| 59 |
+
"num_queryable_instances": 6414,
|
| 60 |
+
"split_hist": {
|
| 61 |
+
"dev": 918
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"test": {
|
| 67 |
+
"num_images": 709,
|
| 68 |
+
"by_scene_family": {
|
| 69 |
+
"crop_weed": 235,
|
| 70 |
+
"fruit_blueberry": 111,
|
| 71 |
+
"fruit_peach": 117,
|
| 72 |
+
"orchard_fruit": 17,
|
| 73 |
+
"plant_disease": 229
|
| 74 |
+
},
|
| 75 |
+
"by_density_bucket": {
|
| 76 |
+
"1": 58,
|
| 77 |
+
"2-5": 333,
|
| 78 |
+
"21-50": 21,
|
| 79 |
+
"6-20": 297
|
| 80 |
+
},
|
| 81 |
+
"by_benchmark_split": {
|
| 82 |
+
"test": 709
|
| 83 |
+
},
|
| 84 |
+
"by_source": {
|
| 85 |
+
"acfr_apples": {
|
| 86 |
+
"num_images": 17,
|
| 87 |
+
"num_queryable_instances": 75,
|
| 88 |
+
"split_hist": {
|
| 89 |
+
"test": 17
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"cropandweed": {
|
| 93 |
+
"num_images": 89,
|
| 94 |
+
"num_queryable_instances": 395,
|
| 95 |
+
"split_hist": {
|
| 96 |
+
"test": 89
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"magefruits_blueberry": {
|
| 100 |
+
"num_images": 111,
|
| 101 |
+
"num_queryable_instances": 961,
|
| 102 |
+
"split_hist": {
|
| 103 |
+
"test": 111
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"magefruits_peach": {
|
| 107 |
+
"num_images": 117,
|
| 108 |
+
"num_queryable_instances": 555,
|
| 109 |
+
"split_hist": {
|
| 110 |
+
"test": 117
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"phenobench": {
|
| 114 |
+
"num_images": 146,
|
| 115 |
+
"num_queryable_instances": 936,
|
| 116 |
+
"split_hist": {
|
| 117 |
+
"test": 146
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"plantseg": {
|
| 121 |
+
"num_images": 229,
|
| 122 |
+
"num_queryable_instances": 1521,
|
| 123 |
+
"split_hist": {
|
| 124 |
+
"test": 229
|
| 125 |
+
}
|
| 126 |
+
}
|
| 127 |
+
}
|
| 128 |
+
}
|
| 129 |
+
}
|
t2/annotations/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004412_183109_Cam6_51.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004416_754705_Cam6_52.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004438_278894_Cam6_42.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004612_947488_Cam6_22.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004752_568676_Cam6_11.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004915_998915_Cam6_32.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T004946_285290_Cam6_34.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005044_000731_Cam6_24.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005441_910362_Cam6_34.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005446_672459_Cam6_11.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005450_672540_Cam6_24.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005451_624934_Cam6_21.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005507_815767_Cam6_22.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005732_580652_Cam6_52.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005800_581226_Cam6_54.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005812_009959_Cam6_51.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T005817_152940_Cam6_63.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T010008_774346_Cam6_42.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T012944_239190_11.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013139_289192_32.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013247_671582_31.png
ADDED
|
Git LFS Details
|
t2/images/acfr_apples/acfr_apples__acfr_apple_20130320T013505_198129_43.png
ADDED
|
Git LFS Details
|
t2/queries/queries_dev.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t2/queries/queries_test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
t2/queries/query_policy.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"single_fraction": 0.5,
|
| 3 |
+
"multi_fraction": 0.35,
|
| 4 |
+
"empty_fraction": 0.15,
|
| 5 |
+
"max_multi_targets": 20,
|
| 6 |
+
"scene_negative_preferences": {
|
| 7 |
+
"crop_weed": [
|
| 8 |
+
"fruit",
|
| 9 |
+
"disease"
|
| 10 |
+
],
|
| 11 |
+
"plant_disease": [
|
| 12 |
+
"fruit",
|
| 13 |
+
"crop",
|
| 14 |
+
"weed"
|
| 15 |
+
],
|
| 16 |
+
"orchard_fruit": [
|
| 17 |
+
"crop",
|
| 18 |
+
"weed",
|
| 19 |
+
"disease"
|
| 20 |
+
],
|
| 21 |
+
"fruit_blueberry": [
|
| 22 |
+
"crop",
|
| 23 |
+
"weed",
|
| 24 |
+
"disease"
|
| 25 |
+
],
|
| 26 |
+
"fruit_peach": [
|
| 27 |
+
"crop",
|
| 28 |
+
"weed",
|
| 29 |
+
"disease"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"target_family_space": [
|
| 33 |
+
"crop",
|
| 34 |
+
"weed",
|
| 35 |
+
"fruit",
|
| 36 |
+
"disease"
|
| 37 |
+
],
|
| 38 |
+
"family_balance_rule": "within each query bucket, prefer an even spread across crop / weed / fruit / disease when candidates exist",
|
| 39 |
+
"output_answer_format": "target_instance_local_ids"
|
| 40 |
+
}
|
t2/queries/query_stats.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dev": {
|
| 3 |
+
"num_images": 2836,
|
| 4 |
+
"num_queries": 2836,
|
| 5 |
+
"quota": {
|
| 6 |
+
"single": 1418,
|
| 7 |
+
"multi": 993,
|
| 8 |
+
"empty": 425
|
| 9 |
+
},
|
| 10 |
+
"topup_queries": 1,
|
| 11 |
+
"realized": {
|
| 12 |
+
"by_query_type": {
|
| 13 |
+
"empty": 426,
|
| 14 |
+
"multi": 993,
|
| 15 |
+
"single": 1417
|
| 16 |
+
},
|
| 17 |
+
"by_scene_family": {
|
| 18 |
+
"crop_weed": 940,
|
| 19 |
+
"fruit_blueberry": 443,
|
| 20 |
+
"fruit_peach": 468,
|
| 21 |
+
"orchard_fruit": 67,
|
| 22 |
+
"plant_disease": 918
|
| 23 |
+
},
|
| 24 |
+
"by_program_type": {
|
| 25 |
+
"empty_family_absent": 426,
|
| 26 |
+
"multi_family_all": 358,
|
| 27 |
+
"multi_family_topk_largest": 329,
|
| 28 |
+
"multi_family_topk_leftmost": 306,
|
| 29 |
+
"single_family_unique": 85,
|
| 30 |
+
"single_fine_unique": 81,
|
| 31 |
+
"single_rank_bottommost": 231,
|
| 32 |
+
"single_rank_largest": 217,
|
| 33 |
+
"single_rank_leftmost": 204,
|
| 34 |
+
"single_rank_rightmost": 211,
|
| 35 |
+
"single_rank_smallest": 171,
|
| 36 |
+
"single_rank_topmost": 217
|
| 37 |
+
},
|
| 38 |
+
"by_target_family": {
|
| 39 |
+
"crop": 656,
|
| 40 |
+
"disease": 869,
|
| 41 |
+
"fruit": 904,
|
| 42 |
+
"weed": 407
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"eligible": {
|
| 46 |
+
"single": 2834,
|
| 47 |
+
"multi": 2624,
|
| 48 |
+
"empty": 2836
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"test": {
|
| 52 |
+
"num_images": 709,
|
| 53 |
+
"num_queries": 709,
|
| 54 |
+
"quota": {
|
| 55 |
+
"single": 355,
|
| 56 |
+
"multi": 248,
|
| 57 |
+
"empty": 106
|
| 58 |
+
},
|
| 59 |
+
"topup_queries": 0,
|
| 60 |
+
"realized": {
|
| 61 |
+
"by_query_type": {
|
| 62 |
+
"empty": 106,
|
| 63 |
+
"multi": 248,
|
| 64 |
+
"single": 355
|
| 65 |
+
},
|
| 66 |
+
"by_scene_family": {
|
| 67 |
+
"crop_weed": 235,
|
| 68 |
+
"fruit_blueberry": 111,
|
| 69 |
+
"fruit_peach": 117,
|
| 70 |
+
"orchard_fruit": 17,
|
| 71 |
+
"plant_disease": 229
|
| 72 |
+
},
|
| 73 |
+
"by_program_type": {
|
| 74 |
+
"empty_family_absent": 106,
|
| 75 |
+
"multi_family_all": 90,
|
| 76 |
+
"multi_family_topk_largest": 87,
|
| 77 |
+
"multi_family_topk_leftmost": 71,
|
| 78 |
+
"single_family_unique": 20,
|
| 79 |
+
"single_fine_unique": 32,
|
| 80 |
+
"single_rank_bottommost": 48,
|
| 81 |
+
"single_rank_largest": 45,
|
| 82 |
+
"single_rank_leftmost": 56,
|
| 83 |
+
"single_rank_rightmost": 55,
|
| 84 |
+
"single_rank_smallest": 59,
|
| 85 |
+
"single_rank_topmost": 40
|
| 86 |
+
},
|
| 87 |
+
"by_target_family": {
|
| 88 |
+
"crop": 161,
|
| 89 |
+
"disease": 207,
|
| 90 |
+
"fruit": 233,
|
| 91 |
+
"weed": 108
|
| 92 |
+
}
|
| 93 |
+
},
|
| 94 |
+
"eligible": {
|
| 95 |
+
"single": 709,
|
| 96 |
+
"multi": 649,
|
| 97 |
+
"empty": 709
|
| 98 |
+
}
|
| 99 |
+
}
|
| 100 |
+
}
|