-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noetic Migration and Bugfixes for OpenCV AdaBoosting #17
Conversation
ipa-foj
commented
Dec 17, 2021
- Noetic migration of the code to run with OpenCV 4.2
- Addresses issue room_segmentation_algorithm:4 can not run #12 and The code "room_boost_->predict" crashes. #14
Noetic dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good, well done. Thanks a lot. Just answer my question.
@@ -3,7 +3,7 @@ | |||
|
|||
|
|||
<!-- --> | |||
<node ns="room_segmentation" pkg="ipa_room_segmentation" type="room_segmentation_server" name="room_segmentation_server" output="screen" respawn="true" respawn_delay="2"> | |||
<node ns="room_segmentation" pkg="ipa_room_segmentation" type="room_segmentation_server" name="room_segmentation_server" output="screen" respawn="false" respawn_delay="2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why false? Wasn't this our fallback for sporadic crashes of the component? Or does it never crash anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, overlooked that during the push, thanks for notifying. Reverted it to respawn=true
in the new commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your bugfix!