Why
Table of Contents | ||||
---|---|---|---|---|
|
Location CSVs
Why: This important information is used in the pipeline to automatically label detection results and the resulting plant cutouts.
Note |
---|
It’s important that species locations stays consistent throughout the growing season. |
Who
...
: BenchBot operators on the ground at each location
When
...
: Once when pots are initially placed and anytime afterward if the location of species changes. The location of species (pots) should not change once the season starts, however; if species location changes, the pipeline dev group should be notified.
Pots within individual species groups can, and will likely move from day-to-day operations (see below about avoiding border drift). But species location should not change.
Where
...
: A single map should include all benches/potting areas and should be made for each location.
Ideally, this map should only need to be created once and sent once to the the pipeline dev group.
How:
Map
...
: Drawing or use an excel spread sheet that clearly delineates the relative position of species in each potting area.
Avoid drifting species-species borders:
Transition areas from one species to another should stay consistent. In another words, an imaginary line separating 2 species potting groups should not move or drift throughout the season from day-to-day operations.
BenchBot operators should place a small gap separating species groups. This gives some leeway for slight drift overtime while insuring species stay separated.
What:
Identify
bench number
species name in USDA symbol
pot row number or barcode number
“0,0” origin for each bench
How Bench numbers and pot row numbers (if used) are named should not change for the duration of the season.
Species Maps
Expand | ||
---|---|---|
| ||
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Species Locations Shapefiles
What: Global potting area locations of each species group in the form of polygons. A single polygon encompasses one species group is marked as such in the shapefile attribute table. Polygons are created by pulling in the orthomosaic generated from AutoSfM. Shapefiles are created manually but only need to be done once.
Who: Developers
Where: QGIS or other GIS software
How: Pull in orthomosaic into QGIS or another GIS software. Create a shapefile and draw polygons around each species group. Create attribute “species” and mark each polygon as such. Save shapefile and place under semif-utils
.
When: Once per growing season, a single shapefile for each location.
Why: Polygons are used to provide species labels for each bounding box detection result. The object detection model only detects vegetation
but we also want species label information. Because local detection results are scaled to a global coordinate reference system via AutoSfM, they can be compared to larger areas throughout the potting area. An orthomosaic, that provides a visual representation to the global CRS, can be used to manually demarcate species potting groups. Detection results that fall within the polygon area are given species labels of respective polygons.
Note |
---|
Species group locations in the potting area must remain constant |
...