Upgrade segmentation model to v1.1
This commit is contained in:
committed by
pynicolas
parent
5b8c658527
commit
ba78a88ef3
@@ -1,7 +1,7 @@
|
|||||||
import org.gradle.api.tasks.Copy
|
import org.gradle.api.tasks.Copy
|
||||||
import java.net.URL
|
import java.net.URL
|
||||||
|
|
||||||
val modelVersion = "v1.0.0"
|
val modelVersion = "v1.1.0"
|
||||||
val modelFileName = "fairscan-segmentation-model.tflite"
|
val modelFileName = "fairscan-segmentation-model.tflite"
|
||||||
val modelUrl = "https://github.com/pynicolas/fairscan-segmentation-model/releases/download/$modelVersion/$modelFileName"
|
val modelUrl = "https://github.com/pynicolas/fairscan-segmentation-model/releases/download/$modelVersion/$modelFileName"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user