Jump to content

PyTorch: Difference between revisions

194 bytes added ,  26 July 2023
Line 176: Line 176:
</syntaxhighlight>
</syntaxhighlight>


==PyTorch3D==
==Libraries==
A list of useful libraries
 
===torchvision===
https://pytorch.org/vision/stable/index.html
 
Official tools for image manipulation such as blur, bounding boxes.
 
===torchmetrics===
https://torchmetrics.readthedocs.io/en/stable/
 
Various metrics such as PSNR, SSIM, LPIPS
 
===PyTorch3D===
{{main | PyTorch3D}}
{{main | PyTorch3D}}
[https://github.com/facebookresearch/pytorch3d PyTorch3D] is a library by Facebook AI Research which contains differentiable renderers for meshes and point clouds
[https://github.com/facebookresearch/pytorch3d PyTorch3D]
It is built using custom CUDA kernels and only runs on Linux.
 
Facebook library with differentiable renderers for meshes and point clouds.