awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIAGameWorks avatar

NVIDIAGameWorks/kaolin

0
View on GitHub↗
5,107 estrellas·624 forks·Python·Apache-2.0·5 vistas

Kaolin

Kaolin es una librería de aprendizaje profundo 3D para PyTorch que proporciona un conjunto integral de herramientas para el procesamiento de geometría 3D, simulación física, visualización de datos y renderizado basado en gradientes para visión artificial.

La librería incluye un renderizador 3D diferenciable y un kit de herramientas de procesamiento de geometría para convertir y transformar representaciones 3D como mallas (meshes) y nubes de puntos. También cuenta con un motor de simulación física 3D para calcular interacciones físicas y colisiones entre objetos y escenas tridimensionales.

El kit de herramientas proporciona utilidades para la visualización de datos 3D, incluyendo la creación de vistas interactivas y animaciones de rotación. Las capacidades adicionales cubren la gestión de datasets 3D, preprocesamiento de datos y renderizado de representaciones 3D.

Features

  • Differentiable Rasterizers - Ships a differentiable rasterizer that allows gradients to flow from 2D images back into 3D spatial parameters.
  • PyTorch-Based Frameworks - Acts as a PyTorch-based framework for accelerating research in 3D computer vision and deep learning.
  • PyTorch Tensor Operations - Performs all 3D geometric calculations using PyTorch tensor operations for GPU acceleration and automatic differentiation.
  • 3D Point Cloud Learning - Enables deep learning research on 3D geometric data including meshes and point clouds using PyTorch.
  • 3D Physics Engines - Includes a 3D physics engine to calculate physical interactions and collisions between objects and scenes.
  • 3D Math and Geometry Toolkits - Provides a comprehensive toolkit for converting, managing, and transforming 3D representations such as meshes and point clouds.
  • Differentiable Rendering - Provides a differentiable rendering pipeline allowing 3D geometry optimization via gradients from 2D images.
  • CUDA Compute Kernels - Provides custom CUDA compute kernels in C++ to parallelize high-speed 3D physics and spatial transformations.
  • 3D Representation Conversions - Provides utilities for transforming geometric data between formats like meshes, point clouds, and volumetric structures.
  • Coordinate-Based Spatial Mappings - Implements coordinate-based spatial mapping to represent 3D geometry as functions or grids in Cartesian space.
  • Voxel-Based Grids - Organizes spatial data into voxel-based grids to optimize collision detection and volumetric operations.
  • Mesh-To-Pointcloud Sampling - Provides weighted area sampling to convert surface meshes into discrete point sets for deep learning input.
  • 3D Spatial Preprocessing - Implements 3D spatial preprocessing pipelines to transform data formats for improved deep learning training speed.
  • Physical Interaction Simulations - Simulates physical interactions and collisions between meshes and point clouds within 3D scenes.
  • 3D Model Visualizers - Offers tools for rendering and inspecting 3D models with interactive views and turntable animations.
  • 3D Scene Renderers - Produces 2D images from spatial data using lighting and camera models to support gradient-based optimization.
  • Data and Graph Processing - Library for 3D deep learning research.
  • Procesamiento de Nubes de Puntos - PyTorch library for accelerating 3D deep learning research.
  • Herramientas de desarrollo - 3D deep learning research library.
  • Processing Libraries - NVIDIA library for accelerating 3D deep learning research.
  • D Segmentation, Classification and Regression - Listed in the “D Segmentation, Classification and Regression” section of the The Incredible Pytorch awesome list.

Historial de estrellas

Gráfico del historial de estrellas de nvidiagameworks/kaolinGráfico del historial de estrellas de nvidiagameworks/kaolin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace nvidiagameworks/kaolin?

Kaolin es una librería de aprendizaje profundo 3D para PyTorch que proporciona un conjunto integral de herramientas para el procesamiento de geometría 3D, simulación física, visualización de datos y renderizado basado en gradientes para visión artificial.

¿Cuáles son las características principales de nvidiagameworks/kaolin?

Las características principales de nvidiagameworks/kaolin son: Differentiable Rasterizers, PyTorch-Based Frameworks, PyTorch Tensor Operations, 3D Point Cloud Learning, 3D Physics Engines, 3D Math and Geometry Toolkits, Differentiable Rendering, CUDA Compute Kernels.

¿Qué alternativas de código abierto existen para nvidiagameworks/kaolin?

Las alternativas de código abierto para nvidiagameworks/kaolin incluyen: pointcloudlibrary/pcl — The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing… facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… daniilidis-group/neural_renderer — Neural renderer is a differentiable rendering library for PyTorch that projects three-dimensional meshes into… zylo117/yet-another-efficientdet-pytorch — This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It… microsoft/directxtk — DirectXTK is a C++ library designed to simplify 2D and 3D graphics, audio, and input programming for DirectX…

Alternativas open-source a Kaolin

Proyectos open-source similares, clasificados según cuántas características comparten con Kaolin.
  • pointcloudlibrary/pclAvatar de PointCloudLibrary

    PointCloudLibrary/pcl

    11,028Ver en GitHub↗

    The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing large-scale 3D spatial datasets. It provides a framework for 3D point cloud processing, incorporating tools for spatial data filtering and geometric feature estimation. The library includes specialized systems for aligning multiple spatial datasets into a single unified coordinate system and a rendering engine for the visual inspection and analysis of processed point cloud data. It also features tools for calculating spatial descriptors to identify structural patterns and shapes within

    C++c-plus-pluscomputer-visioncpp
    Ver en GitHub↗11,028
  • facebookresearch/pytorch3dAvatar de facebookresearch

    facebookresearch/pytorch3d

    9,902Ver en GitHub↗

    PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds and complex 3D surface geometries. It provides a collection of reusable components and data structures for deep learning with 3D data, including a framework for training and evaluating neural radiance fields to enable photorealistic view synthesis. The project features a differentiable 3D renderer that converts meshes and point clouds into 2D images while allowing gradients to flow back into the geometry and textures. This enables 3D shape optimization, where mesh geometry, te

    Python
    Ver en GitHub↗9,902
  • dmlc/dglAvatar de dmlc

    dmlc/dgl

    14,283Ver en GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    Ver en GitHub↗14,283
  • daniilidis-group/neural_rendererAvatar de daniilidis-group

    daniilidis-group/neural_renderer

    1,165Ver en GitHub↗

    Neural renderer is a differentiable rendering library for PyTorch that projects three-dimensional meshes into two-dimensional images while maintaining continuous mathematical gradients for backpropagation. The framework enables gradient-based inverse rendering, allowing optimization of input parameters such as camera pose, vertex positions, and texture maps by propagating pixel-level reconstruction errors backward to the source geometry. The architecture incorporates approximate rasterisation gradients that substitute discontinuous edge derivatives with heuristic approximations to facilitate

    Python
    Ver en GitHub↗1,165
Ver las 30 alternativas a Kaolin→