kazu41's Stars
sbmpost/AutoRaise
AutoRaise (and focus) a window when hovering over it with the mouse
HazyResearch/spacetime
Code for SpaceTime 🌌⏱️. Proposed in Effectively Modeling Time Series with Simple Discrete State Spaces, ICLR 2023.
google/uncertainty-baselines
High-quality implementations of standard and SOTA methods on a variety of tasks.
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
DSL-Lab/GRBM
Gaussian-Bernoulli Restricted Boltzmann Machines
acidrefluxreflex/ChatAI-Japanese
Japanese ChatAI
abhi1kumar/DEVIANT
[ECCV 2022] Official PyTorch Code of DEVIANT: Depth Equivariant Network for Monocular 3D Object Detection
microsoft/NUWA
A unified 3D Transformer Pipeline for visual synthesis
facebookresearch/multiface
Hosts the Multiface dataset, which is a multi-view dataset of multiple identities performing a sequence of facial expressions.
tryolabs/norfair
Lightweight Python library for adding real-time multi-object tracking to any detector.
GeekAlexis/FastMOT
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
TencentARC/GFPGAN
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
uber/causalml
Uplift modeling and causal inference with machine learning algorithms
wmuron/motpy
Library for tracking-by-detection multi object tracking implemented in python
facebookresearch/pytorchvideo
A deep learning library for video understanding research.
mlech26l/ncps
PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
huggingface/pytorch-image-models
The 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
nttcslab/japanese-dialog-transformers
Code for evaluating Japanese pretrained models provided by NTT Ltd.
google/automl
Google Brain AutoML
lucidrains/lambda-networks
Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute
vsitzmann/siren
Official implementation of "Implicit Neural Representations with Periodic Activation Functions"
louislva/deepmind-perceiver
My implementation of DeepMind's Perceiver
TylerYep/torchinfo
View model summaries in PyTorch!
osmr/imgclsmob
Sandbox for training deep learning networks
jdgalviss/CarND-Advanced-Lane-Lines
Robust implementation of lane lines detection, curvature calculation and vehicle's distance to center calculation using classic vision,
SAmmarAbbas/birds-eye-view
Obtain bird's eye view of a scene from a single input image
sidroopdaska/SelfDrivingCar
A collection of all projects pertaining to different layers in the SDC software stack
facebookresearch/AugLy
A data augmentations library for audio, image, text, and video.
deepcam-cn/yolov5-face
YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
lucidrains/g-mlp-pytorch
Implementation of gMLP, an all-MLP replacement for Transformers, in Pytorch