Skip to content

Commit

Permalink
feat: upgrade default sam service to HTTPS, and gzip compressed model.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Nov 27, 2023
1 parent 86c622b commit db46235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SegmentAnythingConfig {

companion object {
private const val SAM_SERVICE_HOST_ENV = "SAM_SERVICE_HOST"
internal const val DEFAULT_SERVICE_URL = "http://gpu3.saalfeldlab.org/embedded_model"
internal const val DEFAULT_SERVICE_URL = "https://samservice.janelia.org/embedded_model?encoding=compress"
internal const val DEFAULT_MODEL_LOCATION = "sam/sam_vit_h_4b8939.onnx"
}
}
Expand Down

0 comments on commit db46235

Please sign in to comment.