marceljuenemann / kinect-object-detection

Library for Object Detection with the Point Cloud Library (PCL)
MIT License
4 stars 4 forks source link

Problem to run #1

Open guilhermeeuzebio opened 8 years ago

guilhermeeuzebio commented 8 years ago

I liked your project and I tried to run you code, but it didn`t work. After run object-detection, appears the following

terminate called after throwing an instance of 'boost::exception_detail::clone_implboost::exception_detail::error_info_injector' what(): config.ini: cannot open file Aborted (core dumped)

What can I do to it works? Thank you.

UpasnaGandhi commented 8 years ago

Hi XDedalo,

It would be great if you can share information regarding object detection via kinect sensor. Whether you were able to run this project or you chose different way for object detection !!

Please share information. Thanks.

marceljuenemann commented 8 years ago

Welcome to my abandoned project :)

The error in the OP is probably due to not running the program from the example/objectdetection directory, so it can simply not find the config.ini file.

By the way, since there's no documentation: All this does is detect tables (plane surfaces) and then everything on top of that is considered an object. I also have some code for object classification lying around somewhere...

Anyways, for a background on this project take a look at my bachelor thesis. I'm quite convinced though that there must be something better out there by now (4 years later).

UpasnaGandhi commented 8 years ago

Hello marceljuenemann,

Thanks for describing the working of this project. Also as you mentioned , you have worked on the object detection lying somewhere else. can you please share the source code. Even, I am looking for a source code with the help of which I can detect a moving object. Please share some knowledge if you are aware of this as well.

Thanks.

marceljuenemann commented 7 years ago

I have looked at the code I've written, but I'm not certain I can share it here for license reasons. However, it was very closely based on the PCL tutorials, so those will probably be more helpful anyways: http://pointclouds.org/documentation/tutorials/#recognition-tutorial

Please reach out to the PCL community/mailinglist for further help!

guilhermeeuzebio commented 7 years ago

All right, thank you very much for help.

2016-10-01 14:27 GMT-03:00 Marcel Juenemann notifications@github.com:

I have looked at the code I've written, but I'm not certain I can share it here for license reasons. However, it was very closely based on the PCL tutorials, so those will probably be more helpful anyways: http://pointclouds.org/documentation/tutorials/#recognition-tutorial

Please reach out to the PCL community/mailinglist for further help!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/marceljuenemann/kinect-object-detection/issues/1#issuecomment-250925075, or mute the thread https://github.com/notifications/unsubscribe-auth/AHtXT3xmWSB6jqgWsjADHMo-cYuI0HR5ks5qvpf9gaJpZM4GacmJ .