Spaces:
Running on Zero
Running on Zero
Higher resolution.
Browse files
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 |
|