ChamnLee's Stars
WeilunWang/semantic-diffusion-model
Official Implementation of Semantic Image Synthesis via Diffusion Models
stegmaierj/DiffusionModelsForImageSynthesis
Repository for the publication "Denoising Diffusion Probabilistic Models for Generation of Realistic Fully-Annotated Microscopy Image Data Sets"
amirhossein-kz/Awesome-Diffusion-Models-in-Medical-Imaging
Diffusion Models in Medical Imaging (Published in Medical Image Analysis Journal)
dair-ai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
datawhalechina/competition-baseline
数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路
OpenRL-Lab/Wandb_Tutorial
How to use wandb?
eeyhsong/EEG-Transformer
i. A practical application of Transformer (ViT) on 2-D physiological signal (EEG) classification tasks. Also could be tried with EMG, EOG, ECG, etc. ii. Including the attention of spatial dimension (channel attention) and *temporal dimension*. iii. Common spatial pattern (CSP), an efficient feature enhancement method, realized with Python.
yyyzzzhao/VEUS
code for ‘Virtual elastography ultrasound via generate adversarial network for breast cancer diagnosis’
zengyh1900/Awesome-Image-Inpainting
A curated list of image inpainting and video inpainting papers and resources
advimman/lama
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
weiaicunzai/Bag_of_Tricks_for_Image_Classification_with_Convolutional_Neural_Networks
experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN acc
Rayicer/TransFuse
This repo holds the code of TransFuse: Fusing Transformers and CNNs for Medical Image Segmentation
jacobgil/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
JunMa11/SOTA-MedSeg
SOTA medical image segmentation methods based on various challenges
bowang-lab/MedSAM
Segment Anything in Medical Images
yhygao/CBIM-Medical-Image-Segmentation
A PyTorch framework for medical image segmentation
tintinweb/smart-contract-sanctuary-arbitrum
🐦🌴🌴🌴🦕 A home for ethereum smart contracts. 🏠
AmazingAng/WTF-Solidity
WTF Solidity 极简入门教程,供小白们使用。Now supports English! 官网: https://wtf.academy
baibizhe/Awesome-SAM
This repo collects the research resources based on SAM(Segment Anything Model) proposed by Meta AI. If you would like to contribute, please open an issue.
983632847/USCL
This repository includes the constructed US-4 dataset and the code for USCL (PyTorch version).
ListIndexOutOfRange/Deep-Attentive-CNN-MRI-Segmentation-PyTorch
A PyTorch implementation of the paper "Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound."
jhl-Det/CVA-Net
fundamentalvision/Deformable-DETR
Deformable DETR: Deformable Transformers for End-to-End Object Detection.
anuragxel/salt
Segment Anything Labelling Tool
continue-revolution/sd-webui-segment-anything
Segment Anything for Stable Diffusion WebUI
geekyutao/Inpaint-Anything
Inpaint anything using Segment Anything and inpainting models.
facebookresearch/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.
NVIDIA/partialconv
A New Padding Scheme: Partial Convolution based Padding
daa233/generative-inpainting-pytorch
A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)