-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathconfig_nocs.yml
69 lines (57 loc) · 1.46 KB
/
config_nocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
data_dir: /media/bowen/e25c9489-2f57-42dd-b076-021c59369fec/DATASET/NOCS/real_test/scene_2/
mask_dir: /home/bowen/debug/BundleTrack/masks/transductive_vos.nocs.maskrcnn_realtrain/scene_2_model_bottle_red_stanford_norm # Path to segmentation masks
use_6pack_datalist: True
model_name: bottle_red_stanford_norm
debug_dir: /tmp/BundleTrack/ # The path to save results
LOG: 0
port: '5555'
seg_dilation_iter: 3
depth_processing:
erode:
radius: 1
diff: 0.001
ratio: 0.8 #if ratio larger than this, depth set to 0
bilateral_filter:
radius: 2
sigma_D: 2
sigma_R: 100000
outlier_removal:
num: 30
std_mul: 3
bundle:
num_iter_outter: 7
num_iter_inner: 5
window_size: 2 #exclude keyframes, include new frame
max_BA_frames: 15
subset_selection_method: greedy_rot
robust_delta: 0.005
min_fm_edges_newframe: 10
image_downscale: 4
keyframe:
min_interval: 1
min_feat_num: 0
min_rot: 10 # deg
sift:
scales: [2,4,8]
nOctaveLayers: 3
contrastThreshold: 0.01
edgeThreshold: 50
sigma: 1.6
feature_corres:
mutual: True
max_dist_no_neighbor: 0.02
max_normal_no_neighbor: 45
max_dist_neighbor: 10000
max_normal_neighbor: 180
ransac:
max_iter: 2000
num_sample: 3
inlier_dist: 0.005
inlier_normal_angle: 45
max_trans_neighbor: 0.2 #ransac model estimated pose shouldnt be too far
max_rot_deg_neighbor: 25
max_trans_no_neighbor: 0.02
max_rot_no_neighbor: 10
p2p:
max_dist: 0.02
max_normal_angle: 45