Package Details: python-pytorch3d 0.7.8-1

Git Clone URL: https://aur.archlinux.org/python-pytorch3d.git (read-only, click to copy)
Package Base: python-pytorch3d
Description: Provides efficient, reusable components for 3D Computer Vision research with PyTorch.
Upstream URL: https://pytorch3d.org/
Licenses: BSD
Submitter: piernov
Maintainer: piernov
Last Packager: piernov
Votes: 1
Popularity: 0.042621
First Submitted: 2021-02-25 16:29 (UTC)
Last Updated: 2024-10-08 11:17 (UTC)

Latest Comments

beltegeuse commented on 2024-06-17 19:15 (UTC)

Thanks for this AUR! I just wanted to let you know that I had to modify the pytorch3d 0.7.6-1 configuration and add: define_macros = [("GLOG_USE_GLOG_EXPORT", None)] to setup.py.

Without this flag, I got a compilation error from GLOG. I have run some examples; everything seems to be working.