odunkel commited on
Commit
a184b50
Β·
verified Β·
1 Parent(s): b7766ba

Change to IN3D trained adapter.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def reload_img(
182
  # ─── Configuration ───────────────────────────────────────────────
183
  num_patches = 45
184
  target_res = num_patches * 14
185
- ckpt_file = "./ckpts/dino_spair_0300.pth"
186
 
187
  # ─── Model setup ─────────────────────────────────────────────────
188
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
 
182
  # ─── Configuration ───────────────────────────────────────────────
183
  num_patches = 45
184
  target_res = num_patches * 14
185
+ ckpt_file = "./ckpts/dino_in3d_0712.pth" #dino_spair_0300
186
 
187
  # ─── Model setup ─────────────────────────────────────────────────
188
  device = 'cuda' if torch.cuda.is_available() else 'cpu'