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

domain: deep-learning

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

ProductHealth v2StarsMaturity
DLTK/DLTK
DLTK is a Python neural networks toolkit built on TensorFlow for deep learning on medical images. It provides reference model implementatio…
321458maintenance
buaacyw/GaussianEditor
GaussianEditor is a research application for fast, controllable 3D scene editing built on Gaussian Splatting, released as CVPR 2024 code. I…
271455maintenance
xuannianz/EfficientDet
A Keras/TensorFlow implementation of the EfficientDet object detection model with pretrained COCO and ImageNet weights. It supports trainin…
321454maintenance
microsoft/NeuronBlocks
NeuronBlocks is an NLP deep learning modeling toolkit from Microsoft that lets users build end-to-end neural network training and inference…
231452maintenance
HuwCampbell/grenade
Grenade is a composable, dependently typed deep learning library for Haskell that lets users specify neural network architectures at the ty…
231449maintenance
hysts/pytorch_image_classification
A PyTorch library implementing many image classification architectures (ResNet, DenseNet, WRN, PyramidNet, SENet, etc.) and augmentation te…
101449maintenance
BigScience
BigScience is a research project training large transformer language models (BERT, GPT-style) at scale, built on a fork of Megatron-LM inte…
321448maintenance
bojone/attention
A small Python library providing implementations of the attention mechanism from 'Attention is All You Need' for TensorFlow/Keras. It is no…
321448maintenance
pytorch/gloo
Gloo is a C++ collective communications library providing primitives like barrier, broadcast, and allreduce for multi-machine machine learn…
761447maintenance
toandaominh1997/EfficientDet.Pytorch
A PyTorch implementation of EfficientDet, a scalable and efficient object detection model from a 2019 Google Research paper. It supports Ef…
101441maintenance
liyaguang/DCRNN
A TensorFlow implementation of the Diffusion Convolutional Recurrent Neural Network (DCRNN) from the ICLR 2018 paper on data-driven traffic…
321439maintenance
VDIGPKU/M2Det
M2Det is a PyTorch implementation of a single-shot object detector based on a Multi-Level Feature Pyramid Network (MLFPN), published at AAA…
321438maintenance
AshwinRJ/Federated-Learning-PyTorch
A PyTorch implementation of the FedAvg algorithm from the paper 'Communication-Efficient Learning of Deep Networks from Decentralized Data'…
321437maintenance
xuebinqin/BASNet
BASNet is the official PyTorch implementation of the CVPR 2019 paper 'BASNet: Boundary-Aware Salient Object Detection', a deep learning mod…
321436maintenance
yangyanli/PointCNN
PointCNN is a deep learning framework for feature learning from 3D point clouds, applying convolution on X-transformed points to handle the…
551434maintenance
pytorch/functorch
functorch is a library providing JAX-like composable function transforms (vmap, grad, vjp, jvp) for PyTorch, enabling efficient per-sample …
101434maintenance
denizyuret/Knet.jl
Knet (Koç University deep learning framework) is a deep learning library implemented in Julia with GPU support and automatic differentiatio…
231432maintenance
SamLynnEvans/Transformer
A PyTorch implementation of the Transformer seq2seq model designed to build language translators from parallel corpora. It accompanies a tu…
321430maintenance
vlfeat/matconvnet
MatConvNet is a MATLAB toolbox implementing convolutional neural networks (CNNs) for computer vision applications. It supports training and…
321430maintenance
qfgaohao/pytorch-ssd
A PyTorch implementation of the SSD (Single Shot MultiBox Detector) object detection algorithm with MobileNetV1, MobileNetV2, and VGG backb…
321429maintenance
OpenLMLab/MOSS-RLHF
MOSS-RLHF is the open-source companion code for the paper 'Secrets of RLHF in Large Language Models Part I: PPO', providing implementations…
291429maintenance
nianticlabs/simplerecon
SimpleRecon is the reference PyTorch implementation of an ECCV 2022 paper for multi-view stereo depth estimation and 3D reconstruction that…
411428maintenance
KaiyangZhou/Dassl.pytorch
Dassl is a PyTorch toolbox for research in domain adaptation, domain generalization, and semi-supervised learning. It provides modular comp…
321428maintenance
theAIGuysCode/yolov4-deepsort
A Python implementation of multi-object tracking that combines YOLOv4 object detection with the Deep SORT tracking algorithm using TensorFl…
321428maintenance
open-mmlab/mmhuman3d
MMHuman3D is an open-source PyTorch-based toolbox and benchmark for 3D human parametric models (e.g., SMPL, SMPL-X) in computer vision and …
231426maintenance
torchgan/torchgan
TorchGAN is a PyTorch-based research framework for designing and training Generative Adversarial Networks. It provides modular building blo…
231425maintenance
google-research/disentanglement_lib
disentanglement_lib is an open-source Python library for research on learning disentangled representations, supporting models like BetaVAE,…
101425maintenance
sfzhang15/RefineDet
RefineDet is a C++/Caffe implementation of the CVPR 2018 single-shot object detection model that refines anchors to combine one-stage speed…
321424maintenance
rmokady/CLIP_prefix_caption
Official implementation of ClipCap, a CLIP-based image captioning model that maps CLIP image encodings to a GPT-2 prefix to generate captio…
321423maintenance
gradslam/gradslam
gradslam is a fully differentiable dense SLAM library built on PyTorch, providing differentiable building blocks such as nonlinear least sq…
231422maintenance
GOATmessi8/RFBNet
PyTorch implementation of RFBNet, a Receptive Field Block Net object detector presented at ECCV 2018. It enhances SSD-style detectors with …
321419maintenance
thunlp/ERNIE
ERNIE is a PyTorch toolkit and dataset for augmenting pre-trained language models like BERT with knowledge graph entity representations, fr…
321417maintenance
SKTBrain/KoBERT
KoBERT is a Korean BERT language model pre-trained on Korean Wikipedia by SK Telecom, distributed as a Python package with PyTorch, ONNX, a…
441416maintenance
BangguWu/ECANet
Official PyTorch implementation of ECA-Net, an efficient channel attention module for deep convolutional neural networks published at CVPR …
321416maintenance
cdpierse/transformers-interpret
A Python library providing model explainability for Hugging Face Transformers models, built on Captum. It explains text classification, que…
231416maintenance
ConnorJL/GPT2
A community Python/TensorFlow implementation of GPT-2 model training and text generation that supports both GPUs and TPUs. It includes scri…
321412maintenance
chrischoy/3D-R2N2
3D-R2N2 is a PyTorch-based implementation of a recurrent neural network that reconstructs voxelized 3D models of objects from one or multip…
321410maintenance
yu-changqian/TorchSeg
A fast, modular PyTorch reference implementation for training and evaluating semantic segmentation models such as FCN, DFN, BiSeNet, PSPNet…
231410maintenance
advboxes/AdvBox
AdvBox is a Baidu open-source toolbox for generating adversarial examples that fool neural networks across frameworks like PaddlePaddle, Py…
321404maintenance
dbolya/tomesd
ToMe for SD is a Python/PyTorch library that speeds up Stable Diffusion image generation by merging redundant tokens in the underlying tran…
211404maintenance
facebookresearch/end-to-end-negotiator
A PyTorch research codebase from Facebook AI Research implementing end-to-end learning for negotiation dialogues, including models for hier…
101400maintenance
gotzmann/llama.go
A pure-Go reimplementation of llama.cpp-style LLM inference, running LLaMA-family models on CPU without C++ dependencies. It includes tenso…
211397maintenance
opendilab/DI-star
DI-star is a large-scale distributed training platform for building StarCraft II game AI, including supervised and reinforcement learning t…
371393maintenance
swz30/MPRNet
MPRNet is a PyTorch implementation of a multi-stage progressive image restoration network published at CVPR 2021. It provides pretrained mo…
321393maintenance
yao8839836/text_gcn
The official implementation of Text GCN, a Graph Convolutional Network approach for text classification published at AAAI 2019. It builds w…
321389maintenance
doonny/PipeCNN
PipeCNN is an OpenCL-based FPGA accelerator for large-scale convolutional neural network inference, written in C with pipelined kernels. It…
321386maintenance
chrisdonahue/wavegan
Official TensorFlow implementation of WaveGAN, a generative adversarial network that learns to synthesize raw audio waveforms from examples…
321383maintenance
wouterkool/attention-learn-to-route
A PyTorch implementation of the attention-based neural model from the ICLR 2019 paper 'Attention, Learn to Solve Routing Problems!', traine…
321383maintenance
DeepGraphLearning/KnowledgeGraphEmbedding
A PyTorch toolkit implementing the RotatE knowledge graph embedding model along with TransE, ComplEx, DistMult, and pRotatE. It trains and …
321381maintenance
jrieke/traingenerator
Traingenerator is a Streamlit-based web app that generates custom template code for machine learning projects with PyTorch and scikit-learn…
321381maintenance
PSPNet
Reference implementation of the Pyramid Scene Parsing Network (PSPNet), a CVPR 2017 semantic segmentation model that won the ImageNet Scene…
321378maintenance
tensorflow/ecosystem
A collection of templates and connectors for integrating TensorFlow with other open-source frameworks such as Kubernetes, Kubeflow, Spark, …
101377maintenance
amazon-science/patchcore-inspection
Official implementation of PatchCore, a deep-learning method for industrial image anomaly detection and localization from Roth et al. (2021…
321373maintenance
tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation
A PyTorch implementation of the CVPR'17 Realtime Multi-Person 2D Pose Estimation (OpenPose/rtpose) model. It provides pretrained weights, d…
321371maintenance
msracver/Deep-Image-Analogy
Official C++/CUDA implementation of the SIGGRAPH 2017 'Visual Attribute Transfer through Deep Image Analogy' technique from Microsoft Resea…
321370maintenance
zalandoresearch/pytorch-ts
PyTorchTS is a PyTorch-based probabilistic time series forecasting library that uses GluonTS as its backend API for loading, transforming, …
231370maintenance
nv-tlabs/lift-splat-shoot
PyTorch implementation of Lift-Splat-Shoot (ECCV 2020), an end-to-end model that converts images from arbitrary multi-camera rigs into a bi…
321369maintenance
open-mmlab/mmfashion
MMFashion is an open-source PyTorch-based toolbox for visual fashion analysis from the OpenMMLab project. It provides modular implementatio…
321369maintenance
akamaster/pytorch_resnet_cifar10
A PyTorch implementation of ResNet architectures (ResNet20 through ResNet1202) for CIFAR10/CIFAR100 that faithfully matches the original pa…
321368maintenance
Cysu/open-reid
Open-ReID is a lightweight Python library for person re-identification built on PyTorch, providing a uniform dataset interface, models, and…
321368maintenance
mdeff/cnn_graph
Reference implementation of the NIPS 2016 paper 'Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering' (ChebNet),…
321366maintenance
JonasGeiping/cramming
A research framework for pretraining BERT-type language models from scratch on a single consumer GPU in one day, replicating the paper 'Cra…
221366maintenance
BorealisAI/advertorch
AdverTorch is a Python toolbox for adversarial robustness research built on PyTorch. It provides modules for generating adversarial perturb…
321364maintenance
wzzheng/TPVFormer
TPVFormer is a CVPR 2023 research implementation of a tri-perspective view transformer for vision-based 3D semantic occupancy prediction, s…
321364maintenance
taoxugit/AttnGAN
A PyTorch implementation of AttnGAN, a fine-grained text-to-image generative adversarial network with multi-stage attention mechanisms from…
321363maintenance
sail-sg/poolformer
PoolFormer is a PyTorch implementation of the CVPR 2022 paper 'MetaFormer Is Actually What You Need for Vision', which replaces attention i…
231362maintenance
MoyGcc/vid2avatar
Vid2Avatar is the official PyTorch implementation of a CVPR 2023 method that reconstructs detailed 3D human avatars from monocular in-the-w…
561360maintenance
atulapra/Emotion-detection
A Python application that performs real-time facial emotion detection from a webcam feed using a CNN trained on the FER-2013 dataset. It us…
321359maintenance
mayuelala/FollowYourPose
Official PyTorch implementation of Follow-Your-Pose (AAAI 2024), a pose-guided text-to-video generation model that tunes a text-to-image mo…
211358maintenance
nvidia-cosmos/cosmos-predict2.5
NVIDIA Cosmos-Predict2.5 is a family of world foundation models (WFMs) that generate video predictions of future world states for physical …
721355maintenance
dlunion/DBFace
DBFace is a real-time, single-stage face detection model implemented in Python, offering small model sizes with high accuracy on the WiderF…
321355maintenance
orobix/retina-unet
A Python implementation of a U-Net convolutional neural network for segmenting blood vessels in retina fundus images. It performs binary pi…
321354maintenance
ShuLiu1993/PANet
A PyTorch re-implementation of PANet (Path Aggregation Network), the CVPR 2018 paper that won 1st place in the COCO 2017 Instance Segmentat…
321347maintenance
dorarad/gansformer
GANformer is a research implementation of a generative adversarial transformer that uses a bipartite attention structure for efficient high…
231344maintenance
PeizeSun/SparseR-CNN
Sparse R-CNN is a PyTorch implementation (built on Detectron2) of the CVPR 2021 / PAMI 2023 paper 'End-to-End Object Detection with Learnab…
231343maintenance
HobbitLong/CMC
Official PyTorch implementation of Contrastive Multiview Coding (CMC), a self-supervised visual representation learning method that contras…
321340maintenance
kuaikuaikim/dface
DFace is an open-source Python library implementing face detection and recognition with PyTorch, based on the MTCNN cascaded convolutional …
231339maintenance
bloc97/CrossAttentionControl
An unofficial Jupyter Notebook implementation of the 'Prompt-to-Prompt Image Editing with Cross Attention Control' paper adapted for Stable…
321337maintenance
torrvision/crfasrnn
Reference implementation of CRF-RNN, an ICCV 2015 semantic image segmentation method that integrates conditional random fields into a neura…
231335maintenance
SHI-Labs/Versatile-Diffusion
Versatile Diffusion is the official PyTorch implementation of a unified multi-flow multimodal diffusion model that handles text-to-image, i…
321334maintenance
ikostrikov/pytorch-a3c
A PyTorch implementation of the Asynchronous Advantage Actor Critic (A3C) reinforcement learning algorithm from the DeepMind paper 'Asynchr…
321334maintenance
maudzung/Complex-YOLOv4-Pytorch
A PyTorch implementation of Complex-YOLO, a YOLOv4-based model for real-time 3D object detection on LiDAR point clouds. It supports distrib…
321327maintenance
CharlesShang/DCNv2
A PyTorch implementation of Deformable Convolutional Networks v2 (DCNv2), providing CUDA/CPU operators for deformable convolution as a drop…
711323maintenance
facebookresearch/moco-v3
A PyTorch implementation of MoCo v3, a self-supervised contrastive learning method for ResNet and Vision Transformer (ViT) models. It inclu…
101323maintenance
WisconsinAIVision/yolact_edge
YolactEdge is a PyTorch implementation of a real-time instance segmentation model optimized for edge devices like the NVIDIA Jetson AGX Xav…
321322maintenance
CSTR-Edinburgh/merlin
Merlin is a toolkit from the University of Edinburgh's CSTR for building deep neural network models for statistical parametric speech synth…
231321maintenance
aitorzip/PyTorch-CycleGAN
A clean, readable PyTorch implementation of CycleGAN for unpaired image-to-image translation using cycle-consistent adversarial networks. I…
321319maintenance
msracver/Deep-Feature-Flow
Official MXNet implementation of Deep Feature Flow (CVPR 2017), an end-to-end framework for video recognition such as object detection and …
321315maintenance
szagoruyko/wide-residual-networks
Reference implementation of Wide Residual Networks (WRN), a ResNet variant that trades depth for width to train faster and achieve state-of…
321315maintenance
d-li14/involution
Official PyTorch implementation of the involution neural operator from the CVPR 2021 paper 'Involution: Inverting the Inherence of Convolut…
321310maintenance
tysam-code/hlb-CIFAR10
A single-file PyTorch implementation that trains a neural network to 94% accuracy on CIFAR-10 in under 6.3 seconds on a single A100 GPU, fo…
221310maintenance
920232796/bert_seq2seq
A lightweight PyTorch framework for fine-tuning pretrained language models (BERT, RoBERTa, Nezha, GPT2, T5, BART) on Chinese NLP tasks usin…
321308maintenance
mit-han-lab/data-efficient-gans
Official implementation of Differentiable Augmentation (DiffAugment), a NeurIPS 2020 method that improves GAN training data efficiency by a…
321308maintenance
senlinuc/caffe_ocr
An experimental research project built on Caffe implementing CNN+BLSTM+CTC text recognition architectures, with modifications for LSTM, war…
321305maintenance
kakaobrain/pororo
PORORO is a Python library from Kakao Brain that provides unified access to dozens of pretrained neural models for natural language process…
101305maintenance
nlpyang/PreSumm
PreSumm is the official PyTorch implementation of the EMNLP 2019 paper 'Text Summarization with Pretrained Encoders', providing BERT-based …
321303maintenance
chengzeyi/stable-fast
Stable Fast is an ultra lightweight performance optimization framework for HuggingFace Diffusers pipelines on NVIDIA GPUs. It achieves SOTA…
241302maintenance
digantamisra98/Mish
Official repository for the Mish activation function, a self-regularized non-monotonic neural activation function published at BMVC 2020. I…
741299maintenance
foolwood/DaSiamRPN
PyTorch implementation of DaSiamRPN, an ECCV 2018 distractor-aware Siamese network for visual object tracking, winner of the VOT-18 real-ti…
321299maintenance
ShichenLiu/SoftRas
SoftRas is a PyTorch-based differentiable renderer that treats rasterization as a differentiable aggregating process over mesh triangles, e…
561298maintenance

← prev page 20 / 28 next →