RepoGuard
已更新 9 h ago
Meta Research

Organization

Meta Research 的公共 GitHub 足迹

@facebookresearch
在 GitHub 上查看个人资料
Menlo Park, California

1,410

公共仓库

532,275

总星标

36,277

关注者

facebookresearch 是 Meta Research 的官方 GitHub 组织,专注于人工智能和机器学习领域。该组织在其公共 GitHub 上拥有多种项目,主要使用 Python、Jupyter Notebook、C++ 和 Go 编程语言。其著名的开源项目包括 segment-anything、faiss 和 detectron2,广泛应用于对象检测和相似性搜索等任务。

顶级语言

Python 83Jupyter Notebook 11C++ 4Lean 1Go 1

公共仓库

segment-anything

54,342

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Jupyter Notebook
已更新 2026年6月12日

faiss

40,274

A library for efficient similarity search and clustering of dense vectors.

C++
已更新 2026年6月13日

detectron2

34,548

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

Python
已更新 2026年6月12日

fairseq

32,233

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Python
已更新 2026年6月13日

Detectron

26,373

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.

Python
已更新 2026年6月12日

audiocraft

23,368

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.

Jupyter Notebook
已更新 2026年6月12日

sam2

19,326

The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Jupyter Notebook
已更新 2026年6月13日

detr

15,302

End-to-End Object Detection with Transformers

Python
已更新 2026年6月12日

vggt

13,325

[CVPR 2025 Best Paper Award] VGGT: Visual Geometry Grounded Transformer

Python
已更新 2026年6月13日

dinov2

12,976

PyTorch code and models for the DINOv2 self-supervised learning method.

Jupyter Notebook
已更新 2026年6月13日

AnimatedDrawings

12,798

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"

Python
已更新 2026年6月12日

seamless_communication

11,793

Foundational Models for State-of-the-Art Speech and Text Translation

Jupyter Notebook
已更新 2026年6月13日

dinov3

10,659

Reference PyTorch implementation and models for DINOv3

Jupyter Notebook
已更新 2026年6月13日

ParlAI

10,626

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.

Python
已更新 2026年6月12日

sam3

10,533

The repository provides code for running inference and finetuning with the Meta Segment Anything Model 3 (SAM 3), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Python
已更新 2026年6月13日

xformers

10,491

Hackable and optimized Transformers building blocks, supporting a composable construction.

Python
已更新 2026年6月12日

hydra

10,442

Hydra is a framework for elegantly configuring complex applications

Python
已更新 2026年6月13日

demucs

10,201

Code for the paper Hybrid Spectrogram and Waveform Source Separation

Python
已更新 2026年6月12日

nougat

10,009

Implementation of Nougat Neural Optical Understanding for Academic Documents

Python
已更新 2026年6月12日

pytorch3d

9,898

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data

Python
已更新 2026年6月13日

maskrcnn-benchmark

9,370

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.

Python
已更新 2026年6月12日

ImageBind

9,037

ImageBind One Embedding Space to Bind Them All

Python
已更新 2026年6月12日

dino

7,592

PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO

Python
已更新 2026年6月13日

SlowFast

7,375

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.

Python
已更新 2026年6月13日

sam-3d-objects

6,917

SAM 3D Objects

Python
已更新 2026年6月13日

metaseq

6,548

Repo for external large-scale work

Python
已更新 2026年6月12日

ConvNeXt

6,383

Code release for ConvNeXt model

Python
已更新 2026年6月13日

pytext

6,296

A natural language modeling framework based on PyTorch

Python
已更新 2026年6月12日

flow_matching

4,541

A PyTorch library for implementing flow matching algorithms, featuring continuous and discrete flow matching implementations. It includes practical examples for both text and image modalities.

Python
已更新 2026年6月12日

deit

4,347

Official DeiT repository

Python
已更新 2026年6月12日

vjepa2

4,145

PyTorch code and models for VJEPA2 self-supervised learning from video.

Python
已更新 2026年6月13日

esm

4,119

Evolutionary Scale Modeling (esm): Pretrained language models for proteins

Python
已更新 2026年6月13日

VideoPose3D

4,033

Efficient 3D human pose estimation in video using 2D keypoint trajectories

Python
已更新 2026年6月13日

jepa

3,947

PyTorch code and models for V-JEPA self-supervised learning from video.

Python
已更新 2026年6月13日

pytorchvideo

3,564

A deep learning library for video understanding research.

Python
已更新 2026年6月12日

sam-audio

3,526

The repository provides code for running inference with the Meta Segment Anything Audio Model (SAM-Audio), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Python
已更新 2026年6月12日

map-anything

3,486

MapAnything: Universal Feed-Forward Metric 3D Reconstruction

Python
已更新 2026年6月12日

ijepa

3,422

Official codebase for I-JEPA, the Image-based Joint-Embedding Predictive Architecture. First outlined in the CVPR paper, "Self-supervised learning from images with a joint-embedding predictive architecture."

Python
已更新 2026年6月12日

sam-3d-body

3,247

The repository provides code for running inference with the SAM 3D Body Model (3DB), links for downloading the trained model checkpoints and datasets, and example notebooks that show how to use the model.

Python
已更新 2026年6月13日

vggt-omega

2,943

[CVPR 2026 Oral] VGGT Omega

Python
已更新 2026年6月13日

tribev2

2,859

This repository contains the code to train and evaluate TRIBE v2, a multimodal model for brain response prediction

Jupyter Notebook
已更新 2026年6月12日

omnilingual-asr

2,830

Omnilingual ASR Open-Source Multilingual SpeechRecognition for 1600+ Languages

Python
已更新 2026年6月13日

HyperAgents

2,571

Self-referential self-improving agents that can optimize for any computable task

Python
已更新 2026年6月13日

fairchem

2,147

FAIR Chemistry's library of machine learning methods for chemistry

Python
已更新 2026年6月12日

ConvNeXt-V2

2,046

Code release for ConvNeXt V2 model

Python
已更新 2026年6月12日

theseus

2,034

A library for differentiable nonlinear optimization

Python
已更新 2026年6月12日

ai4animationpy

1,946

A Python framework for AI-driven character animation using neural networks.

Python
已更新 2026年6月13日

DPR

1,868

Dense Passage Retriever - is a set of tools and models for open domain Q&A task.

Python
已更新 2026年6月13日

MetaCLIP

1,839

NeurIPS 2025 Spotlight; ICLR2024 Spotlight; CVPR 2024; EMNLP 2024

Python
已更新 2026年6月12日

TensorComprehensions

1,766

A domain specific language to express machine learning workloads.

C++
已更新 2026年6月12日

multimodal

1,723

TorchMultimodal is a PyTorch library for training state-of-the-art multimodal multi-task models at scale.

Python
已更新 2026年6月13日

consistent_depth

1,636

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.

Python
已更新 2026年6月12日

DeepSDF

1,560

Learning Continuous Signed Distance Functions for Shape Representation

Python
已更新 2026年6月13日

fastMRI

1,526

A large-scale dataset of both raw MRI measurements and clinical MRI images.

Python
已更新 2026年6月12日

vggsfm

1,395

VGGSfM: Visual Geometry Grounded Deep Structure From Motion

Python
已更新 2026年6月12日

home-robot

1,211

Mobile manipulation research tools for roboticists

Python
已更新 2026年6月12日

ToMe

1,201

A method to increase the speed and lower the memory footprint of existing vision transformers.

Python
已更新 2026年6月13日

co3d

1,159

Tooling for the Common Objects In 3D dataset.

Python
已更新 2026年6月12日

KILT

975

Library for Knowledge Intensive Language Tasks

Python
已更新 2026年6月12日

cwm

881

Research code artifacts for Code World Model (CWM) including inference tools, reproducibility, and documentation.

Python
已更新 2026年6月12日

ShapeR

789

Code for the ShapeR research paper

Python
已更新 2026年6月12日

supervision-by-registration

773

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors

Python
已更新 2026年6月12日

ProgramBench

754

Can Language Models Rebuild Programs From Scratch?

Python
已更新 2026年6月12日

audioseal

733

Localized watermarking for AI-generated speech audios, with SOTA on robustness and very fast detector

Python
已更新 2026年6月12日

MHR

716

Momentum Human Rig is an anatomically-inspired parametric full-body digital human model developed at Meta. It includes: A parametric body skeletal model; A realistic 3D mesh skinned to the skeleton with levels of detail;A body blendshape and pose corrective model; A facial blendshape model.Its design is friendly for both CG and CV communities.

Python
已更新 2026年6月12日

tuna-2

709

Official implementation of Tuna-2: Pixel Embeddings Beat Vision Encoders for Unified Understanding and Generation

Python
已更新 2026年6月12日

eb_jepa

693

An open source library designed to provide community examples of Joint Embedding Predictive Architectures (JEPAs). It contains code and examples for learning representations from images, video, and action-conditioned video, as well as planning using JEPA-based models.

Python
已更新 2026年6月13日

EUPE

661

Efficient Universal Perception Encoder: a single on-device vision encoder with versatile representations that match or exceed specialized experts across multiple task domains.

Python
已更新 2026年6月12日

LeViT

623

LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference

Python
已更新 2026年6月13日

MLGym

603

MLGym A New Framework and Benchmark for Advancing AI Research Agents

Python
已更新 2026年6月12日

dadaptation

531

D-Adaptation for SGD, Adam and AdaGrad

Python
已更新 2026年6月12日

drzero

523

Dr. Zero Self-Evolving Search Agents without Training Data

Python
已更新 2026年6月12日

spdl

390

Scalable and Performant Data Loading

Python
已更新 2026年6月12日

momentum

379

A library for human kinematic motion and numerical optimization solvers to apply human motion

C++
已更新 2026年6月12日

searchformer

375

Official codebase for the paper "Beyond A* Better Planning with Transformers via Search Dynamics Bootstrapping".

Jupyter Notebook
已更新 2026年6月12日

HighResCanopyHeight

356

This repository provides inference code to compute canopy height maps from aerial images, as described in the paper "Very high resolution canopy height maps from RGB imagery using self-supervised vision transformer and convolutional decoder trained on Aerial Lidar".

Jupyter Notebook
已更新 2026年6月12日

VLM3

289

Official implementation of paper "VLM³: Vision Language Models Are Native 3D Learners".

Jupyter Notebook
已更新 2026年6月12日

neuroai

246

Python suite for neuroscience research across all modalities.

Python
已更新 2026年6月12日

DCPerf

243

DCPerf benchmark suite for hyperscale cloud applications

Python
已更新 2026年6月12日

atlas-lean

227

ATLAS Autoformalized Textbook Library At Scale

Lean
已更新 2026年6月12日

emg2pose

221

Code repository for emg2pose dataset and model benchmarks

Python
已更新 2026年6月13日

nymeria_dataset

208

Nymeria: a massive collection of multimodal egocentric daily motion in the wild

Python
已更新 2026年6月13日

tensor-layouts

184

A pure-Python implementation of the Nvidia CuTe layout algebra intended to be approachable and easy to learn.

Python
已更新 2026年6月13日

Clinical-Trial-Parser

184

Library for converting clinical trial eligibility criteria to a machine-readable format.

Go
已更新 2026年6月12日

vip

183

Official repository for "VIP: Towards Universal Visual Reward and Representation via Value-Implicit Pre-Training"

Python
已更新 2026年6月12日

MRQ

153

MR.Q is a general-purpose model-free reinforcement learning algorithm.

Python
已更新 2026年6月12日

WavFlow

152

MultiModal Audio Generation in Raw Waveform Space.

Python
已更新 2026年6月12日

aira-dojo

152

AIRA-dojo: a framework for developing and evaluating AI research agents

Python
已更新 2026年6月12日

DRTK

151

Differentiable Rendering Toolkit

C++
已更新 2026年6月12日

meshflow

138

Repository for the CVPR 2026 paper MeshFlow Efficient Artistic Mesh Generation via MeshVAE and Flow-based Diffusion Transformer by Weiyu Li, Antoine Toisoul, Tom Monnier, Roman Shapovalov, Rakesh Ranjan, Ping Tan and Andrea Vedaldi.

Python
已更新 2026年6月13日

projectaria_gen2_depth_from_stereo

93

A tutorial and a set of tools to compute depth-from-stereo with Project Aria Gen2 devices. This includes stereo image rectification as well as disparity estimation

Jupyter Notebook
已更新 2026年6月12日

dexwm

79

Official code and data from DexWM ("World Models Can Leverage Human Videos for Dexterous Manipulation").

Python
已更新 2026年6月12日

LAWT

78

Code for papers Linear Algebra with Transformers (TMLR) and What is my Math Transformer Doing? (AI for Maths Workshop, Neurips 2022)

Python
已更新 2026年6月12日

WMReward

59

[CVPR 2026 Highlight] Leveraging latent world model's physics understanding to improve the physics plausibility of video generation

Python
已更新 2026年6月12日

SOC-matching

42

Code release for "Stochastic Optimal Control Matching"

Python
已更新 2026年6月12日

CLOD-3DGS

29

Implementation of "Learning Fast 3D Gaussian Splatting Rendering using Continuous Level of Detail" presented at Eurographics 2025.

Python
已更新 2026年6月12日

dllm_post_training

11

dTRPO: Trajectory Reduction in Policy Optimization of Diffusion Large Language Models

Python
已更新 2026年6月12日

Large-Sparse-Reconstruction-Model

10

LSRM is a SOTA, feed-forward 3D reconstruction model that generates high-fidelity, relightable 3D digital twins from sparse 2D views.

Python
已更新 2026年6月12日

bouquet

4

A companion repo for the BOUQuET dataset

Python
已更新 2026年6月12日

luxremix-dataset

3

The LuxRemix dataset is a synthetic dataset of 12K indoor scenes with per-light decomposition, which is designed for training models that decompose and re-mix indoor illumination from a single image.

Python
已更新 2026年6月12日

常见问题

facebookresearch 在 GitHub 上构建了什么?

facebookresearch 在 GitHub 上构建了多个开源项目,涵盖对象检测、深度学习和音频处理等领域。其知名项目包括 detectron2、faiss 和 audiocraft,旨在推动人工智能技术的发展。

facebookresearch 使用哪些编程语言?

facebookresearch 主要使用 Python、Jupyter Notebook、C++ 和 Go 作为其开发项目的编程语言。这些语言支持其在人工智能和机器学习领域的研究和开发工作。

facebookresearch 的仓库是公开的吗?

是的,facebookresearch 的所有仓库都是公开的。用户可以访问其 GitHub 页面,查看和使用这些项目,促进社区合作和知识共享。

这种曝光是有意的吗?

使用 RepoGuard 监控 Meta Research,并在新公共仓库出现的瞬间提醒您。

监控此账户