Upload 2 files
Browse files- sam/args.yaml +47 -0
- sam/checkpoints/best.pth +3 -0
sam/args.yaml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
argsoftmax_beta: 0.02
|
| 2 |
+
batch_size: 4
|
| 3 |
+
checkpoint: SAM/checkpoint/sam_vit_b_01ec64.pth
|
| 4 |
+
checkpoint_interval: 1
|
| 5 |
+
chunk_data: false
|
| 6 |
+
cl_lamda: 0.0
|
| 7 |
+
colmap_path: data/scannetpp_light/
|
| 8 |
+
config_name: SAM/lora.yaml
|
| 9 |
+
dataset_size: 1000
|
| 10 |
+
dense_lamda: 1
|
| 11 |
+
disable_dino_pe: false
|
| 12 |
+
disable_plucker: false
|
| 13 |
+
exp_directory: experiments_runai/
|
| 14 |
+
exp_name: SAM_lora_w2c
|
| 15 |
+
image_size:
|
| 16 |
+
- 512
|
| 17 |
+
- 512
|
| 18 |
+
log_interval: 1
|
| 19 |
+
lora_alpha: 32
|
| 20 |
+
lora_r: 32
|
| 21 |
+
loss_type: L1
|
| 22 |
+
lr: 1e-4
|
| 23 |
+
max_correspondences: 128
|
| 24 |
+
max_num_pairs: 100000
|
| 25 |
+
max_overlap: 1.0
|
| 26 |
+
min_overlap: 0.0
|
| 27 |
+
model_output_type: dense
|
| 28 |
+
model_type: vit_b
|
| 29 |
+
n_dim: 4
|
| 30 |
+
num_epochs: 12
|
| 31 |
+
num_workers: 2
|
| 32 |
+
optim_strategy: location
|
| 33 |
+
pca_log_interval: 25000
|
| 34 |
+
pe_embedding_dim: 128
|
| 35 |
+
pe_embedding_strategy: concat
|
| 36 |
+
plucker_emb_dim: 128
|
| 37 |
+
reg_lamda: 0.1
|
| 38 |
+
scene: null
|
| 39 |
+
scheduler: linear
|
| 40 |
+
seed: 42
|
| 41 |
+
skip_eval: false
|
| 42 |
+
spatial_reduction: false
|
| 43 |
+
use_lora: true
|
| 44 |
+
use_sa_cls_token: false
|
| 45 |
+
use_sa_ffn: true
|
| 46 |
+
validation_interval: 1
|
| 47 |
+
weight_decay: 0.01
|
sam/checkpoints/best.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81f3647e5aa02d807048cb5101dc1d33f52fa594d461374281f24fa5ba6fca45
|
| 3 |
+
size 590439785
|