Segmentation model v0.3: DeepLabV3plus/MobileNetV2

Inference time decreased from 400 to 200ms
This commit is contained in:
Pierre-Yves Nicolas
2025-06-23 08:11:55 +02:00
parent 87a8d39669
commit b8a8e6f2f3

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.2" val modelVersion = "v0.3"
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"