jonas710118's Stars
cchen156/Learning-to-See-in-the-Dark
Learning to See in the Dark. CVPR 2018
microsoft/T-MAC
Low-bit LLM inference on CPU with lookup table
zwang4/awesome-machine-learning-in-compilers
Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation
xinntao/Real-ESRGAN
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
Liu-haoyue/NER-Net
Official repository for the CVPR 2024 paper, "Seeing Motion During Nighttime with Event Camera”
Aitical/SCNet
[MIR 24] Fully 1x1 Convolutional Network for Lightweight Image Super-Resolution
Abdullah-Abuolaim/defocus-deblurring-dual-pixel
Reference github repository for the paper "Defocus Deblurring Using Dual-Pixel Data". We introduce a deep neural network (DNN) architecture that uses the dual-pixel (DP) sub-aperture views to reduce defocus blur.
swz30/Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
JingyunLiang/SwinIR
SwinIR: Image Restoration Using Swin Transformer (official repository)
yuweihao/MambaOut
MambaOut: Do We Really Need Mamba for Vision?
BenjaSOL/ore-cli-gpu
royson/tpsr
Evaluation Pipeline for our ECCV2020: Journey Towards Tiny Perceptual Super-Resolution.
z-bingo/awesome-image-denoising-state-of-the-art
awesome image and video denoising, state of the art networks
bloomberg/memray
Memray is a memory profiler for Python
hpi-xnor/bitorch
BITorch: Open-Source Implementation of Binary Neural Networks with PyTorch
naver-aics/lut-gemm
mveres01/pytorch-drl4vrp
Implementation of: Nazari, Mohammadreza, et al. "Deep Reinforcement Learning for Solving the Vehicle Routing Problem." arXiv preprint arXiv:1802.04240 (2018).
Hanjun-Dai/graph_comb_opt
Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
wouterkool/attention-learn-to-route
Attention based model for learning to solve different routing problems
tencent-ailab/hok_env
Honor of Kings AI Open Environment of Tencent
mit-han-lab/tinyengine
[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256KB Memory
TradeMaster-NTU/EarnHFT
MorvanLi/image-fusion-zoom
HarrisXia/image-fusion-zoo
all you need in image fusion area
dblalock/bolt
10x faster matrix and vector operations
NanmiCoder/MediaCrawler
小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 | 知乎问答文章|评论爬虫
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
subeeshvasu/Awesome-Deblurring
A curated list of resources for Image and Video Deblurring
cszn/KAIR
Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch