Pinned Repositories
awesome-Face_Recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
awesome-spider
爬虫集合
Bezier-Curve-Interactive-Displayer
一个可以演示鼠标拖动曲线控制点和光滑拼接贝赛尔曲线的小工具
Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
chatgpt-web
使用 express 和 vue3 搭建的 ChartGPT 演示网页
CNN-Fusion
采用CNN将高分辨率灰度图像和低分辨率彩色图像合成为高分辨率彩色图像的图像融合算法
openISP
Image Signal Processor
pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Tyotw's Repositories
Tyotw/openISP
Image Signal Processor
Tyotw/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
Tyotw/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Tyotw/awesome-Face_Recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Tyotw/awesome-spider
爬虫集合
Tyotw/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
Tyotw/chatgpt-web
使用 express 和 vue3 搭建的 ChartGPT 演示网页
Tyotw/CNN-Fusion
采用CNN将高分辨率灰度图像和低分辨率彩色图像合成为高分辨率彩色图像的图像融合算法
Tyotw/coding-interview-university
A complete computer science study plan to become a software engineer.
Tyotw/computer-science-flash-cards
Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Tyotw/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
Tyotw/CS-Ebook
一个高质量、经典计算机书籍推荐清单,特点为:只收集高质量,各方向经典书籍,不求书多,只求书精。
Tyotw/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
Tyotw/DeepLSR
Deep Learning-based Laser Speckle Reduction
Tyotw/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
Tyotw/image_registration
无监督学习图像配准
Tyotw/ISP-pipeline-hdrplus
Denoise,HDR,Isppipeline,Image-processing(图形处理),camera, Isp ,HDRplus
Tyotw/latexify_py
Generates LaTeX math description from Python functions.
Tyotw/Liu
Tyotw/practice-python
Part of my daily plan for studying Python.
Tyotw/Programing
Used to store experimental code
Tyotw/Python-100-Days
Python - 100天从新手到大师
Tyotw/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
Tyotw/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
Tyotw/Recursive-Cascaded-Networks-TF2.0
Recursive-Cascaded-Networks TF2.0 migration version
Tyotw/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Tyotw/Server
PanDownload的个人维护版本
Tyotw/spring-boot-demo
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 65 个集成demo,已经完成 53 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、xxl-job(分布式定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、SpringSession(Session共享)、Zookeeper(结合AOP实现分布式锁)、RabbitMQ(消息队列)、Kafka(消息队列)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(**式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)、JPA多数据源、Mybatis多数据源、代码生成器、GrayLog(日志收集)、JustAuth(第三方登录)、LDAP(增删改查)、动态添加/切换数据源、单机限流(AOP + Guava RateLimiter)、分布式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)、HTTPS。
Tyotw/tomopy
Tomographic Reconstruction in Python
Tyotw/unet
unet for image segmentation