All Projects → cmpute → d3d

cmpute / d3d

Licence: MIT license
Devkit for 3D -- Some utils for 3D object detection based on Numpy and Pytorch

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects
C++
36643 projects - #6 most used programming language
Cuda
1817 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to d3d

OpenCV-Object-Tracking
Object Tracking Using OpenCV and Python Plus Comparing different Trackers
Stars: ✭ 32 (+18.52%)
Mutual labels:  object-tracking
awesome-point-cloud-deep-learning
Paper list of deep learning on point clouds.
Stars: ✭ 39 (+44.44%)
Mutual labels:  3d-deep-learning
UniTrack
[NeurIPS'21] Unified tracking framework with a single appearance model. It supports Single Object Tracking (SOT), Video Object Segmentation (VOS), Multi-Object Tracking (MOT), Multi-Object Tracking and Segmentation (MOTS), Pose Tracking, Video Instance Segmentation (VIS), and class-agnostic MOT (e.g. TAO dataset).
Stars: ✭ 293 (+985.19%)
Mutual labels:  object-tracking
VBT-Barbell-Tracker
A proof of concept app to optically track a barbell through its range of motion using OpenCV to give the lifter realtime feedback on concentric avg velocity, cutoff velocity, and displacement for a Velocity Based Training program.
Stars: ✭ 53 (+96.3%)
Mutual labels:  object-tracking
Point2Mesh
Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
Stars: ✭ 61 (+125.93%)
Mutual labels:  3d-deep-learning
lcd
[AAAI'20] LCD: Learned Cross-Domain Descriptors for 2D-3D Matching
Stars: ✭ 93 (+244.44%)
Mutual labels:  3d-deep-learning
PeekingDuck
A modular framework built to simplify Computer Vision inference workloads.
Stars: ✭ 143 (+429.63%)
Mutual labels:  object-tracking
pytorch-detect-to-track
A pytorch implementation of Detect and Track (https://arxiv.org/abs/1710.03958)
Stars: ✭ 114 (+322.22%)
Mutual labels:  object-tracking
Prediction-using-Bayesian-Neural-Network
Prediction of continuous signals data and Web tracking data using dynamic Bayesian neural network. Compared with other network architectures aswell.
Stars: ✭ 28 (+3.7%)
Mutual labels:  object-tracking
USOT
[ICCV2021] Learning to Track Objects from Unlabeled Videos
Stars: ✭ 52 (+92.59%)
Mutual labels:  object-tracking
OpenCV
Computer Vision programs like Motion Detection, Color Tracking, Motion Rcording, Optical Flow and Object Tracking using Python with OpenCV library
Stars: ✭ 21 (-22.22%)
Mutual labels:  object-tracking
PointCutMix
our code for paper 'PointCutMix: Regularization Strategy for Point Cloud Classification'
Stars: ✭ 42 (+55.56%)
Mutual labels:  3d-deep-learning
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+3981.48%)
Mutual labels:  object-tracking
Keras-LSTM-Trajectory-Prediction
A Keras multi-input multi-output LSTM-based RNN for object trajectory forecasting
Stars: ✭ 88 (+225.93%)
Mutual labels:  object-tracking
objtrack
实现常用的目标跟踪算法
Stars: ✭ 22 (-18.52%)
Mutual labels:  object-tracking
Homography-Based-MOTDT
MOTDT with Homography Matrix for Multi-Object Tracking
Stars: ✭ 21 (-22.22%)
Mutual labels:  object-tracking
SiamFusion
No description or website provided.
Stars: ✭ 26 (-3.7%)
Mutual labels:  object-tracking
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (+100%)
Mutual labels:  object-tracking
rpi-urban-mobility-tracker
The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
Stars: ✭ 75 (+177.78%)
Mutual labels:  object-tracking
chainer-sort
Simple, Online, Realtime Tracking of Multiple Objects (SORT) implementation for Chainer and ChainerCV.
Stars: ✭ 20 (-25.93%)
Mutual labels:  object-tracking

D3D

Devkit for 3D: Some utils for 3D object detection and tracking based on Numpy and Pytorch

PyPI Version Docs Status


Please consider siting my work if you find this library useful in your research :)
@article{zhong2020uncertainty,
  title={Uncertainty-Aware Voxel based 3D Object Detection and Tracking with von-Mises Loss},
  author={Zhong, Yuanxin and Zhu, Minghan and Peng, Huei},
  journal={arXiv preprint arXiv:2011.02553},
  year={2020}
}

Features

  • Unified data representation
  • Support loading KITTI, Waymo, Nuscenes dataset
  • Rotated 2D IoU, NMS with clear CUDA implementations
  • Point Cloud Voxelization
  • Visualization
  • Benchmarking

Tips

  • Current polygon intersecting algorithm is not very stable, so try to convert the input to double precision if you met error with the iou functions
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].