870 skills found · Page 1 of 29
huggingface / Pytorch Image ModelsThe largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
leandromoreira / Digital Video IntroductionA hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸
image-rs / ImageEncoding and decoding images in Rust
eladrich / Pixel2style2pixelOfficial Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
Beckschen / TransUNetThis repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
nette / Utils🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
ibireme / YYImageImage framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
zhangyuanwei / Node ImagesCross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
mikechambers / As3corelibAn ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.
nv-tlabs / Lift Splat ShootLift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D (ECCV 2020)
EmilTholin / Image Trace LoaderLoads images and exports traced outlines as image/svg+xml URL-encoded data
snorpey / Jpg Glitchglitch images with jpg encoding
7thSamurai / SteganographySimple C++ Image Steganography tool to encrypt and hide files inside images using Least-Significant-Bit encoding.
omertov / Encoder4editingOfficial implementation of "Designing an Encoder for StyleGAN Image Manipulation" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02766
seanooi / IOS WebPGoogle's WebP image format decoder and encoder for iOS
gchudov / Cuetools.netCD image processing suite with optimized lossless encoders in C#
LTH14 / MageA PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis
fluttercommunity / Flutter BlurhashCompact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium.
csyxwei / ELITEELITE: Encoding Visual Concepts into Textual Embeddings for Customized Text-to-Image Generation (ICCV 2023, Oral)
LMP88959 / NTSC CRTNTSC encoding/decoding in C89 using only integers and fixed point math. Supports NES decoding. Can be used as an image filter for games or real-time applications.