Rishit-dagli/3d-transforms
3D Transforms is a library to easily work with 3D data and make 3D transformations. This library originally started as a few functions here and there for my own work which I then turned into a library.
This library helps developers working with 3D data in deep learning projects. It takes 3D data, such as object shapes or camera perspectives, and allows for various spatial manipulations and transformations. The output is transformed 3D data, ready for further analysis or model training, and it is primarily used by machine learning engineers or researchers building AI models that interact with three-dimensional information.
No commits in the last 6 months.
Use this if you are a machine learning engineer working with TensorFlow and need to perform differentiable 3D transformations on batched data for deep learning models.
Not ideal if you are looking for a standalone 3D modeling tool or do not work with TensorFlow-based deep learning.
Stars
25
Forks
3
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Rishit-dagli/3d-transforms"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
patrick-llgc/Learning-Deep-Learning
Paper reading notes on Deep Learning and Machine Learning
magicleap/SuperGluePretrainedNetwork
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
eric-yyjau/pytorch-superpoint
Superpoint Implemented in PyTorch: https://arxiv.org/abs/1712.07629
lucasb-eyer/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
changhao-chen/deep-learning-localization-mapping
A collection of deep learning based localization models