Jian-Yin-Shine
There is only one heroism in the world: to see the world as it is and to love it. :)
OPPO, Horizon Robotics, CSUBeijing
Pinned Repositories
cplusplus-advanced-development
C++面向对象高级开发
cplusplus-primer
cpp-patterns
CSU-Thesis-LaTeX-Template
中南大学学位论文LaTeX模板
DDPG_Tensorflow
DDPG, Tensorflow1, Tensorflow2
DIP-CSU
Digital Image Processing 中南大学数字图像处理
GraduationProject
基于深度强化学习的MEC计算卸载与资源分配
KGP-Talkie-TF-TUTO
Partial-Computation-Offloading-For-MEC
基于深度强化学习的部分计算任务卸载延迟优化
Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning
Simulated the scenario between edge servers and users with a clear graphic interface. Also, implemented the continuous control with Deep Deterministic Policy Gradient (DDPG) to determine the resources allocation (offload targets, computational resources, migration bandwidth) in the edge servers
Jian-Yin-Shine's Repositories
Jian-Yin-Shine/Partial-Computation-Offloading-For-MEC
基于深度强化学习的部分计算任务卸载延迟优化
Jian-Yin-Shine/GraduationProject
基于深度强化学习的MEC计算卸载与资源分配
Jian-Yin-Shine/DIP-CSU
Digital Image Processing 中南大学数字图像处理
Jian-Yin-Shine/Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning
Simulated the scenario between edge servers and users with a clear graphic interface. Also, implemented the continuous control with Deep Deterministic Policy Gradient (DDPG) to determine the resources allocation (offload targets, computational resources, migration bandwidth) in the edge servers
Jian-Yin-Shine/KGP-Talkie-TF-TUTO
Jian-Yin-Shine/CSU-Thesis-LaTeX-Template
中南大学学位论文LaTeX模板
Jian-Yin-Shine/DRL
Deep Reinforcement Learning
Jian-Yin-Shine/hust_cv_class
华中科技大学图像训练班
Jian-Yin-Shine/ResNet-TensorFlow2
ResNet TensorFlow2
Jian-Yin-Shine/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
Jian-Yin-Shine/yolov3-tf2
YoloV3 Implemented in Tensorflow 2.0
Jian-Yin-Shine/DeepFaceLive
Real-time face swap for PC streaming or video calls
Jian-Yin-Shine/FLIVE_Database
Jian-Yin-Shine/jian-yin-shine.github.io
Jian-Yin-Shine/keras-application
Jian-Yin-Shine/LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
Jian-Yin-Shine/micronet
Jian-Yin-Shine/MINE
Code and models for our ICCV 2021 paper "MINE: Towards Continuous Depth MPI with NeRF for Novel View Synthesis"
Jian-Yin-Shine/ml-mobileone
This repository contains the official implementation of the research paper, "An Improved One millisecond Mobile Backbone".
Jian-Yin-Shine/mobilenetv2.pytorch
72.8% MobileNetV2 1.0 model on ImageNet and a spectrum of pre-trained MobileNetV2 models
Jian-Yin-Shine/PaQ-2-PiQ
Source code for "From Patches to Pictures (PaQ-2-PiQ): Mapping the Perceptual Space of Picture Quality"
Jian-Yin-Shine/paq2piq
PaQ2PiQ in PyTorch
Jian-Yin-Shine/PatchVQ
Patch-VQ: ‘Patching Up’ the Video Quality Problem
Jian-Yin-Shine/pumpkin-book
《机器学习》(西瓜书)公式详解
Jian-Yin-Shine/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
Jian-Yin-Shine/ResNet-TensorFlow
ResNet TensorFlow2
Jian-Yin-Shine/roop
one-click deepfake (face swap)
Jian-Yin-Shine/stylegan2-ada-pytorch
StyleGAN2-ADA - Official PyTorch implementation
Jian-Yin-Shine/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
Jian-Yin-Shine/zl_threadpool
Linux平台下C++(C++98、C++03、C++11)实现的线程池