-
Notifications
You must be signed in to change notification settings - Fork 201
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
leg_detector kinetic rtree issue #44
Comments
Hi Harsh. |
I have it compiling now. I need to check the detector when I get back to the lab Monday. I will send a pull request if it checks out. |
So it works on my end on a Turtlebot 2. But as you can see in the pull request #48 Travis cannot test Kinetic code. So if someone could check that it also works for them, that would be great. |
I am unclear what's going wrong with Travis here. Perhaps post it on answers.ros.org? |
@kdhansen any movement on this? |
See #48 (comment) for the progress with Travis CI. |
This Github issue helped a lot: wg-perception/people#44
Closed via #53 |
I observed @DLu started porting leg_detector to kinetic by changing CvRTrees to cv::ml::RTrees.
The new OpenCV 3.0 RTrees class does not have direct replacement members for load(), predict_prob() and get_active_var_mask() which are used in leg_detector.
I am unaware of the efforts going on to put those functions in OpenCV 3 or the efforts on modifying leg_detector to work with CV3 as is.
@DLu are you currently pursuing this actively or know about an effort in this direction? I might be able to contribute in my spare time, but I would rather not dive into it if someone is close to solving this issue.
Thanks,
Harsh
The text was updated successfully, but these errors were encountered: