Skip to content

Commit

Permalink
Updated cropland model v006
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed Oct 15, 2024
1 parent 9c60085 commit cd3fe25
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 cd3fe25

Please sign in to comment.