fenghora commited on
Commit
dd4b4b0
·
verified ·
1 Parent(s): 0bcd6b2

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. full_seg.ckpt +3 -0
  2. full_seg_w_2d_map.ckpt +3 -0
  3. interactive_seg.ckpt +3 -0
  4. upload.py +5 -0
full_seg.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71618e45b1671026da66cf9875cc5c2d41d5a894b01a15ac5b019946e6a207c
3
+ size 7860370137
full_seg_w_2d_map.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4558c581b3a881f45fa2575e65cd74a10cd72a48078caddb0e32f2fac5175c14
3
+ size 7860370137
interactive_seg.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e41fdaa0c03f581c0c44eb8f9b27604c0d5e4d2794cb02b6edff80c23f4dd1
3
+ size 7860389817
upload.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from huggingface_hub import login, upload_folder
2
+
3
+ login()
4
+
5
+ upload_folder(folder_path=".", repo_id="fenghora/SegviGen", repo_type="model")