Versions Compared

Key

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

...

Code Block
SemiF-AnnotationPipeline
  └── data
      ├── semifield-cutouts
      │   ├── NC_2022-07-27
      │   │   ├── NC_1658926241_0.png
      │   │   ├── NC_1658926241_0.json
      │   │   ├── NC_1658926241_1.png
      │   │   ├── NC_1658926241_1.json
      │   │   ├── NC_1658926255_0.png
      │   │   ├── NC_1658926255_0.json
      │   │   └── ...
      │   └── NC_2022-08-05
      ├── semifield-developed-images
      │   ├── NC_2022-07-27
      │   │   ├── NC_2022-07-27.json
      │   │   │
      │   │   ├── autosfm
      │   │   │   ├── detections.csv
      │   │   │   ├── dem
      │   │   │   │   └── dem.tif
      │   │   │   ├── downscaled_photos
      │   │   │   │   ├── NC_1658926241.png
      │   │   │   │   ├── NC_1658926255.png
      │   │   │   │   └── ...
      │   │   │   ├── downscaled_masks
      │   │   │   │   ├── NC_1658926241_mask.png
      │   │   │   │   ├── NC_1658926255_mask.png
      │   │   │   │   └── ...
      │   │   │   ├── ortho
      │   │   │   │   └── orthomosaic.tif
      │   │   │   ├── project
      │   │   │   │   ├── NC_2022-07-27.psx
      │   │   │   │   └── NC_2022-07-27.files
      │   │   │   └── reference
      │   │   │       ├── camera_reference.csv
      │   │   │       ├── error_statistic.csv
      │   │   │       ├── fov.csv
      │   │   │       └──gcp_reference.csv
      │   │   │
      │   │   ├── images
      │   │   │   ├── NC_1658926241.png
      │   │   │   ├── NC_1658926255.png
      │   │   │   └── ...
      │   │   │
      │   │   ├── masks
      │   │   │   ├── NC_1658926241_mask.png
      │   │   │   ├── NC_1658926255_mask.png
      │   │   │   └── ...
      │   │   │
      │   │   └── metadata
      │   │       ├── NC_1658926241.json
      │   │       ├── NC_1658926255.json
      │   │       └── ...
      │   │
      │   └── ...
  ├── NC_2022-08-05
semifield-cutouts
     │   │   ├── autosfm
NC_2022-07-27
     │   │   │   ├── dem
NC_1658926241_0.png
     │   │   │   ├── downscaled_masks
NC_1658926241_0.json
     │   │   │   ├── downscaled_photos
NC_1658926241_1.png
     │   │   │   ├── orthoNC_1658926241_1.json
      │   │   │   ├── projectNC_1658926255_0.png
      │   │   │   │   └──├── NC_2022-08-05.files_1658926255_0.json
      │   │   └── ...
 │   │      │   └── ...
  0    
  │   │   │   └── reference├── semifield-models
     │   │   ├── imagesplant_detector
      │   │   ├── masks  └── best.pt
   │   │   └── metadata
      │   └── NC_2022-08-06├── semifield-upload-images
      │  
    ├── images └── semifield-utils
    │        ├── MD
 masks       │    │   ├── shapefiles
└── metadata       ├── semifield-models       │   ├── plant_classifierMD.shp
      │   │   └── data       │   │       └── train...
      │   │           ├──
bad_plant_sample       │   │          └── ├── not_plantGroundControlPoints.csv 
      │   │     ├──   NC
  └── plant       │   └── plant_detector
├── shapefiles
     ├── semifield-upload-images       │   ├── MD_2022-06-28 NC.shp
        │   ├── MD_2022-07-01      └── │  ...
├── MD_2022-07-06       │   └── MD_2022-07-15   
   └── semifield-utils         └── GroundControlPoints.csv ├── MD           │   └── shapefiles           ├── NC 
         │   └── shapefiles
species_info.json
         └── old_stacked_markers

Batches

blob_home and data_root - storage location information

...