dsvolkov's Stars
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Delgan/loguru
Python logging made (stupidly) simple
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
PaddlePaddle/PaddleSeg
Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
chiphuyen/ml-interviews-book
https://huyenchip.com/ml-interviews-book/
facebookresearch/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
lightly-ai/lightly
A python library for self-supervised learning on images.
morrownr/USB-WiFi
USB WiFi Adapter Information for Linux
VainF/Torch-Pruning
[CVPR 2023] DepGraph: Towards Any Structural Pruning
jingyi0000/VLM_survey
Collection of AWESOME vision-language models for vision tasks
FLHonker/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
wolny/pytorch-3dunet
3D U-Net model for volumetric semantic segmentation written in pytorch
akosbalasko/yarle
Yarle - The ultimate converter of Evernote notes to Markdown
huawei-noah/Efficient-Computing
Efficient computing methods developed by Huawei Noah's Ark Lab
megvii-research/mdistiller
The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
SamsungLabs/ritm_interactive_segmentation
Reviving Iterative Training with Mask Guidance for Interactive Segmentation
SforAiDl/KD_Lib
A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge Distillation, Pruning, and Quantization.
Zheng222/IMDN
Lightweight Image Super-Resolution with Information Multi-distillation Network (ACM MM 2019, Winner Award of ICCVW AIM 2019 Constrained SR Track1&Track2)
drivendataorg/competition-winners
The code for the prize winners in DrivenData competitions.
shiyinzhang/Inside-Outside-Guidance
Interactive Object Segmentation with Inside-Outside Guidance
uncbiag/SimpleClick
SimpleClick: Interactive Image Segmentation with Simple Vision Transformers (ICCV 2023)
HiLab-git/MIDeepSeg
[MedIA2021]MIDeepSeg: Minimally Interactive Segmentation of Unseen Objects from Medical Images Using Deep Learning
google/microscopeimagequality
ofsoundof/dhp
This is the official implementation of "DHP: Differentiable Meta Pruning via HyperNetworks".
arielnlee/LLaVA-1.6-ft
[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
Waller-Lab/DeepAutofocus
Single-shot autofocus on microscopes using deep learning
michaelowenliu/awesome-interactive-segmentation
A collection of AWESOME things about interactive segmentation.
XavierCHEN34/LeetCode_py
some leetcode solutions implemented on python