Skip to content

Commit

Permalink
Fixed bad paths
Browse files Browse the repository at this point in the history
  • Loading branch information
visatish committed Jun 12, 2018
1 parent a6fe7b7 commit be55e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfg/tools/gqcnn_prediction_visualizer.yaml
@@ -1,5 +1,5 @@
# dataset params
dataset_dir: /home/autolab/Public/data/dex-net/data/grasp_quality_regression/3dnet_kit_04_09_17_minimal
dataset_dir: /path/to/dataset/gqcnn/model/was/trained/on/

image_mode: depth_tf_table
data_format: tf_image
Expand All @@ -8,10 +8,10 @@ metric_thresh: 0.002
gripper_width_m: .05

# gqcnn params
model_dir: /home/autolab/Public/data/dex-net/data/models/grasp_quality/gqcnn_dexnet_large
model_dir: /path/to/gqcnn/model/

# vis params
datapoint_type: false_positive # which datapoints to visualize, possible values are true positive, false positive, true negative, false negative
display_image_type: depth
font_size: 15
samples_per_object: 1
samples_per_object: 1

0 comments on commit be55e0d

Please sign in to comment.