awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nvidiagameworks/kaolin

Open-source alternatives to Kaolin

30 open-source projects similar to nvidiagameworks/kaolin, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kaolin alternative.

  • pointcloudlibrary/pclAvatar von PointCloudLibrary

    PointCloudLibrary/pcl

    11,028Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,028
  • facebookresearch/pytorch3dAvatar von facebookresearch

    facebookresearch/pytorch3d

    9,902Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,902
  • dmlc/dglAvatar von dmlc

    dmlc/dgl

    14,283Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,283

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • daniilidis-group/neural_rendererAvatar von daniilidis-group

    daniilidis-group/neural_renderer

    1,165Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,165
  • zylo117/yet-another-efficientdet-pytorchAvatar von zylo117

    zylo117/Yet-Another-EfficientDet-Pytorch

    5,245Auf GitHub ansehen↗

    This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It provides a neural network and inference engine capable of identifying and locating multiple objects within images or video streams. The implementation includes pretrained computer vision models with optimized weights, enabling immediate inference and fine-tuning without the need for training from scratch. The project covers the full pipeline for computer vision model optimization, including custom object detection training and model weight optimization. It incorporates struct

    Jupyter Notebookbifpndetectionefficientdet
    Auf GitHub ansehen↗5,245
  • nerfstudio-project/nerfstudioAvatar von nerfstudio-project

    nerfstudio-project/nerfstudio

    11,737Auf GitHub ansehen↗

    Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene representations derived from two-dimensional image datasets. It provides a neural scene reconstruction pipeline that converts raw images and camera data into high-fidelity 3D assets and cinematic video using a differentiable volumetric renderer. The system features an interactive web-based visualizer that allows users to monitor training progress and inspect neural scene geometry in real time. It decouples neural network architectures from the training loop through a standardized mod

    Python
    Auf GitHub ansehen↗11,737
  • playcanvas/engineAvatar von playcanvas

    playcanvas/engine

    16,051Auf GitHub ansehen↗

    This project is a WebGL 3D game engine and comprehensive suite of tools for rendering high-performance 3D graphics and interactive scenes in the browser using WebGL and WebGPU. It provides a dedicated WebXR framework for building augmented and virtual reality experiences that run directly in a web browser. The engine includes a specialized Gaussian splatting renderer for displaying 3D point-cloud data to create photorealistic environmental captures. It utilizes a glTF asset pipeline to load and stream compressed 3D models and textures for efficient asset delivery. The system covers real-time

    JavaScript
    Auf GitHub ansehen↗16,051
  • microsoft/directxtkAvatar von microsoft

    microsoft/DirectXTK

    2,781Auf GitHub ansehen↗

    DirectXTK is a C++ library designed to simplify 2D and 3D graphics, audio, and input programming for DirectX applications. It serves as a comprehensive toolkit providing high-level wrappers for DirectX graphics, audio management, and input handling. The toolkit includes a graphics wrapper for loading textures and rendering 3D models and 2D sprites, alongside a dedicated audio manager for sound effects and 3D spatial audio. It also provides an input handler to track and process state updates from keyboards, mice, and gamepads. The library covers a broad capability surface including 3D math an

    C++cpp-librarydesktopdirectx
    Auf GitHub ansehen↗2,781
  • oframe/oglAvatar von oframe

    oframe/ogl

    4,540Auf GitHub ansehen↗

    ogl is a WebGL graphics library and 3D scene graph engine designed for rendering three-dimensional scenes. It provides a lightweight framework for managing geometries and coordinating spatial transformations within a hierarchical system. The project includes a PBR shader system for creating realistic materials and a GPGPU computation framework for performing large-scale general-purpose calculations and particle simulations on the graphics processor. It also features a post-processing suite for applying visual filters to rendered scenes via frame buffers. The library covers broader capabiliti

    JavaScript
    Auf GitHub ansehen↗4,540
  • f3d-app/f3dAvatar von f3d-app

    f3d-app/f3d

    4,137Auf GitHub ansehen↗

    f3d is a fast 3D model viewer and rendering engine designed for visualizing 3D meshes, CAD files, and point clouds. It operates across multiple deployment profiles, functioning as a lightweight desktop application, a scientific data visualizer for volumetric and scalar datasets, a headless rendering engine for automated image generation, and a WebAssembly-based renderer for web applications. The project distinguishes itself through specialized support for Gaussian Splatting scene reconstructions and the ability to visualize complex scientific formats such as VTK, NetCDF, and HDF. It features

    C++3d3d-graphics3d-viewer
    Auf GitHub ansehen↗4,137
  • chenyuntc/simple-faster-rcnn-pytorchAvatar von chenyuntc

    chenyuntc/simple-faster-rcnn-pytorch

    4,034Auf GitHub ansehen↗

    This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los

    Jupyter Notebookcupyfaster-rcnnobject-detection
    Auf GitHub ansehen↗4,034
  • viser-project/viserAvatar von viser-project

    viser-project/viser

    2,633Auf GitHub ansehen↗

    Viser is a Python 3D visualization framework and remote scene server that renders 3D primitives, point clouds, and meshes in a web browser. It functions as a server-client system that synchronizes scene state and camera poses to a web client via WebSockets. The framework provides specialized capabilities for robotics and computer vision, including a URDF robot visualizer for loading robot models and joint states, as well as a GPU-accelerated Gaussian splatting viewer for high-fidelity volumetric rendering. It also supports the visualization of human body models and skinned meshes for pose ana

    Pythonpythonvisualizationweb
    Auf GitHub ansehen↗2,633
  • googlewebcomponents/model-viewerAvatar von GoogleWebComponents

    GoogleWebComponents/model-viewer

    8,142Auf GitHub ansehen↗

    model-viewer is a web component used to render and interact with three-dimensional models directly in a web browser. It functions as a glTF 3D model renderer and an interactive WebGL component, encapsulating a 3D rendering pipeline within a custom HTML element. The project enables web-based augmented reality, allowing 3D assets to be projected into physical environments using a mobile device camera. It provides tools for augmented reality projection and experience creation by combining 3D models with camera tracking. The component supports 3D product visualization and the integration of inte

    TypeScript
    Auf GitHub ansehen↗8,142
  • godotengine/godot-demo-projectsAvatar von godotengine

    godotengine/godot-demo-projects

    8,250Auf GitHub ansehen↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    GDScript
    Auf GitHub ansehen↗8,250
  • cloudcompare/cloudcompareAvatar von CloudCompare

    CloudCompare/CloudCompare

    4,577Auf GitHub ansehen↗

    CloudCompare is a professional software application for processing and analyzing 3D point clouds and polygonal meshes. It functions as a 3D mesh analysis tool and a large dataset visualizer designed to display and manage millions of points in a 3D environment. The software provides specialized capabilities for point cloud comparison, utilizing an optimized octree structure to calculate spatial differences between two 3D datasets. This allows for the identification of variations and errors between point clouds or between a point cloud and a mesh. The system covers broad 3D data analysis areas

    C++
    Auf GitHub ansehen↗4,577
  • cadene/pretrained-models.pytorchAvatar von Cadene

    Cadene/pretrained-models.pytorch

    9,102Auf GitHub ansehen↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Pythonimagenetinceptionpretrained
    Auf GitHub ansehen↗9,102
  • ecomfe/echartsAvatar von ecomfe

    ecomfe/echarts

    66,608Auf GitHub ansehen↗

    ECharts is a JavaScript data visualization library and web charting framework used to render interactive 2D and 3D data plots within a web browser. It functions as a visualization engine that transforms raw data into customizable charts and graphs. The project includes a WebGL-based hardware acceleration engine specifically for producing three-dimensional plots and globe visualizations. This allows the library to handle large and complex datasets through GPU-accelerated rendering. The framework supports both canvas-based raster rendering and SVG-based vector rendering. It provides capabiliti

    TypeScript
    Auf GitHub ansehen↗66,608
  • hepengwei/visualization-collectionAvatar von hepengwei

    hepengwei/visualization-collection

    4,550Auf GitHub ansehen↗

    This project is a frontend visualization library and gallery of interactive web examples. It provides a collection of implementations that demonstrate advanced visual effects through the use of stylesheets, canvas drawing surfaces, and three-dimensional graphics libraries. The collection specifically features implementations for visualizing artificial intelligence outputs and complex data patterns. It includes specialized galleries for three-dimensional scenes and spatial objects, as well as a showreel of stylistic motion effects and interface designs. The library covers a broad range of ren

    TypeScriptcanvascollectioncss3
    Auf GitHub ansehen↗4,550
  • huawei-noah/cv-backbonesAvatar von huawei-noah

    huawei-noah/CV-Backbones

    4,416Auf GitHub ansehen↗

    CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network architectures for extracting visual features and processing image data. It serves as a PyTorch vision framework of reusable deep learning components designed for image analysis and visual representation learning. The library focuses on efficient neural network architectures to reduce computational overhead while maintaining feature extraction performance. This is achieved through the implementation of lightweight model designs such as GhostNet and MLP. The project covers a br

    Python
    Auf GitHub ansehen↗4,416
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cornellius-gp/gpytorchAvatar von cornellius-gp

    cornellius-gp/gpytorch

    3,893Auf GitHub ansehen↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    Auf GitHub ansehen↗3,893
  • perone/euclidesdbAvatar von perone

    perone/euclidesdb

    640Auf GitHub ansehen↗

    A multi-model machine learning feature embedding database

    C++
    Auf GitHub ansehen↗640
  • ferrine/geooptAvatar von ferrine

    ferrine/geoopt

    1,080Auf GitHub ansehen↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    Auf GitHub ansehen↗1,080
  • piquil/qucumberP

    PIQuIL/QuCumber

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bharathgs/naluB

    bharathgs/NALU

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bachili/rednerAvatar von BachiLi

    BachiLi/redner

    1,439Auf GitHub ansehen↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    Auf GitHub ansehen↗1,439
  • cvxgrp/cvxpylayersAvatar von cvxgrp

    cvxgrp/cvxpylayers

    2,106Auf GitHub ansehen↗

    CVXPYlayers is a Python library for constructing differentiable convex optimization layers in PyTorch, JAX, and MLX using CVXPY. A convex optimization layer solves a parametrized convex optimization problem in the forward pass to produce a solution. It computes the derivative of the solution…

    Python
    Auf GitHub ansehen↗2,106
  • intel-isl/open3dAvatar von intel-isl

    intel-isl/Open3D

    13,695Auf GitHub ansehen↗

    Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework for manipulating point clouds and meshes through specialized algorithms designed for 3D data science workflows. The project includes a toolkit for 3D scene reconstruction to generate spatial models and align surfaces from raw data. It also functions as a GPU accelerated framework that offloads intensive spatial computations to the graphics processor to increase processing speed. The library covers a broad range of capabilities including physically based light simulations for vi

    C++
    Auf GitHub ansehen↗13,695
  • lastools/lastoolsAvatar von LAStools

    LAStools/LAStools

    1,059Auf GitHub ansehen↗

    efficient tools for LiDAR processing

    C++
    Auf GitHub ansehen↗1,059