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

domain: image-processing

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

ProductHealth v2StarsMaturity
rinongal/StyleGAN-nada
Official PyTorch implementation of StyleGAN-NADA, a CLIP-guided method for adapting pre-trained StyleGAN image generators to new domains us…
321195maintenance
philipperemy/yolo-9000
A packaging of YOLO9000 (YOLOv2), a real-time object detection model that can detect over 9,000 object classes, built around the Darknet fr…
321194maintenance
lightaime/deep_gcns_torch
A PyTorch library implementing DeepGCNs, DeeperGCN, and GNN1000 - graph convolutional network architectures that borrow residual/dense conn…
321187maintenance
visual-openllm/visual-openllm
An open-source tool that interactively connects different visual models with an LLM, built on ChatGLM, Visual ChatGPT, and Stable Diffusion…
301186maintenance
HyperGAN/HyperGAN
HyperGAN is a composable GAN (generative adversarial network) framework built on PyTorch, offering both a Python API and a CLI with a user …
231183maintenance
bubbliiiing/yolov5-pytorch
A PyTorch implementation of the YOLOv5 (v5.0) object detection model with full training, prediction, and evaluation pipelines. It is design…
231149maintenance
showlab/Show-1
Show-1 is a research codebase implementing a text-to-video generation model that combines pixel and latent diffusion models, published at I…
461148maintenance
Cornerstone3D
Cornerstone Core is a lightweight JavaScript library for displaying medical images in modern web browsers using the HTML5 canvas element. I…
961133maintenance
yu-takagi/StableDiffusionReconstruction
Research codebase reproducing Takagi and Nishimoto's CVPR 2023 method for reconstructing images a person viewed from fMRI brain activity us…
301127maintenance
fudan-zvg/SETR
SETR (SEgmentation TRansformers) is the official PyTorch implementation of the CVPR 2021 / IJCV 2024 paper 'Rethinking Semantic Segmentatio…
321108maintenance
vietnh1009/QuickDraw
A Python implementation of Google's Quick, Draw! game that recognizes hand-drawn sketches using a CNN trained on the Quick Draw dataset. It…
321105maintenance
pfnet-research/sngan_projection
Official Chainer implementation of GANs using spectral normalization and projection discriminators for conditional image generation on Imag…
321103maintenance
ethanhe42/channel-pruning
Reference implementation of the ICCV 2017 channel pruning method for accelerating very deep convolutional neural networks, using LASSO regr…
231088maintenance
GOATmessi8/ASFF
A PyTorch implementation of YOLOv3 with the Adaptively Spatial Feature Fusion (ASFF) module and optional MobileNetV2 backbone for single-sh…
321085maintenance
omerbt/MultiDiffusion
Official PyTorch implementation of MultiDiffusion (ICML 2023), a training-free framework that fuses multiple diffusion paths over a pre-tra…
311066maintenance
ternaus/TernausNet
TernausNet is a PyTorch implementation of the U-Net architecture with a VGG11 encoder pre-trained on ImageNet for image segmentation. It wa…
321063maintenance
deepmedic/deepmedic
DeepMedic is an efficient multi-scale 3D convolutional neural network for segmenting 3D medical scans such as MRI and CT. It is a Python-ba…
231063maintenance
OpenBMB/VisCPM
VisCPM is a family of open-source bilingual (Chinese/English) multimodal large models built on the 10B CPM-Bee language model, comprising V…
291062maintenance
zhaoweicai/cascade-rcnn
A C++/Caffe implementation of Cascade R-CNN and other popular two-stage object detection frameworks such as Faster R-CNN, R-FCN, and FPN. I…
321061maintenance
keras-team/keras-cv
KerasCV is a library of modular computer vision components built on Keras 3 that work natively with TensorFlow, JAX, or PyTorch. It provide…
101055maintenance
damo-cv/TransReID
Official PyTorch implementation of TransReID, an ICCV 2021 paper applying vision transformers to object re-identification. It provides trai…
321048maintenance
huggingface/pytorch-pretrained-BigGAN
A PyTorch reimplementation of DeepMind's BigGAN generator with pretrained weights at 128, 256, and 512 pixel resolutions, plus scripts to c…
231039maintenance
google-research/deeplab2
DeepLab2 is a TensorFlow library from Google Research providing a unified, state-of-the-art codebase for dense pixel labeling tasks such as…
101037maintenance
qubvel/ttach
TTAch is a Python library for image test time augmentation (TTA) with PyTorch. It wraps existing models to apply augmentations like flips, …
231030maintenance
Gumpest/YOLOv5-Multibackbone-Compression
A YOLOv5-based toolbox for swapping in lightweight or high-accuracy backbones (TPH-YOLOv5, GhostNet, ShuffleNetV2, MobileNetV3-Small, Effic…
321020maintenance
wpeebles/gangealing
Official PyTorch implementation of GANgealing, a CVPR 2022 method that trains a Spatial Transformer to densely align images using GAN-gener…
321012maintenance
iamvucms/react-native-instagram-clone
A React Native mobile application that clones the Instagram mobile app, built with TypeScript, Firebase, Redux, and React Navigation. It in…
321009maintenance
bubbliiiing/yolov8-pytorch
A PyTorch implementation of the YOLOv8 object detection model with training, prediction, and evaluation scripts. It supports training on cu…
211005maintenance
Everlyn-Labs/Everlyn-1
Everlyn-1 is an open autoregressive foundational video AI model from Everlyn Labs, accompanied by research on video compression/tokenizatio…
222892experimental
matthewearl/deep-anpr
An experimental Python project that uses neural networks (TensorFlow) to build an automatic number plate recognition (ANPR) system. It incl…
321856experimental
AutoArk/TinyEngram
TinyEngram is an open research project exploring DeepSeek-AI's Engram architecture and memory injection as an alternative to LoRA for param…
531191experimental
rbgirshick/py-faster-rcnn
A Python reimplementation of the Faster R-CNN object detection model built on a fork of Fast R-CNN and Caffe. The repository is officially …
328289abandoned
liuzhuang13/DenseNet
Reference implementation of DenseNet (Densely Connected Convolutional Networks), the CVPR 2017 Best Paper Award-winning CNN architecture, w…
324869abandoned
openai/glow
Official research code from OpenAI for reproducing the 'Glow: Generative Flow with Invertible 1x1 Convolutions' paper, a flow-based generat…
103185abandoned
CharlesShang/FastMaskRCNN
A TensorFlow implementation of Mask R-CNN for instance segmentation, reproducing the paper by Kaiming He et al. It includes ROIAlign, a COC…
323082abandoned
ajbrock/Neural-Photo-Editor
A GUI application for editing natural photos using generative neural networks (GANs/VAEs), implementing the Introspective Adversarial Netwo…
322074abandoned
jakeret/tf_unet
A generic U-Net implementation built on TensorFlow 1.x for training image segmentation models on arbitrary imaging data. Originally develop…
231907abandoned
TuSimple/mx-maskrcnn
An MXNet implementation of the Mask R-CNN instance segmentation model, built on top of the mx-rcnn Faster R-CNN codebase. It includes train…
321753abandoned
ramprs/grad-cam
Official Torch (Lua) implementation of Grad-CAM, the ICCV 2017 gradient-weighted class activation mapping technique for producing visual ex…
321668abandoned
longcw/yolo2-pytorch
A PyTorch implementation of the YOLOv2 real-time object detection model, based on darknet and darkflow. It includes training and inference …
321560abandoned
NifTK/NiftyNet
NiftyNet is a TensorFlow-based open-source convolutional neural networks platform for research in medical image analysis and image-guided t…
101374abandoned
KrauseFx/detect.location
A proof-of-concept iOS library and demo app that extracts a user's location history from photo metadata in the image library, without requi…
321256abandoned
carpedm20/DiscoGAN-pytorch
A PyTorch implementation of DiscoGAN, a generative adversarial network that discovers cross-domain relations in an unsupervised manner. It …
321095abandoned

← prev page 19 / 19