How to add my own object detection to RoomPlan

I would like to do object detection that can not be done with RoomPlan. I'm trying to do 3D object detection using point clouds.

Can I scan a room with RoomPlan and do my own object detection at the same time? Also, is it possible to additionally display the bounding box of the recognized object? What kind of object detection method is Apple currently using in RoomPlan?

Best regards,

The apple RoomPlan can not be extended but you can add your own library and make it operate alongside RoomPlan, I am currently adding Yolo3 objects to the recognition process, to create an extended recognition, including boxes.

They describe what methods and how they build Roomplan API here: 3D Parametric Room Representation with RoomPlan

@fixzyjtr Can you share your sample code? Thank you

How to add my own object detection to RoomPlan
 
 
Q