Use version 0.4 of the segmentation model

This commit is contained in:
Pierre-Yves Nicolas
2025-06-29 18:13:36 +02:00
parent 6361e1616f
commit 850bc84b2b

View File

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