Stars
Codes for paper "Mask Scoring R-CNN".
Effortless data labeling with AI support from Segment Anything and other awesome models.
PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
[CVPR 2022] MHFormer: Multi-Hypothesis Transformer for 3D Human Pose Estimation
Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
aerial images dataset on transmission towers and power lines
This repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
This repository contains the codes to replicate the simulations from the paper: "Wav-KAN: Wavelet Kolmogorov-Arnold Networks". It showcases the use of wavelet functions in neural networks to improv…
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone", 线性代数的艺术中文版, 欢迎PR.
Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021
Python package built to ease deep learning on graph, on top of existing DL frameworks.
A collection of loss functions for medical image segmentation
B站陈诚电气CELEC-MATLAB进阶讲解-系列教程开源代码 B站网址:https://space.bilibili.com/493190982
This project extends the idea of the innovative architecture of Kolmogorov-Arnold Networks (KAN) to the Convolutional Layers, changing the classic linear transformation of the convolution to learna…
Implementation of our AAAI'22 work: 'UCTransNet: Rethinking the Skip Connections in U-Net from a Channel-wise Perspective with Transformer'.
(MICCAI23) This is the official code repository for "EGE-UNet: an Efficient Group Enhanced UNet for skin lesion segmentation".
ACC-UNet is A Completely Convolutional UNet model inspired from transformer-based UNets
Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch