Pinned Repositories
3D-Attention-Keras
This repo contains the 3D implementation of the commonly used attention mechanism for imaging.
Anime4K
A High-Quality Real Time Upscaler for Anime Video
AnimeGAN
A Tensorflow implementation of AnimeGAN for fast photo animation ! This is the Open source of the paper <AnimeGAN: a novel lightweight GAN for photo animation>, which uses the GAN framwork to transform real-world photos into anime images.
BasicSR
Open Source Image and Video Restoration Toolbox, especially for Super-Resolution, including EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, etc. Also support StyleGAN2.
coding-interview-university
A complete computer science study plan to become a software engineer.
cpp-cheatsheet
Modern C++ Cheatsheet
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
docker-tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Tasaky-cyber's Repositories
Tasaky-cyber/3D-Attention-Keras
This repo contains the 3D implementation of the commonly used attention mechanism for imaging.
Tasaky-cyber/AnimeGAN
A Tensorflow implementation of AnimeGAN for fast photo animation ! This is the Open source of the paper <AnimeGAN: a novel lightweight GAN for photo animation>, which uses the GAN framwork to transform real-world photos into anime images.
Tasaky-cyber/BasicSR
Open Source Image and Video Restoration Toolbox, especially for Super-Resolution, including EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, etc. Also support StyleGAN2.
Tasaky-cyber/coding-interview-university
A complete computer science study plan to become a software engineer.
Tasaky-cyber/cpp-cheatsheet
Modern C++ Cheatsheet
Tasaky-cyber/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
Tasaky-cyber/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
Tasaky-cyber/DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
Tasaky-cyber/docker-tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Tasaky-cyber/Embedded_system
Tasaky-cyber/ESRGANplus
ICASSP 2020 - ESRGAN+ : Further Improving Enhanced Super-Resolution Generative Adversarial Network - Pytorch implementation
Tasaky-cyber/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Tasaky-cyber/image-super-resolution
🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
Tasaky-cyber/image-to-image-papers
🦓<->🦒 🌃<->🌆 A collection of image to image papers with code (constantly updating)
Tasaky-cyber/imgclsmob
Sandbox for training deep learning networks
Tasaky-cyber/keras-frn
Keras Filter Response Normalization Layer.
Tasaky-cyber/Keras-GAN
Keras implementations of Generative Adversarial Networks.
Tasaky-cyber/Keras-Image-Super-Resolution
EDSR, RCAN, SRGAN, SRFEAT, ESRGAN
Tasaky-cyber/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
Tasaky-cyber/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Tasaky-cyber/markdown-syntax-zhtw
Markdown 語法說明中文版
Tasaky-cyber/ML-notes
notes about machine learning
Tasaky-cyber/PaddleVideo
基于模块化的设计,提供丰富的视频算法实现、产业级的视频算法优化与应用,包括安防、体育、互联网、媒体等行业的动作定位与识别、行为分析、智能封面、视频标注、视频打标签等,涵盖动作识别与视频分类、动作定位、动作检测、多模态文本视频检索等技术。
Tasaky-cyber/Person-tracker
Tasaky-cyber/pulse
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
Tasaky-cyber/SRDRM
Underwater Image Super-Resolution using Deep Residual Multipliers. #ICRA2020
Tasaky-cyber/stable-diffusion-webui-colab
stable diffusion webui colab
Tasaky-cyber/taiko-web
Taiko no Tatsujin simulator
Tasaky-cyber/UGATIT
Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
Tasaky-cyber/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch