harit-pc
commited on
Commit
·
ee77c56
1
Parent(s):
b4d673f
revert model to default sam
Browse files
checkpoint/{medsam_vit_b.pth → sam_vit_b_01ec64.pth}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec2df62732614e57411cdcf32a23ffdf28910380d03139ee0f4fcbe91eb8c912
|
3 |
+
size 375042383
|
utils/utils.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
|
|
7 |
|
8 |
|
9 |
def get_checkpoint_path(model):
|
10 |
-
return 'checkpoint/
|
11 |
|
12 |
|
13 |
def get_color():
|
|
|
7 |
|
8 |
|
9 |
def get_checkpoint_path(model):
|
10 |
+
return 'checkpoint/sam_vit_b_01ec64.pth'
|
11 |
|
12 |
|
13 |
def get_color():
|