# Object detection and Classification using PointCloud data in Julia?

**URL:** https://discourse.julialang.org/t/object-detection-and-classification-using-pointcloud-data-in-julia/70097
**Category:** Machine Learning
**Tags:** flux, machine-learning, 3d
**Created:** [October 20, 2021, 1:57pm UTC](https://discourse.julialang.org/t/object-detection-and-classification-using-pointcloud-data-in-julia/70097 "2021-10-20T13:57:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DoktorMike](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/doktormike/32/2736_2.png) [@DoktorMike](https://discourse.julialang.org/u/DoktorMike)
#### Post date: [October 20, 2021, 1:57pm UTC](https://discourse.julialang.org/t/object-detection-and-classification-using-pointcloud-data-in-julia/70097/1 "2021-10-20T13:57:10Z")

</div>

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. 🙂
