Use version 0.4 of the segmentation model
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user