Upgrade segmentation model to v1.1

This commit is contained in:
Pierre-Yves Nicolas
2025-11-03 20:00:19 +01:00
committed by pynicolas
parent 5b8c658527
commit ba78a88ef3

View File

@@ -1,7 +1,7 @@
import org.gradle.api.tasks.Copy
import java.net.URL
val modelVersion = "v1.0.0"
val modelVersion = "v1.1.0"
val modelFileName = "fairscan-segmentation-model.tflite"
val modelUrl = "https://github.com/pynicolas/fairscan-segmentation-model/releases/download/$modelVersion/$modelFileName"