awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aim-uofa avatar

aim-uofa/DyCo3D

0
View on GitHub↗
128 星标·21 分支·Python·6 次浏览

DyCo3D

Code for the paper DyCo3D: Robust Instance Segmentation of 3D Point Clouds through Dynamic Convolution, CVPR 2021.

Features

  • 3D Detection and Segmentation - Dynamic convolution for robust point cloud instance segmentation.

Star 历史

aim-uofa/dyco3d 的 Star 历史图表aim-uofa/dyco3d 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

DyCo3D 的开源替代方案

相似的开源项目,按与 DyCo3D 的功能重合度排序。
  • yanx27/pointnet_pointnet2_pytorchyanx27 的头像

    yanx27/Pointnet_Pointnet2_pytorch

    4,894在 GitHub 上查看↗

    This project is a PyTorch-based framework of deep learning models designed for the classification and semantic segmentation of 3D point cloud data. It provides implementations of the PointNet architecture to perform global category labeling of entire objects and detailed partitioning of large-scale 3D environments. The system handles semantic segmentation across multiple scales, ranging from identifying individual components within a single object to labeling distinct category types within large-scale scenes. The framework includes structural components for processing unordered point sets, s

    Pythonclassificationmodelnetpoint-cloud
    在 GitHub 上查看↗4,894
  • intel-isl/open3dintel-isl 的头像

    intel-isl/Open3D

    13,695在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗13,695
  • angeladai/3dmvangeladai 的头像

    angeladai/3DMV

    213在 GitHub 上查看↗

    3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This work is based on our ECCV'18 paper, 3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation.

    Python
    在 GitHub 上查看↗213
  • anonymous0522/raananonymous0522 的头像

    anonymous0522/RAAN

    32在 GitHub 上查看↗

    0. The CUDA and Pytorch version that is used for this work: ~~~ 'CUDA==10.0', 'torch==1.1.0', 'CUDNN==7.5.0' ~~~ Warning: We tried CUDA11.0+Torch1.7.1 on RTX3090, the AP performance is significantly lower than the aforementioned environment setup.

    Python
    在 GitHub 上查看↗32
查看 DyCo3D 的所有 30 个替代方案→

常见问题解答

aim-uofa/dyco3d 是做什么的?

Code for the paper DyCo3D: Robust Instance Segmentation of 3D Point Clouds through Dynamic Convolution, CVPR 2021.

aim-uofa/dyco3d 的主要功能有哪些?

aim-uofa/dyco3d 的主要功能包括:3D Detection and Segmentation。

aim-uofa/dyco3d 有哪些开源替代品?

aim-uofa/dyco3d 的开源替代品包括: yanx27/pointnet_pointnet2_pytorch — This project is a PyTorch-based framework of deep learning models designed for the classification and semantic… intel-isl/open3d — Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework… angeladai/3dmv — 3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This… autonomousvision/neat — This repository is for the ICCV 2021 paper NEAT: Neural Attention Fields for End-to-End Autonomous Driving. autovision-cloud/sa-det3d — By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki. anonymous0522/raan — 0. The CUDA and Pytorch version that is used for this work: ~~~ 'CUDA==10.0', 'torch==1.1.0', 'CUDNN==7.5.0' ~~~…