Difference between revisions of "Training and inference pipeline"

From tessera
Jump to navigation Jump to search
(Created page with "=Creating a usable and flexible pipeline= Our goal is to create a well-documented and flexible pipeline. Ideally, we should be able to specify some configuration parameters a...")
 
 
Line 1: Line 1:
=Creating a usable and flexible pipeline=
+
Our goal is to create a well-documented and flexible pipeline. Ideally, we should be able to specify some configuration parameters as inputs and automatically generate the desired results.  
 
 
Our goal is to create a well-documented and flexible pipeline. Ideally, we should be able to specify some configuration parameters as inputs and automatically generate the desired results. To test this work, we should reproduce the crop data validation using crop reference data from California and farmer declarations of crop type per field available for Austria.  
 
  
 
A pipeline to create d-pixels should be developed (independent of the Barlow Twins main pipeline) that takes care of geospatial alignment issues, the use of cloud masking, and the ability to use both raster and vector datasets. It will need to load and handle large time series datasets. This pipeline should produce time series either pixel-wise or patch-wise features to allow for representation outputs to be placed into a spatially-oriented raster (i.e to create a wall-to-wall representation map). Additionally, the pixel- or patch-wise features should be in a format usable for other ML approaches.
 
A pipeline to create d-pixels should be developed (independent of the Barlow Twins main pipeline) that takes care of geospatial alignment issues, the use of cloud masking, and the ability to use both raster and vector datasets. It will need to load and handle large time series datasets. This pipeline should produce time series either pixel-wise or patch-wise features to allow for representation outputs to be placed into a spatially-oriented raster (i.e to create a wall-to-wall representation map). Additionally, the pixel- or patch-wise features should be in a format usable for other ML approaches.

Latest revision as of 10:49, 22 May 2025

Our goal is to create a well-documented and flexible pipeline. Ideally, we should be able to specify some configuration parameters as inputs and automatically generate the desired results.

A pipeline to create d-pixels should be developed (independent of the Barlow Twins main pipeline) that takes care of geospatial alignment issues, the use of cloud masking, and the ability to use both raster and vector datasets. It will need to load and handle large time series datasets. This pipeline should produce time series either pixel-wise or patch-wise features to allow for representation outputs to be placed into a spatially-oriented raster (i.e to create a wall-to-wall representation map). Additionally, the pixel- or patch-wise features should be in a format usable for other ML approaches.