lifangda01's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
OpenInterpreter/open-interpreter
A natural language interface for computers
facebookresearch/audiocraft
Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
microsoft/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
facebookresearch/dinov2
PyTorch code and models for the DINOv2 self-supervised learning method.
lucidrains/imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
openai/guided-diffusion
NVlabs/SegFormer
Official PyTorch implementation of SegFormer
voxelmorph/voxelmorph
Unsupervised Learning for Image Registration
taesungp/contrastive-unpaired-translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
amirhossein-kz/Awesome-Diffusion-Models-in-Medical-Imaging
Diffusion Models in Medical Imaging (Published in Medical Image Analysis Journal)
weihaox/awesome-image-translation
A collection of awesome resources image-to-image translation.
pix2pixzero/pix2pix-zero
Zero-shot Image-to-Image Translation [SIGGRAPH 2023]
andrewbanchich/forty-jekyll-theme
A Jekyll version of the "Forty" theme by HTML5 UP.
p-lambda/wilds
A machine learning benchmark of in-the-wild distribution shifts, with data loaders, evaluators, and default models.
mahmoodlab/HIPT
Hierarchical Image Pyramid Transformer - CVPR 2022 (Oral)
MCG-NJU/MixFormer
[CVPR 2022 Oral & TPAMI 2024] MixFormer: End-to-End Tracking with Iterative Mixed Attention
Peter554/StainTools
Tools for tissue image stain normalisation and augmentation in Python 3
Feynman687/Interviews
xuekt98/BBDM
BBDM: Image-to-image Translation with Brownian Bridge Diffusion Models
NVlabs/I2SB
MathOnco/valis
Virtual Alignment of pathoLogy Image Series
almaan/her2st
Her2 Breast Cancer Project
fightingkitty/Unpaired-Stain-Transfer-using-Pathology-Consistent-Constrained-Generative-Adversarial-Networks
ChristianMarzahl/WsiRegistration
Robust quad-tree based registration on whole slide images
liuyiqing2018/predict_Ki-67_from_HE
mjiansun/kfb2svs
Convert jiangfeng special format kfb to common format svs
ziwei-jiang/AdaIN-Style-Transfer-PyTorch
A Pytorch implementation of Style Transfer with Adaptive Instance Normalization based on the paper Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization.
egochao/transformer_with_einsum
Transformer from scratch with einsum method