Skip to content

Commit

Permalink
Merge pull request #518 from saalfeldlab/feat/samServerUpdates
Browse files Browse the repository at this point in the history
feat: upgrade default sam service to HTTPS, and gzip compressed model.
  • Loading branch information
cmhulbert authored Dec 4, 2023
2 parents 3b8710c + db46235 commit 26a61f9
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 26a61f9

Please sign in to comment.