Skip to main content

PyTorch3D is FAIR's library of reusable components for deep Learning with 3D data.

Project description

CircleCI Anaconda-Server Badge

Introduction

PyTorch3D provides efficient, reusable components for 3D Computer Vision research with PyTorch.

Key features include:

  • Data structure for storing and manipulating triangle meshes
  • Efficient operations on triangle meshes (projective transformations, graph convolution, sampling, loss functions)
  • A differentiable mesh renderer
  • Implicitron, see its README, a framework for new-view synthesis via implicit representations. (blog post)

PyTorch3D is designed to integrate smoothly with deep learning methods for predicting and manipulating 3D data. For this reason, all operators in PyTorch3D:

  • Are implemented using PyTorch tensors
  • Can handle minibatches of hetereogenous data
  • Can be differentiated
  • Can utilize GPUs for acceleration

Within FAIR, PyTorch3D has been used to power research projects such as Mesh R-CNN.

See our blog post to see more demos and learn about PyTorch3D.

Installation

For detailed instructions refer to INSTALL.md.

License

PyTorch3D is released under the BSD License.

Tutorials

Get started with PyTorch3D by trying one of the tutorial notebooks.

Deform a sphere mesh to dolphin Bundle adjustment
Render textured meshes Camera position optimization
Render textured pointclouds Fit a mesh with texture
Render DensePose data Load & Render ShapeNet data
Fit Textured Volume Fit A Simple Neural Radiance Field
Fit Textured Volume in Implicitron Implicitron Config System

Documentation

Learn more about the API by reading the PyTorch3D documentation.

We also have deep dive notes on several API components:

Overview Video

We have created a short (~14 min) video tutorial providing an overview of the PyTorch3D codebase including several code examples. Click on the image below to watch the video on YouTube:

Development

We welcome new contributions to PyTorch3D and we will be actively maintaining this library! Please refer to CONTRIBUTING.md for full instructions on how to run the code, tests and linter, and submit your pull requests.

Development and Compatibility

  • main branch: actively developed, without any guarantee, Anything can be broken at any time
    • REMARK: this includes nightly builds which are built from main
    • HINT: the commit history can help locate regressions or changes
  • backward-compatibility between releases: no guarantee. Best efforts to communicate breaking changes and facilitate migration of code or data (incl. models).

Contributors

PyTorch3D is written and maintained by the Facebook AI Research Computer Vision Team.

In alphabetical order:

  • Amitav Baruah
  • Steve Branson
  • Krzysztof Chalupka
  • Jiali Duan
  • Luya Gao
  • Georgia Gkioxari
  • Taylor Gordon
  • Justin Johnson
  • Patrick Labatut
  • Christoph Lassner
  • Wan-Yen Lo
  • David Novotny
  • Nikhila Ravi
  • Jeremy Reizenstein
  • Dave Schnizlein
  • Roman Shapovalov
  • Olivia Wiles

Citation

If you find PyTorch3D useful in your research, please cite our tech report:

@article{ravi2020pytorch3d,
    author = {Nikhila Ravi and Jeremy Reizenstein and David Novotny and Taylor Gordon
                  and Wan-Yen Lo and Justin Johnson and Georgia Gkioxari},
    title = {Accelerating 3D Deep Learning with PyTorch3D},
    journal = {arXiv:2007.08501},
    year = {2020},
}

If you are using the pulsar backend for sphere-rendering (the PulsarPointRenderer or pytorch3d.renderer.points.pulsar.Renderer), please cite the tech report:

@article{lassner2020pulsar,
    author = {Christoph Lassner and Michael Zollh\"ofer},
    title = {Pulsar: Efficient Sphere-based Neural Rendering},
    journal = {arXiv:2004.07484},
    year = {2020},
}

News

Please see below for a timeline of the codebase updates in reverse chronological order. We are sharing updates on the releases as well as research projects which are built with PyTorch3D. The changelogs for the releases are available under Releases, and the builds can be installed using conda as per the instructions in INSTALL.md.

[Oct 31st 2023]: PyTorch3D v0.7.5 released.

[May 10th 2023]: PyTorch3D v0.7.4 released.

[Apr 5th 2023]: PyTorch3D v0.7.3 released.

[Dec 19th 2022]: PyTorch3D v0.7.2 released.

[Oct 23rd 2022]: PyTorch3D v0.7.1 released.

[Aug 10th 2022]: PyTorch3D v0.7.0 released with Implicitron and MeshRasterizerOpenGL.

[Apr 28th 2022]: PyTorch3D v0.6.2 released

[Dec 16th 2021]: PyTorch3D v0.6.1 released

[Oct 6th 2021]: PyTorch3D v0.6.0 released

[Aug 5th 2021]: PyTorch3D v0.5.0 released

[Feb 9th 2021]: PyTorch3D v0.4.0 released with support for implicit functions, volume rendering and a reimplementation of NeRF.

[November 2nd 2020]: PyTorch3D v0.3.0 released, integrating the pulsar backend.

[Aug 28th 2020]: PyTorch3D v0.2.5 released

[July 17th 2020]: PyTorch3D tech report published on ArXiv: https://arxiv.org/abs/2007.08501

[April 24th 2020]: PyTorch3D v0.2.0 released

[March 25th 2020]: SynSin codebase released using PyTorch3D: https://github.com/facebookresearch/synsin

[March 8th 2020]: PyTorch3D v0.1.1 bug fix release

[Jan 23rd 2020]: PyTorch3D v0.1.0 released. Mesh R-CNN codebase released: https://github.com/facebookresearch/meshrcnn

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easypytorch3d-0.7.9.post1.tar.gz (749.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

easypytorch3d-0.7.9.post1-cp314-cp314-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.14Windows x86-64

easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_x86_64.whl (70.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_aarch64.whl (70.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

easypytorch3d-0.7.9.post1-cp314-cp314-macosx_11_0_arm64.whl (937.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

easypytorch3d-0.7.9.post1-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_x86_64.whl (70.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_aarch64.whl (70.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

easypytorch3d-0.7.9.post1-cp313-cp313-macosx_11_0_arm64.whl (938.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

easypytorch3d-0.7.9.post1-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_x86_64.whl (70.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_aarch64.whl (69.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

easypytorch3d-0.7.9.post1-cp312-cp312-macosx_11_0_arm64.whl (938.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

easypytorch3d-0.7.9.post1-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_x86_64.whl (70.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_aarch64.whl (69.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

easypytorch3d-0.7.9.post1-cp311-cp311-macosx_11_0_arm64.whl (936.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

easypytorch3d-0.7.9.post1-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_x86_64.whl (70.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_aarch64.whl (69.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

easypytorch3d-0.7.9.post1-cp310-cp310-macosx_11_0_arm64.whl (934.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file easypytorch3d-0.7.9.post1.tar.gz.

File metadata

  • Download URL: easypytorch3d-0.7.9.post1.tar.gz
  • Upload date:
  • Size: 749.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for easypytorch3d-0.7.9.post1.tar.gz
Algorithm Hash digest
SHA256 cc9b91107d333b5543086f53fc48699e728e1802528f47e886d215406ab4b9d9
MD5 5d7e63283046f8fd0f705e1773c84f31
BLAKE2b-256 fdf4f09af239637bfc6f50fe8a8758af212a3670058eaf193e8df7d1fcff3981

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1.tar.gz:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 16980f52a30337a291e0360f9d5273d852efad33d2be2613d5a8591711df52e3
MD5 31612cd5ebf0bc4d5880bc424878efc4
BLAKE2b-256 e6ad60510e6c4033def5441fa63c6ecd356736feb7739f291fd092d6c03593f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c71ffcce97d688780e44c55e0a1e12d4dc4d53f8ea10c47ab386e5b6bfef7dca
MD5 def115fcb24c029d2c214b5415f8b744
BLAKE2b-256 56f04461a65aa2b6e4010a7a709b6f8574515ccb98053bda2dd8f5336189db87

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60478586b4bd66e2bbc26d3bbbd6dffa36836348e5a67d93be657eaaf72bcc37
MD5 6d84976c29760aa46cb99a9a8eb28d06
BLAKE2b-256 6e1b6735d00f500e3c0b65d954edf2d294b2284437f1c63b9ac09aa22064af89

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c438e27c58c68d8978b2f23ea6183cb2880a861a5eca94d087be9f75b833cdcc
MD5 5a7c92760a92452b8db1bb39540bf328
BLAKE2b-256 fd0ee5f434f1728505e7ec9d6f927bbe08d93c75d3764e467bd78838cf084a03

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bfb0362cd7ac73eebf9176d2b5d478a0681a6cf70d36c9a9f0610f73e339c6b5
MD5 548aa7b3bbf158db45ef033fb427c0ab
BLAKE2b-256 12ea56c5e8b6cb0b0d14229a8aaf5ef07b2c9b3dbc298c6c85278bbb5b1347d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca1fc56fb41541e8ac2764ebdfba68e4b86e043873a86a652f5cf3db38a43633
MD5 a77c4693f7513509e0bc80596ec29ee8
BLAKE2b-256 12e01685bf26f5c2d1a1018dfb52f885cb9b1e37fb173a5776427d7b70693cc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddfa82bbf28dac293079edce00d402af922d2ba353f8b14017ef3adb7335a92a
MD5 0506598ab8c2b789b7b8654fd9d2f5a9
BLAKE2b-256 5ff4ffb629dd1111ecab7e484689561795532df834e168de44dfb4bb662f7d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11944703fcdbe6be1ff13deafe91e165d85737b43768f9b7ee8ddb014ea8e8d1
MD5 97b8928ce3237c454baa74afd2d04719
BLAKE2b-256 f9e33b906c884868f439f7e1365237bf0a76a7a727214a964b7222d99c1da29c

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d28a383cf3e00b5ab5fb19af295b33a16f4747ad80d5179c2cb871131d7bb37e
MD5 5818ed82b4b4217a97439122676c7491
BLAKE2b-256 01ca1eaba6d27406d57b3092b1d65f49c18a2210f5dad1e7ea6ebd63c0d11611

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6825acb720b5c92a9c12db621fcb291578d8d9fb09379bfdce901290ae983fcb
MD5 2d6cd78dc9053f1cc961720c57acdb83
BLAKE2b-256 cc578951a95f6d3693aeeef4c53185631bf0d466a8c543b55ced8e618ab4adba

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4d59e430e5c3402b81f07f4a7c95703385baa2bc4a87b1475b2ea2930c9c731
MD5 700374f57cef7748637e2446c82600c8
BLAKE2b-256 9768d025b6782541bfeaebf4f4749e33c0df3d2774065248ceb4163df89e630e

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b204a045b2af0535154e707dcff4e35996f64e9e82376a76d82bd5d87049e45
MD5 c6a6e186a3de9e75428b6b77f3fc72df
BLAKE2b-256 94c25e260906a795a0068857f9f846959eabf2cef48c698b879c779fcb97e99e

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bcccc001a0cc7ca7e582508a021e4bec4ddebbdedd64cdae571f03e8aebc09a8
MD5 9e6947a95a9a64cfca024b3939b0c21a
BLAKE2b-256 20fd8710ddde0aa2d1997105b11a0bd62b8dba35bee62de1222e4e0fa232133a

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe4f3df63960e66869e9ae87827fbada763bbf8453e726d359cac83d9f8abee5
MD5 2680a98f10bd149f8be359c12b8fd55d
BLAKE2b-256 dd9068780a685028c1b10f88dba13574c83531c4039d80dae12c853d3dc35e26

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0d8735bba1e35e2951f1112303e49be0a4fba551694306964ca491542035b2a
MD5 65081f90ca7ec210e490f9c67a5c04a9
BLAKE2b-256 ed0dfdfb9aaf4134f3b5b4f3c638c95224983c4013e41bfd6da06e1f4828cba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8d367627975bd296026b1cddcf408528a5bb3d01ad388a14fd1c22f25d61105
MD5 b2654f794d40db4a0a27b35feff144f5
BLAKE2b-256 5ff07829b3ae11a1357b2483678b0b51178153ca41611173485970d9ca1bee12

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7488a9945210b84b41f200d3ca7eb7c72c06326ceeab7992871a72a411d8a13
MD5 0e895ce3c0beca77ab60f2ea85032c9a
BLAKE2b-256 5dfcfd0c58813aa157159aab884692b59dbaf68da5ee917934075ae46e3485ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 739f337b6235d42ae1b19a5007f20c9e1873a408670a5eb9682407720a3ce2e3
MD5 0ffe1b4062f78adf421b7f261a361582
BLAKE2b-256 96af2f19f66f45f730eb7465b0f75939a5ed27fddb607b2e1ed2cc0fe480fd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a22f10596e079642fb86a9fbccf77a0ec1df51562813e14922fc6f971ee1409
MD5 65d9f346e06ed68247933333319cd023
BLAKE2b-256 638f7449eaa1a48cffcf60f095bb98f49cd70c2c9f7ed18df5506e6a59d0ef66

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easypytorch3d-0.7.9.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easypytorch3d-0.7.9.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef9ab8e6df742a1ce318819a1a693a16099dd114e5c236ba72ff59960d09c9b9
MD5 40952aaeaea7108d86698735cef79503
BLAKE2b-256 ae2a46c44e6d99fe75e57efce050dd39de8316be9059713062300f730493678c

See more details on using hashes here.

Provenance

The following attestation bundles were made for easypytorch3d-0.7.9.post1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on johnnynunez/pytorch3d

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page