Skip to main content
This guide shows how to train and infer Clay Foundation Model for segmentation task (Chesapeake Land Cover ) using our API. Open In Colab

Loading Data

Preparing Data

https://github.com/Clay-foundation/model/blob/main/finetune/segment/preprocess_data.py
png png png png png

Uploading Data to Bluesight

Starting Training

Now we need to load data to the format which is accepted by our API. Essentially, it is raw pixels data from all bands with some metadata.

Run inference

For inference we need only images. You can check detailed endpoint specification in the docs.
png png png png png