Upload SAM2Act release models
Browse files- sam2act_memorybench/sam2act_put_block_back/exp_cfg.yaml +41 -0
- sam2act_memorybench/sam2act_put_block_back/exp_cfg_plus.yaml +41 -0
- sam2act_memorybench/sam2act_put_block_back/model_9.pth +3 -0
- sam2act_memorybench/sam2act_put_block_back/model_plus_19.pth +3 -0
- sam2act_memorybench/sam2act_put_block_back/mvt_cfg.yaml +51 -0
- sam2act_memorybench/sam2act_put_block_back/mvt_cfg_plus.yaml +51 -0
- sam2act_memorybench/sam2act_rearrange_block/exp_cfg.yaml +41 -0
- sam2act_memorybench/sam2act_rearrange_block/exp_cfg_plus.yaml +41 -0
- sam2act_memorybench/sam2act_rearrange_block/model_9.pth +3 -0
- sam2act_memorybench/sam2act_rearrange_block/model_plus_19.pth +3 -0
- sam2act_memorybench/sam2act_rearrange_block/mvt_cfg.yaml +51 -0
- sam2act_memorybench/sam2act_rearrange_block/mvt_cfg_plus.yaml +51 -0
- sam2act_memorybench/sam2act_reopen_drawer/exp_cfg.yaml +41 -0
- sam2act_memorybench/sam2act_reopen_drawer/exp_cfg_plus.yaml +41 -0
- sam2act_memorybench/sam2act_reopen_drawer/model_9.pth +3 -0
- sam2act_memorybench/sam2act_reopen_drawer/model_plus_19.pth +3 -0
- sam2act_memorybench/sam2act_reopen_drawer/mvt_cfg.yaml +51 -0
- sam2act_memorybench/sam2act_reopen_drawer/mvt_cfg_plus.yaml +51 -0
- sam2act_rlbench/exp_cfg.yaml +40 -0
- sam2act_rlbench/model_89.pth +3 -0
- sam2act_rlbench/mvt_cfg.yaml +50 -0
sam2act_memorybench/sam2act_put_block_back/exp_cfg.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 8
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 10
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: put_block_back
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 1.25e-05
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: false
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: task_uniform
|
| 38 |
+
tasks: put_block_back
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_put_block_back/exp_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 16
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 20
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: put_block_back
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 2.5e-06
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: true
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: demo_uniform_temporal
|
| 38 |
+
tasks: put_block_back
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_put_block_back/model_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d4ac210ffa72fa2a731c29b6d193450e60c9c4b15d58af1f55d8eb62db5051b
|
| 3 |
+
size 599707653
|
sam2act_memorybench/sam2act_put_block_back/model_plus_19.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbdfa57a373394f022c303f2ef98f765655e28a1df6da56c8571f1d446b7eda2
|
| 3 |
+
size 599714517
|
sam2act_memorybench/sam2act_put_block_back/mvt_cfg.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: gt
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: false
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_memorybench/sam2act_put_block_back/mvt_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: gt
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: true
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_memorybench/sam2act_rearrange_block/exp_cfg.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 8
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 10
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: rearrange_block
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 1.25e-05
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: false
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: task_uniform
|
| 38 |
+
tasks: rearrange_block
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_rearrange_block/exp_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 16
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 20
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: rearrange_block
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 2.5e-06
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: true
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: demo_uniform_temporal
|
| 38 |
+
tasks: rearrange_block
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_rearrange_block/model_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a6c8e4c09ee571c7207b55e623748d741336d7d941edc907b5003ff3d308a42
|
| 3 |
+
size 599707653
|
sam2act_memorybench/sam2act_rearrange_block/model_plus_19.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8c6b373113a07d044f70f15edf5e7b801fd46a1786898b9428b103327ae8ce9
|
| 3 |
+
size 599714517
|
sam2act_memorybench/sam2act_rearrange_block/mvt_cfg.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: gt
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: false
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_memorybench/sam2act_rearrange_block/mvt_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: gt
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: true
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_memorybench/sam2act_reopen_drawer/exp_cfg.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 16
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 10
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: reopen_drawer
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 2.5e-05
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: false
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: task_uniform
|
| 38 |
+
tasks: reopen_drawer
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_reopen_drawer/exp_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 16
|
| 3 |
+
data_source: memorybench
|
| 4 |
+
demo: 100
|
| 5 |
+
epochs: 20
|
| 6 |
+
exp_id: sam2act
|
| 7 |
+
exp_name: reopen_drawer
|
| 8 |
+
num_workers: 5
|
| 9 |
+
peract:
|
| 10 |
+
add_rgc_loss: true
|
| 11 |
+
amp: true
|
| 12 |
+
bnb: true
|
| 13 |
+
lambda_weight_l2: 0.0001
|
| 14 |
+
lr: 2.5e-06
|
| 15 |
+
lr_cos_dec: true
|
| 16 |
+
num_rotation_classes: 72
|
| 17 |
+
optimizer_type: lamb
|
| 18 |
+
same_trans_aug_per_seq: true
|
| 19 |
+
transform_augmentation: true
|
| 20 |
+
transform_augmentation_rpy:
|
| 21 |
+
- 0.0
|
| 22 |
+
- 0.0
|
| 23 |
+
- 45.0
|
| 24 |
+
transform_augmentation_xyz:
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
- 0.125
|
| 28 |
+
warmup_steps: 2000
|
| 29 |
+
peract_official:
|
| 30 |
+
cfg_path: configs/peract_official_config.yaml
|
| 31 |
+
resume: ''
|
| 32 |
+
rvt:
|
| 33 |
+
gt_hm_sigma: 1.5
|
| 34 |
+
img_aug: 0.0
|
| 35 |
+
move_pc_in_bound: true
|
| 36 |
+
place_with_mean: false
|
| 37 |
+
sample_distribution_mode: demo_uniform_temporal
|
| 38 |
+
tasks: reopen_drawer
|
| 39 |
+
train_iter: 160000
|
| 40 |
+
wandb: true
|
| 41 |
+
|
sam2act_memorybench/sam2act_reopen_drawer/model_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afe661805602fe77cc47b81934da74bf3032db82fa50e7a6237f78d331036d31
|
| 3 |
+
size 599707653
|
sam2act_memorybench/sam2act_reopen_drawer/model_plus_19.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6018db0afffcbc8bc4ada53eed8ed4ea95248a7067403c934c8ad68415e1560
|
| 3 |
+
size 599714517
|
sam2act_memorybench/sam2act_reopen_drawer/mvt_cfg.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: pred
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: false
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_memorybench/sam2act_reopen_drawer/mvt_cfg_plus.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
memory_target_source: gt
|
| 31 |
+
norm_corr: true
|
| 32 |
+
num_maskmem: 7
|
| 33 |
+
num_rot: 72
|
| 34 |
+
pe_fix: true
|
| 35 |
+
proprio_dim: 4
|
| 36 |
+
rend_three_views: true
|
| 37 |
+
resize_rgb: true
|
| 38 |
+
rot_ver: 1
|
| 39 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 40 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 41 |
+
self_cross_ver: 1
|
| 42 |
+
st_sca: 4
|
| 43 |
+
st_wpt_loc_aug: 0.05
|
| 44 |
+
st_wpt_loc_inp_no_noise: true
|
| 45 |
+
stage_two: true
|
| 46 |
+
use_memory: true
|
| 47 |
+
use_point_renderer: true
|
| 48 |
+
weight_tie_layers: false
|
| 49 |
+
wpt_img_aug: 0.0
|
| 50 |
+
xops: true
|
| 51 |
+
|
sam2act_rlbench/exp_cfg.yaml
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agent: our
|
| 2 |
+
bs: 8
|
| 3 |
+
demo: 100
|
| 4 |
+
epochs: 90
|
| 5 |
+
exp_id: sam2act
|
| 6 |
+
exp_name: rlbench
|
| 7 |
+
num_workers: 5
|
| 8 |
+
peract:
|
| 9 |
+
add_rgc_loss: true
|
| 10 |
+
amp: true
|
| 11 |
+
bnb: true
|
| 12 |
+
lambda_weight_l2: 0.0001
|
| 13 |
+
lr: 1.25e-05
|
| 14 |
+
lr_cos_dec: true
|
| 15 |
+
num_rotation_classes: 72
|
| 16 |
+
optimizer_type: lamb
|
| 17 |
+
same_trans_aug_per_seq: false
|
| 18 |
+
transform_augmentation: true
|
| 19 |
+
transform_augmentation_rpy:
|
| 20 |
+
- 0.0
|
| 21 |
+
- 0.0
|
| 22 |
+
- 45.0
|
| 23 |
+
transform_augmentation_xyz:
|
| 24 |
+
- 0.125
|
| 25 |
+
- 0.125
|
| 26 |
+
- 0.125
|
| 27 |
+
warmup_steps: 2000
|
| 28 |
+
peract_official:
|
| 29 |
+
cfg_path: configs/peract_official_config.yaml
|
| 30 |
+
resume: ''
|
| 31 |
+
rvt:
|
| 32 |
+
gt_hm_sigma: 1.5
|
| 33 |
+
img_aug: 0.0
|
| 34 |
+
move_pc_in_bound: true
|
| 35 |
+
place_with_mean: false
|
| 36 |
+
sample_distribution_mode: task_uniform
|
| 37 |
+
tasks: all
|
| 38 |
+
train_iter: 160000
|
| 39 |
+
wandb: true
|
| 40 |
+
|
sam2act_rlbench/model_89.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9abefbac84103f00df26725d8d1f668fc9083ac741ff11b05afaf8e0c1522c32
|
| 3 |
+
size 599745530
|
sam2act_rlbench/mvt_cfg.yaml
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activation: lrelu
|
| 2 |
+
add_corr: true
|
| 3 |
+
add_depth: true
|
| 4 |
+
add_lang: true
|
| 5 |
+
add_pixel_loc: true
|
| 6 |
+
add_proprio: true
|
| 7 |
+
attn_dim: 512
|
| 8 |
+
attn_dim_head: 64
|
| 9 |
+
attn_dropout: 0.1
|
| 10 |
+
attn_heads: 8
|
| 11 |
+
cvx_up: true
|
| 12 |
+
decoder_dropout: 0.0
|
| 13 |
+
depth: 8
|
| 14 |
+
feat_dim: 220
|
| 15 |
+
feat_ver: 1
|
| 16 |
+
final_dim: 64
|
| 17 |
+
ifSAM2: true
|
| 18 |
+
ifsep: false
|
| 19 |
+
im_channels: 64
|
| 20 |
+
img_aug_2: 0.05
|
| 21 |
+
img_feat_dim: 3
|
| 22 |
+
img_patch_size: 14
|
| 23 |
+
img_size: 224
|
| 24 |
+
inp_pre_con: false
|
| 25 |
+
inp_pre_pro: false
|
| 26 |
+
lang_dim: 512
|
| 27 |
+
lang_len: 77
|
| 28 |
+
lora_finetune: true
|
| 29 |
+
lora_r: 16
|
| 30 |
+
norm_corr: true
|
| 31 |
+
num_maskmem: 9
|
| 32 |
+
num_rot: 72
|
| 33 |
+
pe_fix: true
|
| 34 |
+
proprio_dim: 4
|
| 35 |
+
rend_three_views: true
|
| 36 |
+
resize_rgb: true
|
| 37 |
+
rot_ver: 1
|
| 38 |
+
sam2_ckpt: ./mvt/sam2_train/checkpoints/sam2.1_hiera_base_plus.pt
|
| 39 |
+
sam2_config: /configs/sam2.1/sam2.1_hiera_b+
|
| 40 |
+
self_cross_ver: 1
|
| 41 |
+
st_sca: 4
|
| 42 |
+
st_wpt_loc_aug: 0.05
|
| 43 |
+
st_wpt_loc_inp_no_noise: true
|
| 44 |
+
stage_two: true
|
| 45 |
+
use_memory: false
|
| 46 |
+
use_point_renderer: true
|
| 47 |
+
weight_tie_layers: false
|
| 48 |
+
wpt_img_aug: 0.0
|
| 49 |
+
xops: true
|
| 50 |
+
|