Pinned Repositories
cpm-pytorch
pytorch版本CPM算法实现
cpn-pytorch
a pytorch implementation of CPN (Cascaded Pyramid Network)
deepdream
google的deepdream,pytorch版本
openpose_pytorch
a pytroch version of Realtime Multi-Person Pose Estimation
pix2pix
使用pix2pix模型自动上色,cGan
retinaface
pytorch retinaface
seq2seq
seq2seq模型用来翻译
stacked_hourglass
a pytorch implementation of 'Stacked Hourglass Networks for Human Pose Estimation'
transformer
使用transformer模型进行中英翻译
U-GAT-IT
使用pytorch版本U-GAT-IT进行小姐姐图片和动漫图片的转换 参考https://github.com/znxlwm/UGATIT-pytorch
lmb633's Repositories
lmb633/U-GAT-IT
使用pytorch版本U-GAT-IT进行小姐姐图片和动漫图片的转换 参考https://github.com/znxlwm/UGATIT-pytorch
lmb633/cpm-pytorch
pytorch版本CPM算法实现
lmb633/openpose_pytorch
a pytroch version of Realtime Multi-Person Pose Estimation
lmb633/stacked_hourglass
a pytorch implementation of 'Stacked Hourglass Networks for Human Pose Estimation'
lmb633/cpn-pytorch
a pytorch implementation of CPN (Cascaded Pyramid Network)
lmb633/deepdream
google的deepdream,pytorch版本
lmb633/pix2pix
使用pix2pix模型自动上色,cGan
lmb633/AB3DMOT
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
lmb633/Awesome-Autonomous-Driving
awesome-autonomous-driving
lmb633/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
lmb633/CVPR2023-Papers-with-Code
CVPR 2023 论文和开源项目合集
lmb633/cyclegan
cyclegan
lmb633/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
lmb633/gnn
gnn相关学习实验
lmb633/learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
lmb633/leetcode
开始刷题
lmb633/mobilenet
mobilenet系列
lmb633/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
lmb633/PPO-PyTorch
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
lmb633/PPOxFamily
PPO x Family DRL Tutorial Course(决策智能入门级公开课:8节课帮你盘清算法理论,理顺代码逻辑,玩转决策AI应用实践 )
lmb633/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
lmb633/pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
lmb633/rl-baselines-zoo
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
lmb633/rl-tutorial-jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
lmb633/RLcode
lmb633/SimpleTrack
lmb633/smplx
SMPL-X
lmb633/sort
Simple, online, and realtime tracking of multiple objects in a video sequence.
lmb633/stylegan
pytorch版本的NVIDIA的stylegan模型
lmb633/super-resolution
使用cGan对图片进行超分辨率处理