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

Higher resolution.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def reload_img(
180
 
181
 
182
  # ─── Configuration ───────────────────────────────────────────────
183
- num_patches = 45
184
  target_res = num_patches * 14
185
  ckpt_file = "./ckpts/dino_in3d_0712.pth" #dino_spair_0300
186
 
 
180
 
181
 
182
  # ─── Configuration ───────────────────────────────────────────────
183
+ num_patches = 60 #45
184
  target_res = num_patches * 14
185
  ckpt_file = "./ckpts/dino_in3d_0712.pth" #dino_spair_0300
186