opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
77.76k stars 55.71k forks source link

Object Detection Support in Point Cloud #18893

Open shanchenqi opened 3 years ago

shanchenqi commented 3 years ago

Hi, OpenCV has plans to build a 3D Module. We are working on object detection in point cloud with some undergraduates in SUSTech. We plan to implement this feature using the 3DSSD Method. We could discuss it here!

asmorkalov commented 3 years ago

@vpisarev Please join the discussion.

ajithvcoder commented 3 years ago

Hi i also like to colabrate please add me with you guys @shanchenqi

Crayon-new commented 3 years ago

@ajithvallabai Hi, I am so glad you could join us. I am a junior from SUSTech, working on this project with another guy. We did inference using 3DSSD Model in last few weeks. We could do further communication!

ajithvcoder commented 3 years ago

@Crayon-new thanks for considering me. my mail id is inocajith21.5@gmail.com . you can give yours and i can mail you

Crayon-new commented 3 years ago

@ajithvallabai my mail id is 134crayon@gmail.com, and i have sent you an email.

dkurt commented 1 year ago

https://github.com/isl-org/Open3D-ML integration with OpenVINO may be interesting in the context of this issue. As well as custom layers implementation for ONNX models.