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
NVlabs/PWC-Net
Official NVIDIA implementation of PWC-Net, a CNN for optical flow estimation using pyramid, warping, and cost volume, released with CVPR 20…
321736maintenance
zijundeng/pytorch-semantic-segmentation
A PyTorch library providing implementations of popular semantic segmentation models such as FCN, U-Net, SegNet, PSPNet, GCN, and DUC/HDC. I…
321735maintenance
experiencor/keras-yolo2
A Keras/TensorFlow implementation of the YOLOv2 real-time object detection model with support for training on custom datasets. It offers mu…
231733maintenance
ranahanocka/MeshCNN
MeshCNN is a PyTorch library implementing a convolutional neural network that operates directly on 3D triangular meshes, with mesh-specific…
321731maintenance
NVIDIA/Cosmos-Tokenizer
NVIDIA Cosmos Tokenizer is a suite of neural tokenizers for images and videos that convert visual data into continuous latents or discrete …
101731maintenance
natethegreate/hent-AI
A Python application that automatically detects censor bars and mosaic blurs in illustrated adult content using deep learning (Mask R-CNN) …
231730maintenance
cszn/DnCNN
DnCNN is the official implementation of the TIP 2017 paper 'Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising',…
321727maintenance
bubbliiiing/unet-pytorch
A PyTorch implementation of the U-Net semantic segmentation model with training, prediction, and mIoU evaluation scripts. It supports multi…
231725maintenance
Lightning-Universe/lightning-flash
Lightning Flash is a high-level PyTorch library built on PyTorch Lightning that provides ready-made 'recipes' for over 15 AI tasks across 7…
101722maintenance
svip-lab/impersonator
A PyTorch implementation of Liquid Gating GAN (ICCV 2019) that performs human motion imitation, appearance transfer, and novel view synthes…
321717maintenance
dunbar12138/pix2pix3D
pix2pix3D is the official PyTorch implementation of a CVPR 2023 paper on 3D-aware conditional image synthesis. It generates 3D objects (neu…
311716maintenance
cvlab-columbia/viper
ViperGPT is a research codebase that composes vision-and-language models with code generated by large language models (GPT-3.5/GPT-4) to pe…
301716maintenance
sipeed/MaixPy-v1
MaixPy-v1 is a MicroPython port for the Kendryte K210 RISC-V AI chip, letting users program Sipeed Maix boards in Python. It provides APIs …
231712maintenance
aiff22/DPED
DPED is a Python/TensorFlow implementation of a deep convolutional network approach that translates ordinary smartphone photos into DSLR-qu…
491710maintenance
Fyusion/LLFF
LLFF (Local Light Field Fusion) is a TensorFlow implementation of the SIGGRAPH 2019 paper for novel view synthesis from sparse input images…
321703maintenance
microsoft/i-Code
Microsoft's i-Code is a collection of research models and frameworks for integrative, composable multimodal AI spanning vision, language, a…
321703maintenance
hanleyweng/CoreML-in-ARKit
A Swift demo/template iOS app that runs CoreML object detection (Inception V3) on live ARKit camera frames and renders 3D text labels above…
321697maintenance
VITA-Group/TransGAN
Official PyTorch implementation of TransGAN, a NeurIPS 2021 paper that builds a GAN whose generator and discriminator are both pure transfo…
321695maintenance
LoSealL/VideoSuperResolution
A Python library (pip-installable as VSR) collecting reimplementation of state-of-the-art single-image and video super-resolution neural ne…
231687maintenance
koide3/fast_gicp
A C++ library of fast GICP-based point cloud registration algorithms, including multi-threaded GICP, voxelized GICP (VGICP), and CUDA-accel…
401686maintenance
adobe/antialiased-cnns
A PyTorch library providing antialiased CNN models and a BlurPool layer from the ICML 2019 paper 'Making Convolutional Networks Shift-Invar…
231683maintenance
open-mmlab/mmrazor
MMRazor is OpenMMLab's model compression toolbox and benchmark built on PyTorch. It provides implementations of neural architecture search,…
231682maintenance
CuriousAI/mean-teacher
Reference implementations (TensorFlow and PyTorch) of the Mean Teacher semi-supervised learning method from the NIPS 2017 paper by Tarvaine…
321678maintenance
Lam1360/YOLOv3-model-pruning
A PyTorch implementation of YOLOv3 channel pruning (network slimming) applied to hand detection on the Oxford Hand dataset. It provides spa…
321676maintenance
argusswift/YOLOv4-pytorch
A PyTorch re-implementation of YOLOv4 object detection with variants including attentive YOLOv4 (SEnet, CBAM, CoordAttention) and MobileNet…
231676maintenance
YuliangXiu/ICON
ICON is a PyTorch research implementation of a CVPR 2022 method that reconstructs detailed, animatable 3D clothed human avatars from 2D ima…
231675maintenance
jamriska/ebsynth
Ebsynth is a fast example-based image synthesis tool that performs style transfer, guided texture synthesis, inpainting, and super-resoluti…
321674maintenance
charlesq34/frustum-pointnets
Official TensorFlow code release for the CVPR 2018 paper 'Frustum PointNets for 3D Object Detection from RGB-D Data' by Stanford and Nuro r…
321668maintenance
akanazawa/hmr
HMR (Human Mesh Recovery) is a TensorFlow implementation of the CVPR 2018 paper 'End-to-end Recovery of Human Shape and Pose', which regres…
321666maintenance
natanielruiz/deep-head-pose
Hopenet is a PyTorch deep learning model for fine-grained head pose estimation from images and video, without requiring facial keypoints. I…
321666maintenance
autonomousvision/occupancy_networks
Official PyTorch implementation of the CVPR 2019 paper 'Occupancy Networks: Learning 3D Reconstruction in Function Space'. It learns contin…
321663maintenance
rwightman/efficientdet-pytorch
A PyTorch implementation of EfficientDet object detection, faithful to the original Google TensorFlow implementation with ported pretrained…
231654maintenance
HonglinChu/SiamTrackers
A PyTorch collection of Siamese-based visual object tracking models including SiamFC, SiamRPN++, SiamMask, Ocean, LightTrack, and the light…
321653maintenance
vlfeat/vlfeat
VLFeat is an open-source C library of popular computer vision algorithms specializing in image understanding and local feature extraction a…
321648maintenance
invictus717/MetaTransformer
Meta-Transformer is a research framework for unified multimodal learning that maps inputs from 12 modalities (text, images, point clouds, a…
191647maintenance
facebookresearch/consistent_depth
A research library from Facebook AI Research implementing Consistent Video Depth Estimation (SIGGRAPH 2020). It reconstructs dense, flicker…
101634maintenance
raulmur/ORB_SLAM
ORB-SLAM is a real-time monocular SLAM system written in C++ that computes camera trajectories and sparse 3D reconstructions from a single …
321632maintenance
DT42/BerryNet
BerryNet is a deep learning gateway that turns edge devices like Raspberry Pi into intelligent, offline AI hubs for analyzing camera images…
231610maintenance
experiencor/keras-yolo3
A Keras/TensorFlow implementation of YOLOv3 for object detection, supporting detection with pretrained weights, custom model training with …
321608maintenance
ialhashim/DenseDepth
Official Keras/TensorFlow implementation (with experimental PyTorch and TF2 code) of the DenseDepth paper for high-quality monocular depth …
321606maintenance
wy1iu/sphereface
Official implementation of SphereFace (Deep Hypersphere Embedding for Face Recognition, CVPR 2017), built on Caffe with a full face recogni…
321606maintenance
chandrikadeb7/Face-Mask-Detection
A face mask detection system built with OpenCV and TensorFlow/Keras that uses deep learning (SSD MobileNetV2) to detect whether people are …
231606maintenance
kakaobrain/fast-autoaugment
Official PyTorch implementation of Fast AutoAugment (NeurIPS 2019), which learns image augmentation policies via density-matching search. I…
321605maintenance
uzh-rpg/rpg_svo_pro_open
SVO Pro is a C++ implementation of Semi-direct Visual Odometry from the Robotics and Perception Group at University of Zurich, supporting m…
321601maintenance
PeterWang512/FALdetector
FALdetector is the official PyTorch implementation of the ICCV 2019 paper 'Detecting Photoshopped Faces by Scripting Photoshop'. It provide…
321600maintenance
jiupinjia/stylized-neural-painting
Official PyTorch implementation of the CVPR 2021 paper 'Stylized Neural Painting', which translates photos into vectorized painting artwork…
321600maintenance
silvanmelchior/RPi_Cam_Web_Interface
A PHP-based web interface for controlling the Raspberry Pi Camera module. It provides live streaming, motion detection, time-lapse capture,…
341598maintenance
cvg/nice-slam
NICE-SLAM is a dense RGB-D SLAM system that combines neural implicit decoders with hierarchical grid-based scene representations, published…
321597maintenance
niessner/BundleFusion
BundleFusion is a real-time, globally consistent 3D reconstruction system for RGB-D input, published at SIGGRAPH 2017. It estimates globall…
321588maintenance
NVlabs/FUNIT
FUNIT is NVIDIA's PyTorch implementation of a few-shot unsupervised image-to-image translation model (ICCV 2019) that can translate images …
321586maintenance
lufficc/SSD
A high-quality, fast, modular reference implementation of the SSD (Single Shot MultiBox Detector) object detection model in PyTorch. It sup…
231585maintenance
melodyguan/enas
Authors' TensorFlow implementation of Efficient Neural Architecture Search (ENAS), which discovers neural network architectures via paramet…
321578maintenance
snavely/bundler_sfm
Bundler is a structure-from-motion (SfM) system that takes unordered image collections with features and matches and produces a 3D reconstr…
321578maintenance
Temporal Segment Networks (TSN)
Official code and pretrained models for Temporal Segment Networks (TSN), a deep learning framework for video action recognition published a…
321577maintenance
xinntao/EDVR
EDVR is the winning solution of the NTIRE19 video restoration challenges, built on enhanced deformable convolutional networks. The repo is …
321577maintenance
microsoft/Azure-Kinect-Sensor-SDK
A cross-platform (Linux and Windows) user-mode SDK in C++ for reading data from the Azure Kinect depth and RGB camera device. It provides a…
101575maintenance
Ewenwan/ORB_SLAM2_SSD_Semantic
A C++ research project extending ORB_SLAM2 with dynamic object detection and semantic mapping. It combines SSD-based object detection (Mobi…
321574maintenance
vturrisi/solo-learn
solo-learn is a Python library of state-of-the-art self-supervised methods for unsupervised visual representation learning, built on PyTorc…
651573maintenance
cmdbug/YOLOv5_NCNN
A mobile demo application that deploys the ncnn inference framework on Android and iOS, running a variety of computer vision models includi…
321572maintenance
kumar-shridhar/PyTorch-BayesianCNN
A PyTorch library implementing Bayesian convolutional neural networks with variational inference via Bayes by Backprop. It provides drop-in…
321570maintenance
HumanAIGC/EMO
EMO (Emote Portrait Alive) is a research codebase from Alibaba's Institute for Intelligent Computing that generates expressive talking port…
257594experimental
sniklaus/3d-ken-burns
A PyTorch reference implementation of the 3D Ken Burns Effect from a Single Image paper, which animates a still photo with a virtual camera…
701569maintenance
AlexHex7/Non-local_pytorch
A PyTorch implementation of the Non-local Neural Block from the paper 'Non-local Neural Networks', providing multiple variants (concatenati…
321564maintenance
thu-ml/prolificdreamer
Official PyTorch implementation of ProlificDreamer, a NeurIPS 2023 method for high-fidelity text-to-3D generation using Variational Score D…
291564maintenance
NVlabs/noise2noise
Official TensorFlow implementation of the Noise2Noise ICML 2018 paper, which trains image restoration networks using only corrupted (noisy)…
321563maintenance
facebookresearch/DeepSDF
DeepSDF is Facebook Research's official implementation of the CVPR 2019 paper on learning continuous signed distance functions for 3D shape…
101563maintenance
genforce/interfacegan
InterFaceGAN is a Python research library that interprets the latent space of pretrained GANs (PGGAN, StyleGAN) to find semantic subspaces …
321561maintenance
msracver/FCIS
FCIS is the official MXNet implementation of the CVPR 2017 paper 'Fully Convolutional Instance-aware Semantic Segmentation', which won firs…
321561maintenance
QingyongHu/RandLA-Net
Official TensorFlow implementation of RandLA-Net, a neural architecture for efficient semantic segmentation of large-scale 3D point clouds,…
321560maintenance
V2AI/Det3D
Det3D is a PyTorch-based toolbox for 3D object detection from point clouds, offering implementations of models like PointPillars, SECOND, a…
321560maintenance
IDEA-Research/MaskDINO
Official PyTorch implementation of Mask DINO, a unified transformer-based framework for object detection and segmentation, built on detectr…
231557maintenance
microsoft/SoM
A research toolbox from Microsoft implementing Set-of-Mark (SoM) visual prompting, which overlays numbered spatial marks on images to impro…
181557maintenance
vt-vl-lab/FGVC
FGVC is a PyTorch implementation of the ECCV 2020 paper 'Flow-edge Guided Video Completion'. It completes missing regions in videos by extr…
321551maintenance
pytorch/QNNPACK
QNNPACK is a mobile-optimized C library of high-performance kernels for 8-bit quantized neural network operators such as convolution, pooli…
101551maintenance
DevashishPrasad/CascadeTabNet
CascadeTabNet is a PyTorch/mmdetection implementation of a CVPR 2020 paper for end-to-end table detection and structure recognition from im…
321549maintenance
JiaRenChang/PSMNet
PSMNet is the official PyTorch implementation of the CVPR 2018 paper 'Pyramid Stereo Matching Network' for stereo depth estimation. It uses…
321548maintenance
Javacr/PyQt5-YOLOv5
A desktop GUI application built with PyQt5 that wraps YOLOv5 (v6.1) object detection models. It supports running detection on images, video…
321547maintenance
YoYo000/MVSNet
MVSNet is a deep learning architecture for depth map inference from unstructured multi-view images, and R-MVSNet is its recurrent extension…
321546maintenance
JingyunLiang/VRT
VRT is the official PyTorch implementation of the paper 'VRT: A Video Restoration Transformer', a transformer-based model for video restora…
231546maintenance
google-research/big_transfer
Official repository for the Big Transfer (BiT) paper, providing ResNet models pre-trained on ImageNet and ImageNet-21k for transfer learnin…
101541maintenance
dandelin/ViLT
Official PyTorch code for the ICML 2021 paper ViLT, a vision-and-language transformer that performs multimodal pre-training without convolu…
231538maintenance
gpleiss/efficient_densenet_pytorch
A memory-efficient PyTorch implementation of DenseNets that uses gradient checkpointing to reduce feature map memory consumption from quadr…
321535maintenance
lucidrains/lambda-networks
A PyTorch implementation of Lambda Networks, featuring the λ layer that models long-range interactions by transforming contexts into linear…
231528maintenance
mzucker/page_dewarp
A Python command-line tool that dewarps photos of curled or warped book pages using a cubic sheet optimization model, flattening them into …
321526maintenance
yu4u/age-gender-estimation
A Keras/TensorFlow implementation of a convolutional neural network that estimates age and gender from face images, trained on the IMDB-WIK…
231520maintenance
zhan-xu/RigNet
RigNet is a PyTorch implementation of the SIGGRAPH 2020 paper on neural rigging for articulated 3D characters. It takes a character mesh as…
321519maintenance
tanluren/yolov3-channel-and-layer-pruning
A Python toolkit built on ultralytics/yolov3 that implements channel pruning, layer pruning, and knowledge distillation for YOLOv3/v4 (incl…
321515maintenance
junyanz/BicycleGAN
A PyTorch implementation of BicycleGAN, a model for multimodal image-to-image translation that generates diverse outputs from a single inpu…
321514maintenance
megvii-model/ShuffleNet-Series
A collection of ShuffleNet-series efficient convolutional neural network models (V1, V2, V2+, Large, ExLarge) plus NAS-derived backbones li…
321513maintenance
Eric-mingjie/rethinking-network-pruning
A PyTorch research codebase reproducing the ICLR 2019 paper 'Rethinking the Value of Network Pruning', which shows pruned models trained fr…
321512maintenance
open-mmlab/Multimodal-GPT
Multimodal-GPT is an open-source project for training a multimodal chatbot that combines vision and language instructions, built on OpenFla…
301512maintenance
krasserm/super-resolution
A TensorFlow 2.x implementation of EDSR, WDSR, and SRGAN models for single image super-resolution, with a high-level training API and DIV2K…
321511maintenance
compphoto/BoostingMonocularDepth
A Python research implementation for boosting monocular depth estimation to high resolution using a double-estimation merging operator, sup…
321507maintenance
tinyvision/SOLIDER
SOLIDER is a semantic-controllable self-supervised learning framework that learns general human representations from massive unlabeled huma…
321504maintenance
yulunzhang/RCAN
PyTorch implementation of RCAN, a very deep residual channel attention network for single image super-resolution from an ECCV 2018 paper. I…
391503maintenance
AITTSMD/MTCNN-Tensorflow
A TensorFlow reproduction of MTCNN (Multi-task Cascaded Convolutional Networks) for joint face detection and facial landmark alignment. It …
321502maintenance
cruxopen/openISP
An open-source Python implementation of an Image Signal Processor (ISP) pipeline that converts RAW sensor images to RGB/YUV. It simulates h…
321502maintenance
vacancy/Synchronized-BatchNorm-PyTorch
A PyTorch library implementing Synchronized Batch Normalization, which computes batch statistics across all GPUs during multi-device traini…
321502maintenance
luuuyi/CBAM.PyTorch
A non-official PyTorch re-implementation of the CBAM (Convolutional Block Attention Module) paper from ECCV 2018. It provides channel and s…
321500maintenance
filipradenovic/cnnimageretrieval-pytorch
A PyTorch toolbox for training and evaluating convolutional neural networks for image retrieval, implementing the authors' TPAMI 2018 and E…
231495maintenance

← prev page 16 / 24 next →