Skip to content

Commit

Permalink
Merge pull request #192 from WorldCereal/switch-croplandmodel-v006
Browse files Browse the repository at this point in the history
Updated cropland model v006
  • Loading branch information
kvantricht authored Oct 15, 2024
2 parents a805195 + cd3fe25 commit 1a39418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worldcereal/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CropLandParameters(BaseModel):
)
classifier: Type[ModelInference] = Field(default=CropClassifier)
classifier_parameters: ClassifierParameters = ClassifierParameters(
classifier_url="https://artifactory.vgt.vito.be/artifactory/auxdata-public/worldcereal/models/PhaseII/downstream/PrestoDownstreamCatBoost_cropland_v005-ft-cropland-logloss.onnx" # NOQA
classifier_url="https://artifactory.vgt.vito.be/artifactory/auxdata-public/worldcereal/models/PhaseII/downstream/PrestoDownstreamCatBoost_cropland_v006-ft-cropland-maxmaskratio05.onnx" # NOQA
)

@model_validator(mode="after")
Expand Down

0 comments on commit 1a39418

Please sign in to comment.