Skip to content

Commit

Permalink
skeleton optimization made on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Apr 20, 2018
1 parent 02be274 commit 4cc949b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/skeletonRetriever/app/conf/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ time-to-live 1.0
[filtering]
filter-keypoint-order 3
filter-limblength-order 40
optimize-limblength false
optimize-limblength true
2 changes: 1 addition & 1 deletion modules/skeletonRetriever/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ class Retriever : public RFModule
time_to_live=1.0;
filter_keypoint_order=3;
filter_limblength_order=40;
optimize_limblength=false;
optimize_limblength=true;

// retrieve values from config file
Bottle &gGeneral=rf.findGroup("general");
Expand Down

0 comments on commit 4cc949b

Please sign in to comment.