-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parameters are documented in the README
- Loading branch information
1 parent
fad6f9f
commit 2a622ef
Showing
3 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
# ['sift', 'rootsift', 'ssd'] | ||
# global_frame: map | ||
tf_prefix: dodo_detector_ros | ||
detector_type: ssd | ||
# path to TensorFlow Object Detection API frozen inference graph | ||
inference_graph: ~/.dodo_detector_ros/mscoco_frozen_inference_graph.pb | ||
# path to TensorFlow Object Detection API label map | ||
label_map: ~/.dodo_detector_ros/mscoco_label_map.pbtxt | ||
|
||
# confidence level to report objects as detected | ||
ssd_confidence: 0.5 | ||
|
||
# minimum number of points to consider an object as present in the scene | ||
sift_min_pts: 10 | ||
|
||
# path to the database used by the keypoint object detector | ||
sift_database_path: ~/.dodo_detector_ros/sift_database | ||
|
||
# the frame or tf that all object tfs will be published in relation to, leave blank to publish wrt. camera_link | ||
# global_frame: map | ||
|
||
# a prefix for the object tfs which will be published by the package | ||
tf_prefix: dodo_detector_ros | ||
sift_database_path: ~/.dodo_detector_ros/sift_database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters