Skip to content

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.

License

Notifications You must be signed in to change notification settings

Rishit-dagli/3d-transforms

Repository files navigation

3D Transforms Twitter URL

PyPI Upload Python Package Build Docs

GitHub license Code style: black GitHub stars GitHub followers Twitter Follow

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.

Installation

To install the latest release of TensorFlow3d Transforms, run:

pip install tensorflow3dtransforms

📄Documentation

Visit the documentation of this project to get more information in detail.

📚Examples

Visit the Quickstart for this project to see some examples and use this library easily.

🙋‍♂️Want to Contribute?

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.

Acknowledgements

Most of the experiments and reimplementations with this library were done on Civo Cloud Kubernetes Clusters using the Civo Developer Demo program

License

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.