TensorFlow3D Transforms is a library to easily make 3D transformations and work with 3D data. This library originally started as a few functions here and there for my own work which I then turned into a library.
TensorFlow3D Transforms is designed to integrate smoothly with deep learning methods for predicting and manipulating 3D data. For this reason, all operators in TensorFlow3D Transforms:
- Are implemented using TensorFlow tensors
- Can handle minibatches of hetereogenous data
- Can be differentiated
- Can utilize GPUs for acceleration
This project also draws much inspiration from PyTorch3D.
To install the latest release of TensorFlow3d Transforms, run:
pip install tensorflow3dtransforms
Visit the documentation of this project to get more information in detail.
Visit the Quickstart for this project to see some examples and use this library easily.
Awesome! If you want to contribute to this project, you're always welcome! See Contributing Guidelines. You can also take a look at TensorFlow3d Transforms's Project Status Tracker for getting more information about current or upcoming tasks.
Most of the experiments and reimplementations with this library were done on Civo Cloud Kubernetes Clusters using the Civo Developer Demo program
Copyright 2023 Rishit Dagli
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.