Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Data products for each batch, in this example, the batch ID is NC_2022-07-27 and state ID is NC. This section exclude AutoSfM results.

Code Block
languagenone
data
  ├── semifield-developed-images
  │   ├── NC_2022-07-27
  │   │   ├── NC_2022-07-27.json
  │   │   ├── images
  │   │   │   ├── NC_1658926241.png
  │   │   │   └── ...
  │   │   │
  │   │   ├── masks
  │   │   │   ├── NC_1658926241_mask.png
  │   │   │   └── ...
  │   │   │
  │   │   ├── plant-detections
  │   │   │   ├── NC_1658926241.csv
  │   │   │   └── ...
  │   │   │
  │   │   ├── metadata
  │   │   │   ├── NC_1658926241.json
  │   │   │   └── ...
  │   │   │
  │   │   └── metamasks
  │   │       ├── semantic_masks
  │   │       │   ├── NC_1658926241.png
  │   │       │   └── ...
  │   │       └── instance_masks
  │   │           ├── NC_1658926241.png
  │   │           └── ...
  │   │   
  └── semifield-cutouts
      ├── NC_2022-07-27
      │   ├── NC_2022-07-27.csv
      │   ├── NC_1658926241_0.png
      │   ├── NC_1658926241_0.json
      │   ├── NC_1658926241_0.jpg
      │   ├── NC_1658926241_0_mask.png
      │   └── ...
      └── ...

...