Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

27 minimal inference #88

Merged
merged 5 commits into from
Apr 15, 2024
Merged

27 minimal inference #88

merged 5 commits into from
Apr 15, 2024

Conversation

GriffinBabe
Copy link
Collaborator

Still under construction, as the unit-tests are not passing and I am waiting for an answer of the OpenEO team.

Also before confirming this strategy we should discuss with the GFMAP team to see if that matches our long term vision of the framework, as well as check if it is compatible with the world-cereal inference MVP

@GriffinBabe GriffinBabe added the enhancement New feature or request label Apr 12, 2024
@GriffinBabe GriffinBabe self-assigned this Apr 12, 2024
cube = cube.ndvi(nir='S2-L2A-B08', red='S2-L2A-B04', target_band='S2-L2A-NDVI')

# Perform model inference
cube = apply_model_inference(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this skips the FeatureExtractor and directly feeds the time series to the model?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a unit-test focusing on the Model Inference, not a full pipeline

@GriffinBabe GriffinBabe marked this pull request as ready for review April 15, 2024 11:15
@GriffinBabe GriffinBabe merged commit faf53d2 into main Apr 15, 2024
2 checks passed
@GriffinBabe GriffinBabe deleted the 27-minimal-inference branch April 15, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants