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:bb845f3f42f585634ead00fad7728f44ddbe369a1e8c55b0df3cce5f6e1c1977
3
- size 375045993
 
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/medsam_vit_b.pth'
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():