Object detection and Classification using PointCloud data in Julia?

I recently came across an interesting problem where I need to do object detection and classification in a 3D PointCloud. I found some implementations for a few networks in PyTorch but didn’t find any in Julia. Flux3D does classification but not object detection. So I was wondering if anyone had any experience with these types of problems in Julia?

Thanks for any insight. :slight_smile:

1 Like