VoteNet is a 3D object detection framework for point clouds that combines deep point set networks with a Hough voting mechanism to localize and classify objects in 3D space. It tackles the challenge that object centroids in 3D scenes often don’t lie on any input surface point by having each point “vote” for potential object centers; these votes are then clustered to propose object hypotheses. Once cluster centers are formed, the network regresses bounding boxes around them and classifies them. VoteNet works end-to-end: it learns the voting, aggregation, and bounding-box regression components jointly, enabling strong detection accuracy without relying on 2D proxies or voxelization. The codebase includes data preparation for indoor datasets (SUN RGB-D, ScanNet), training and evaluation scripts, and demo utilities to visualize predicted boxes over point clouds.

Features

  • Deep point set backbone (e.g. PointNet++) to extract features from raw point clouds
  • Hough voting module: points propose object centers to overcome centroid regression challenges
  • Clustering of votes to form object proposals and bounding box regression
  • Joint end-to-end training of voting, regression, and classification heads
  • Preprocessing, training, and evaluation scripts for SUN RGB-D and ScanNet datasets
  • Visualization tools for rendering point clouds with predicted boxes

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow VoteNet

VoteNet Web Site

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of VoteNet!

Additional Project Details

Programming Language

Python

Related Categories

Python Object Detection Models

Registered

2025-10-07