Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PointPillars inference pipeline (#153)
* Fix missing argument * more import bugfixes (#126) * fix missing attribute 'utils' * removed import statements for unused modules * fix conflict * add kitti dataset * add readme about config files (#129) * readme about config files * link to predefined script * Update README.md * address reviews * Simplified install instructions (#127) * Simpliefied install instructions Multiple requirements files for different use cases. * minor change to README * minor change adding link to docs for build from source. * update install instruction, add +cpu to torch requirements.txt Co-authored-by: Benjamin Ummenhofer <[email protected]> * added conditionals in requirements-torch for macos (#131) * Fix color dictionary in Semantic-KITTI bgr -> rgb (#130) * Enable hierarchy UI feature in visualizer for SemanticKITTI (#133) * PointPillars port from mmdet without NMS and Voxelizer. Only inference. Focal loss and smooth L1 implemented and tested. * loss function implemented and tested * Add bounding boxes to visualizer * Voxelization layer for point_pillars * apply style * Dataset bounding boxes are now fully their own object and do hide auto-hide/show pieces associated with a geometry, but they do auto-hide irrelevant boxes when animating. * Style fixes * objdet metric * removed mmdet3d dependency, o3d nms and voxelizer added * renamed objdet to run_pipeline, implemented part of the objdet pipeline * Added documentation, changed definition of size argument to be edge-to-edge and adjusted code accordingly * kitti eval only 3d boxes * test pipeline point pillars * howto small fix * change bbox class * improve bbox * style * visualization of results * test vis of results * using new bounding box class * waymo bbox * added nuscenes bbox * added lyft bbox * apply style * anchor head refactoring * fix waymo bbox * fix kitti bbox * apply style; * removed transformation of the predicted boxes * added licenses to files * removed unnecessary parts * format * Labels displayed in visualization. Kitti dataset label ordering changed to match MMDetection3D. * using our checkpoint format * fix ci * apply style * apply style * changed list to tuple Co-authored-by: Sanskar Agrawal <[email protected]> Co-authored-by: Benjamin Ummenhofer <[email protected]> Co-authored-by: YilingQiao <[email protected]> Co-authored-by: ssheorey <[email protected]> Co-authored-by: Ignacio Vizzo <[email protected]> Co-authored-by: prewettg <[email protected]> Co-authored-by: lprantl <[email protected]>
- Loading branch information