-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathdex-net_4.0_pj.yaml
88 lines (74 loc) · 2.5 KB
/
dex-net_4.0_pj.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Copyright ©2017. The Regents of the University of California (Regents).
# All Rights Reserved. Permission to use, copy, modify, and distribute this
# software and its documentation for educational, research, and not-for-profit
# purposes, without fee and without a signed licensing agreement, is hereby
# granted, provided that the above copyright notice, this paragraph and the
# following two paragraphs appear in all copies, modifications, and
# distributions. Contact The Office of Technology Licensing, UC Berkeley, 2150
# Shattuck Avenue, Suite 510, Berkeley, CA 94720-1620, (510) 643-7201,
# http://ipira.berkeley.edu/industry-info for commercial licensing opportunities.
# IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
# INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF
# THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS BEEN
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
# HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
# MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
policy:
# optimization params
num_seed_samples: 128
num_gmm_samples: 64
num_iters: 3
gmm_refit_p: 0.25
gmm_component_frac: 0.4
gmm_reg_covar: 0.01
# general params
deterministic: 1
gripper_width: 0.05
# sampling params
sampling:
# type
type: antipodal_depth
# antipodality
friction_coef: 1.0
depth_grad_thresh: 0.0025
depth_grad_gaussian_sigma: 1.0
downsample_rate: 4
max_rejection_samples: 4000
# distance
max_dist_from_center: 160
min_dist_from_boundary: 45
min_grasp_dist: 2.5
angle_dist_weight: 5.0
# depth sampling
depth_sampling_mode: uniform
depth_samples_per_grasp: 3
depth_sample_win_height: 1
depth_sample_win_width: 1
min_depth_offset: 0.015
max_depth_offset: 0.05
# metrics
metric:
type: gqcnn
gqcnn_model: models/GQCNN-4.0-PJ
# openvino: OFF|CPU|GPU|MYRIAD
openvino: OFF
crop_height: 96
crop_width: 96
# visualization
vis:
grasp_sampling : 0
tf_images: 0
grasp_candidates: 0
elite_grasps: 0
grasp_ranking: 0
grasp_plan: 0
final_grasp: 1
vmin: 0.0
vmax: 1.0
k: 25
# image proc params
inpaint_rescale_factor: 0.5