Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: computer-vision

2316 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
Eyeline-Labs/Go-with-the-Flow
Official implementation of the CVPR 2025 Oral paper 'Go-with-the-Flow', which controls motion in video diffusion models by replacing i.i.d.…
411093active
SCLBD/DeepfakeBench
DeepfakeBench is a comprehensive benchmark framework for deepfake detection, providing a unified platform for data management, implementati…
361093active
lizhe00/AnimatableGaussians
Official PyTorch implementation of the CVPR 2024 paper 'Animatable Gaussians', which learns pose-dependent Gaussian maps for high-fidelity …
271093active
zju3dv/PGSR
PGSR is a Python implementation of a planar-based Gaussian Splatting method for efficient, high-fidelity 3D surface reconstruction from mul…
241092active
yerfor/Real3DPortrait
Official PyTorch implementation of Real3D-Portrait, an ICLR 2024 Spotlight paper for one-shot realistic 3D talking portrait synthesis. It g…
261091active
image-js/image-js
ImageJS is a JavaScript/TypeScript library for image processing and manipulation, offering features like resizing, cropping, filtering, col…
911090stable
localai-org/depth-anything.cpp
A from-scratch C++17/ggml port of ByteDance's Depth Anything 2 and 3 models for dependency-free monocular metric depth and camera pose infe…
581090active
vladmandic/face-api
FaceAPI is a JavaScript library built on TensorFlow/JS that provides AI-powered face detection, rotation tracking, face description and rec…
101083active
auduno/headtrackr
headtrackr is a JavaScript library for real-time face tracking and head tracking via a webcam using WebRTC/getUserMedia. It estimates the u…
323701maintenance
charlesq34/pointnet2
Official TensorFlow implementation of PointNet++, a deep neural network that learns hierarchical features on 3D point clouds using metric-s…
323700maintenance
minghanqin/LangSplat
Official implementation of LangSplat, a CVPR 2024 Highlight paper that constructs a 3D language field using 3D Gaussian Splatting with CLIP…
471077active
Geekgineer/YOLOs-CPP
YOLOs-CPP is a production-ready, cross-platform C++ inference library for the YOLO model family (v5 through YOLO26), built on ONNX Runtime …
881076active
aiyaapp/AiyaEffectsAndroid
AiyaEffectsSDK is an Android demo for a face-tracking visual effects SDK that renders dynamic stickers, 3D/2D animation effects, and beauty…
371075active
lolishinshi/imsearch
A Rust-based large-scale similar image search tool that uses feature point matching (ORB features with a FAISS-style index) to find full im…
941074active
facebookresearch/hiera
Hiera is the official PyTorch implementation of a hierarchical vision transformer from Meta AI (ICML 2023 Oral). It achieves state-of-the-a…
201074active
cleardusk/3DDFA
A PyTorch implementation of the TPAMI 2017 paper 'Face Alignment in Full Pose Range: A 3D Total Solution' (3DDFA). It fits a 3D Morphable M…
233677maintenance
zju3dv/InfiniDepth
InfiniDepth is a CVPR 2026 research library for monocular depth estimation that represents depth as neural implicit fields, allowing depth …
531073active
facebookresearch/CutLER
CutLER is a research codebase from Meta FAIR for training object detection and instance segmentation models without human annotations, usin…
661072active
AILab-CVC/UniRepLKNet
UniRepLKNet is a large-kernel ConvNet architecture (CVPR 2024, TPAMI 2025) that provides universal perception across image, audio, video, p…
431072stable
mit-han-lab/streaming-vlm
StreamingVLM is a vision-language model framework from MIT Han Lab for real-time understanding of effectively infinite video streams. It ma…
381072active
memoavatar/memo
MEMO is an open-weight diffusion model for generating expressive, identity-consistent talking videos from a single reference image and an a…
401070active
yeates/PromptFix
PromptFix is a PyTorch implementation of a diffusion-model-based image restoration model that follows natural language instructions to fix …
241070active
jeffbass/imagezmq
imageZMQ is a set of Python classes that transport OpenCV images between computers using PyZMQ messaging. It enables distributed computer v…
621069stable
RL-VIG/LibFewShot
LibFewShot is a comprehensive PyTorch library for few-shot learning, implementing many fine-tuning, meta-learning, and metric-learning meth…
541069active
luxonis/depthai
DepthAI is Luxonis's Python library and SDK for developing with Luxonis OAK camera hardware, enabling spatial AI and computer vision on emb…
651068active
Stability-AI/stable-point-aware-3d
SPAR3D is Stability AI's open-source model for fast single-image 3D mesh reconstruction using a two-stage pipeline with point cloud conditi…
301068active
guochengqian/PointNeXt
PointNeXt is the official PyTorch implementation of the NeurIPS'22 paper that improves PointNet++ via better training and model scaling str…
931067stable
microsoft/Biodiversity
Microsoft AI for Good Lab's biodiversity research hub providing open-source AI models and tools for wildlife monitoring and conservation, i…
881066active
hujie-frank/SENet
Official Caffe/CUDA implementation of Squeeze-and-Excitation Networks (SENet), channel-attention building blocks for convolutional neural n…
323646maintenance
gangweix/pixel-perfect-depth
Pixel-Perfect Depth is a monocular depth estimation model based on pixel-space diffusion transformers that produces flying-pixel-free depth…
491064active
lucidrains/mlp-mixer-pytorch
A PyTorch implementation of Google AI's MLP-Mixer, an all-MLP architecture for image classification that uses neither convolutions nor atte…
481064active
rust-cv/cv
Rust CV is a mono-repo of pure-Rust computer vision crates aiming to encapsulate capabilities of OpenCV, OpenMVG, and vSLAM frameworks in c…
471063active
NVlabs/SegFormer
Official PyTorch implementation of SegFormer, a transformer-based semantic segmentation framework with a hierarchical encoder and lightweig…
323629maintenance
mittagessen/kraken
kraken is a turn-key OCR/HTR engine built on neural networks, optimized for historical and non-Latin script material. It provides trainable…
991061active
neka-nat/cupoch
Cupoch is a C++/Python library that implements rapid 3D data processing for robotics using CUDA, based on Open3D. It provides GPU-accelerat…
631061active
devilsen/CZXing
CZXing is a C++ port of ZXing for Android that provides WeChat-level QR code and barcode scanning, including WeChat's detection and super-r…
551060active
leggedrobotics/elevation_mapping_cupy
A GPU-accelerated elevation mapping library for robotics, built on CuPy and integrated with ROS, that fuses point clouds into multi-modal t…
891059active
clovaai/stargan-v2
The official PyTorch implementation of StarGAN v2, a CVPR 2020 paper on diverse image-to-image translation across multiple domains using a …
323617maintenance
YunYang1994/tensorflow-yolov3
A TensorFlow 1.x implementation of the YOLOv3 real-time object detector, reproducing the 'YOLOv3: An Incremental Improvement' paper. It sup…
233614maintenance
sb-ai-lab/EmotiEffLib
EmotiEffLib (formerly HSEmotion) is a lightweight library for facial emotion and engagement recognition in photos and videos, available in …
651057active
open-gigaai/giga-models
GigaModels is an open-source Python framework providing pipelines for training, inference, deployment, and compression of multi-modal, gene…
621057active
henry123-boy/SpaTracker
SpatialTracker is the official PyTorch implementation of a CVPR 2024 Highlight paper that tracks any 2D pixels in 3D space from RGB or RGBD…
411057active
yoyo-nb/Thin-Plate-Spline-Motion-Model
The official PyTorch implementation of the CVPR 2022 paper 'Thin-Plate Spline Motion Model for Image Animation'. It animates a source image…
323604maintenance
BAAI-DCAI/Bunny
Bunny is a family of lightweight multimodal vision-language models that combine plug-and-play vision encoders (EVA-CLIP, SigLIP) with langu…
261053active
url-kaist/patchwork-plusplus
Patchwork++ is a fast, robust, and self-adaptive ground segmentation algorithm for 3D LiDAR point clouds, published at IROS 2022. It provid…
871051active
InternRobotics/PointLLM
PointLLM is a multimodal large language model that understands colored 3D point clouds of objects, built on a point cloud encoder fused wit…
651051active
williamyang1991/VToonify
Official PyTorch implementation of VToonify, a SIGGRAPH Asia 2022 framework for controllable high-resolution portrait video style transfer …
323584maintenance
ShenhanQian/GaussianAvatars
Official research code for GaussianAvatars, a CVPR 2024 Highlight method that creates photorealistic, fully controllable head avatars by ri…
561050active
drprojects/superpoint_transformer
Official PyTorch implementation of Superpoint Transformer (ICCV'23), SuperCluster (3DV'24), and EZ-SP (ICRA'26) for efficient semantic and …
641049active
qqlu/Entity
EntitySeg is an open-source PyTorch toolbox for open-world, high-quality image segmentation, built on Detectron2. It aggregates multiple re…
321048active
anuragxel/salt
SALT is a Python-based image labeling tool built on Meta AI's Segment Anything Model, providing a barebones GUI for annotating images with …
301048active
facebookresearch/pytorchvideo
PyTorchVideo is a deep learning library from Facebook Research focused on video understanding research, built on PyTorch. It provides reusa…
593566maintenance
liuyuan-pal/SyncDreamer
SyncDreamer is a synchronized multiview diffusion model that generates multiview-consistent images from a single-view image, released with …
501045active
3DTopia/3DTopia-XL
3DTopia-XL is a 3D diffusion transformer model that generates high-quality 3D assets with PBR materials from a single image or text prompt …
371045active
hku-mars/FAST-Calib
FAST-Calib is a C++ tool for fast, target-based extrinsic calibration of LiDAR-camera systems, producing accurate results in about one seco…
561044active
aiptimizer/TurboOCR
TurboOCR is an extremely fast GPU-accelerated document parser written in C++ that combines OCR, layout analysis, table extraction, and form…
821043active
aigc3d/LAM
LAM is a PyTorch implementation of a Large Avatar Model that reconstructs an animatable 3D Gaussian head from a single image in one forward…
581043active
zai-org/SCAIL
SCAIL is the official inference implementation of a 14B diffusion transformer model that generates studio-grade character animation videos …
521043active
jiachenzhu/DyT
Official PyTorch implementation of DynamicTanh (DyT), a learnable element-wise tanh operation that replaces normalization layers in Transfo…
261043active
Xiaoqi-Zhao-DLUT/MSNet-M2SNet
Official PyTorch implementations of MSNet and M2SNet, multi-scale subtraction networks for medical image segmentation such as polyp, lung i…
741042active
zju3dv/EfficientLoFTR
Efficient LoFTR is a PyTorch implementation of a semi-dense local feature matching model that matches keypoints between image pairs with sp…
401042active
foolwood/SiamMask
Official PyTorch implementation of SiamMask, a deep learning framework for fast online visual object tracking and video object segmentation…
353547maintenance
lkeab/gaussian-grouping
Gaussian Grouping extends 3D Gaussian Splatting to jointly reconstruct and segment open-world 3D scenes by lifting 2D SAM masks into per-Ga…
271039stable
firesim/firesim
FireSim is an open-source FPGA-accelerated full-system hardware simulation platform for validating, profiling, and debugging RTL hardware i…
851038active
videoflow/videoflow
Videoflow is a Python framework for building distributed video and stream processing pipelines as directed acyclic graphs of producers, pro…
661034active
antimatter15/ocrad.js
Ocrad.js is a pure-JavaScript port of the Ocrad OCR engine, compiled to JavaScript via Emscripten, that converts scanned images of text bac…
323517maintenance
HarborYuan/ovsam
Official PyTorch implementation of Open-Vocabulary SAM (ECCV 2024), a model that unifies SAM's interactive segmentation with CLIP's open-vo…
421033active
inclusionAI/UI-Venus
UI-Venus is a family of open-source multimodal GUI agent models (9B/27B) that perform UI element grounding and task navigation from screens…
631032active
podgorskiy/ALAE
Official PyTorch implementation of Adversarial Latent Autoencoders (ALAE/StyleALAE), a CVPR 2020 paper combining autoencoders with GAN trai…
323511maintenance
Jumpat/SegmentAnythingin3D
SA3D is a research framework that lifts 2D Segment Anything (SAM) masks into 3D segmentation of objects within a NeRF or 3D Gaussian Splatt…
401030active
awentzonline/image-analogies
A Python library implementing neural image analogies using VGG16 feature maps with PatchMatch-based matching and blending, based on the 'Im…
233502maintenance
mmikk/hextile-demo
A C++ demo application implementing the 'Practical Real-Time Hex-Tiling' technique for hiding texture repetition in real-time graphics. It …
321029stable
continue-revolution/sd-webui-segment-anything
A Stable Diffusion WebUI extension that integrates Segment Anything and GroundingDINO to generate segmentation masks from clicks or text pr…
303499maintenance
EchoMimic
EchoMimic is a series of open-source models (V1-V3) from Ant Group for audio-driven human animation, generating lifelike talking-head, port…
501027active
DLR-RM/3DObjectTracking
A collection of C++ implementations of 3D object tracking algorithms from DLR research, including region-based 6DoF trackers (RBGT, SRT3D, …
491027active
soCzech/TransNetV2
TransNet V2 is a deep neural network for shot boundary detection in videos, achieving state-of-the-art results on benchmarks like ClipShots…
321027stable
zhyever/PatchFusion
PatchFusion is a CVPR 2024 end-to-end tile-based framework for high-resolution monocular metric depth estimation from single images. It fus…
571026active
JackAILab/ConsistentID
ConsistentID is a diffusion-based portrait generation model and toolkit that preserves facial identity from a single reference image using …
521026active
fudan-zvg/4d-gaussian-splatting
Official PyTorch/CUDA implementation of 4D Gaussian Splatting (ICLR 2024), which represents and renders dynamic scenes in real time using 4…
571025active
DingXiaoH/RepVGG
RepVGG is a PyTorch implementation of the VGG-style ConvNet architecture from the CVPR 2021 paper, achieving over 84% top-1 ImageNet accura…
323478maintenance
aim-uofa/AdelaiDet
AdelaiDet is an open-source Python toolbox built on Detectron2 that implements multiple instance-level detection and recognition algorithms…
323478maintenance
gdsfactory/gdsfactory
GDSFactory is a Python library for programmatically designing chips (photonics, analog, quantum, MEMS), PCBs, and 3D-printable objects. Use…
951023active
koide3/small_gicp
small_gicp is a header-only C++ library with Python bindings for fast, parallelized point cloud registration algorithms including ICP, Poin…
601023active
open-mmlab/mmyolo
MMYOLO is the OpenMMLab toolbox and benchmark for the YOLO series of object detection models, implemented on PyTorch. It provides unified i…
233468maintenance
TencentARC/SEED-Voken
SEED-Voken is a collection of visual tokenizers (Open-MAGVIT2 and IBQ) that convert images and videos into discrete tokens for autoregressi…
481021active
yangxy/PASD
PASD (Pixel-Aware Stable Diffusion) is a Python research codebase implementing an ECCV 2024 method for realistic image super-resolution and…
281021active
JiahuiYu/generative_inpainting
An open-source implementation of DeepFill v1/v2 generative image inpainting models, featuring Contextual Attention (CVPR 2018) and Gated Co…
323466maintenance
tensorlayer/SRGAN
Reference implementation of SRGAN, a generative adversarial network for photo-realistic single image super-resolution, built on TensorLayer…
233466maintenance
ocropus-archive/DUP-ocropy
OCRopy is a collection of Python-based tools for document analysis and OCR, covering binarization, page layout analysis, and text line reco…
103465maintenance
abizovnuralem/go2_ros2_sdk
An unofficial ROS2 SDK for the Unitree Go2 quadruped robot (AIR/PRO/EDU), connecting over WebRTC (Wi-Fi) or CycloneDDS (Ethernet). It provi…
571020active
richzhang/colorization
A Python library implementing automatic colorization of grayscale photos using deep neural networks from the ECCV 2016 'Colorful Image Colo…
323461maintenance
bowang-lab/U-Mamba
U-Mamba is a hybrid CNN-state-space-model (Mamba) network for biomedical image segmentation, built on top of the nnU-Net framework. It comb…
261019active
autonomousvision/gaussian-opacity-fields
Gaussian Opacity Fields (GOF) is a Python/CUDA research implementation for efficient, adaptive surface reconstruction in unbounded scenes u…
251017active
HobbitLong/SupContrast
A PyTorch reference implementation of the Supervised Contrastive Learning paper (SupCon loss) that also supports SimCLR when labels are omi…
323449maintenance
thomwolf/Magic-Sand
Magic-Sand is a C++ openFrameworks application that operates an augmented reality sandbox by pairing a Kinect depth sensor with a projector…
231016active
fallenshock/FlowEdit
Official PyTorch implementation of FlowEdit, an ICCV 2025 method for inversion-free, text-based editing of real images using pre-trained fl…
661014active
maximeraafat/BlenderNeRF
BlenderNeRF is a Blender add-on that generates synthetic NeRF and Gaussian Splatting datasets with a single click, exporting renders and ca…
231014active
addyosmani/bg-remove
A React + Vite web application that removes image backgrounds entirely in the browser using Transformers.js with the RMBG-1.4 model (and op…
221014active
eragonruan/text-detection-ctpn
A TensorFlow implementation of the Connectionist Text Proposal Network (CTPN) for detecting horizontal scene text in images. It includes pr…
233429maintenance
Soul-AILab/SoulX-FlashHead
SoulX-FlashHead is a 1.3B-parameter framework for high-fidelity, infinite-length, real-time streaming talking-head portrait video generatio…
531011active

← prev page 12 / 24 next →