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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to angeladai/3dmv

Projects sharing features with 3DMV

30 open-source projects similar to angeladai/3dmv, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • yanx27/pointnet_pointnet2_pytorchyanx27 avatar

    yanx27/Pointnet_Pointnet2_pytorch

    4,894View on 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
    View on GitHub↗4,894
  • zalandoresearch/fashion-mnistzalandoresearch avatar

    zalandoresearch/fashion-mnist

    12,754View on GitHub↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    View on GitHub↗12,754
  • intel-isl/open3dintel-isl avatar

    intel-isl/Open3D

    13,695View on 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++
    View on GitHub↗13,695

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • abhimanyudubey/confusionabhimanyudubey avatar

    abhimanyudubey/confusion

    201View on GitHub↗

    Code for the ECCV 2018 paper "Pairwise Confusion for Fine-Grained Visual Classification"

    Python
    View on GitHub↗201
  • ahangchen/tfusionahangchen avatar

    ahangchen/TFusion

    310View on GitHub↗

    CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns

    Python
    View on GitHub↗310
  • aim-uofa/dyco3daim-uofa avatar

    aim-uofa/DyCo3D

    128View on GitHub↗

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

    Python
    View on GitHub↗128
  • agrimgupta92/sganagrimgupta92 avatar

    agrimgupta92/sgan

    912View on GitHub↗

    Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018

    Python
    View on GitHub↗912
  • akanazawa/cmrakanazawa avatar

    akanazawa/cmr

    485View on GitHub↗

    Angjoo Kanazawa \ , Shubham Tulsiani \ , Alexei A. Efros, Jitendra Malik

    Python
    View on GitHub↗485
  • akanazawa/hmrakanazawa avatar

    akanazawa/hmr

    1,665View on GitHub↗

    Project page for End-to-end Recovery of Human Shape and Pose

    Python
    View on GitHub↗1,665
  • alamimejjati/unsupervised-attention-guided-image-to-image-translationA

    AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation

    0View on GitHub↗

    This repository contains the TensorFlow code for our NeurIPS 2018 paper “Unsupervised Attention-guided Image-to-Image Translation”. This code is based on the TensorFlow implementation of CycleGAN provided by Harry Yang. You may need to train several times as the quality of the results are…

    View on GitHub↗0
  • albertpumarola/ganimationalbertpumarola avatar

    albertpumarola/GANimation

    1,984View on GitHub↗

    Official implementation of GANimation. In this work we introduce a novel GAN conditioning scheme based on Action Units (AU) annotations, which describe in a continuous manifold the anatomical facial movements defining a human expression. Our approach permits controlling the magnitude of…

    Python
    View on GitHub↗1,984
  • alexgkendall/multitaskvisionA

    alexgkendall/multitaskvision

    0View on GitHub↗
    View on GitHub↗0
  • alokwhitewolf/guided-attention-inference-networkalokwhitewolf avatar

    alokwhitewolf/Guided-Attention-Inference-Network

    238View on GitHub↗

    Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims to apply GAIN on fcn8 architecture used for segmentation.

    Python
    View on GitHub↗238
  • alterzero/dbpn-pytorchalterzero avatar

    alterzero/DBPN-Pytorch

    574View on GitHub↗

    The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)

    Python
    View on GitHub↗574
  • amusi/daily-paper-computer-visionamusi avatar

    amusi/daily-paper-computer-vision

    6,768View on GitHub↗

    记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文

    computer-visiondeep-learningface-detection
    View on GitHub↗6,768
  • amlab-amsterdam/attentiondeepmilA

    AMLab-Amsterdam/AttentionDeepMIL

    0View on GitHub↗

    Attention-based Deep Multiple Instance Learning

    View on GitHub↗0
  • angeladai/scancompleteangeladai avatar

    angeladai/ScanComplete

    271View on GitHub↗

    CVPR'18 ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans

    Python
    View on GitHub↗271
  • anishathalye/obfuscated-gradientsanishathalye avatar

    anishathalye/obfuscated-gradients

    907View on GitHub↗

    Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples

    Jupyter Notebook
    View on GitHub↗907
  • anonymous0522/raananonymous0522 avatar

    anonymous0522/RAAN

    32View on 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
    View on GitHub↗32
  • art-programmer/planenetart-programmer avatar

    art-programmer/PlaneNet

    422View on GitHub↗

    PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image

    Python
    View on GitHub↗422
  • arunmallya/packnetarunmallya avatar

    arunmallya/packnet

    243View on GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    View on GitHub↗243
  • arunmallya/piggybackarunmallya avatar

    arunmallya/piggyback

    183View on GitHub↗

    Code for Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights

    Python
    View on GitHub↗183
  • assafshocher/zssrassafshocher avatar

    assafshocher/ZSSR

    421View on GitHub↗

    "Zero-Shot" Super-Resolution using Deep Internal Learning

    Python
    View on GitHub↗421
  • autonomousvision/neatautonomousvision avatar

    autonomousvision/neat

    327View on GitHub↗

    This repository is for the ICCV 2021 paper NEAT: Neural Attention Fields for End-to-End Autonomous Driving.

    Python
    View on GitHub↗327
  • autovision-cloud/sa-det3dAutoVision-cloud avatar

    AutoVision-cloud/SA-Det3D

    169View on GitHub↗

    By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki.

    Python
    View on GitHub↗169
  • azadis/mc-ganazadis avatar

    azadis/MC-GAN

    447View on GitHub↗

    Multi-Content GAN for Few-Shot Font Style Transfer at CVPR 2018

    Python
    View on GitHub↗447
  • balakg/posewarp-cvpr2018balakg avatar

    balakg/posewarp-cvpr2018

    194View on GitHub↗

    Code for our CVPR 2018 paper: "Synthesizing Images of Humans in Unseen Poses"

    Python
    View on GitHub↗194
  • banconxuan/rtm3dBanconxuan avatar

    Banconxuan/RTM3D

    484View on GitHub↗

    RTM3D(ECCV2020) and KM3D (namely RTM3D++) are efficiency and accuracy monocular 3D object detection methods for autonomous driving.

    Python
    View on GitHub↗484
  • bermanmaxim/lovaszsoftmaxbermanmaxim avatar

    bermanmaxim/LovaszSoftmax

    1,412View on GitHub↗

    Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

    Jupyter Notebook
    View on GitHub↗1,412
  • aimerykong/recurrent-pixel-embedding-for-instance-groupingaimerykong avatar

    aimerykong/Recurrent-Pixel-Embedding-for-Instance-Grouping

    146View on GitHub↗

    CVPR2018 - pixel embedding & grouping for structured prediction, e.g., instance segmentation

    MATLAB
    View on GitHub↗146