Jieneng Chen (Beckschen)

Beckschen

Geek Repo

Company:Johns Hopkins University

Home Page:beckschen.github.io

Twitter:@jieneng_chen

Github PK Tool:Github PK Tool

Jieneng Chen's starred repositories

pytorch-lightning

Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.

Language:PythonLicense:Apache-2.0Stargazers:28109Issues:251Issues:7080

micrograd

A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API

Language:Jupyter NotebookLicense:MITStargazers:10136Issues:149Issues:30

Torch-Pruning

[CVPR 2023] Towards Any Structural Pruning; LLMs / SAM / Diffusion / Transformers / YOLOv8 / CNNs

Language:PythonLicense:MITStargazers:2638Issues:36Issues:351

learn2learn

A PyTorch Library for Meta-learning Research

Language:PythonLicense:MITStargazers:2632Issues:32Issues:259

PyTorch-Encoding

A CV toolkit for my papers.

Language:PythonLicense:MITStargazers:2037Issues:42Issues:357

MedicalZooPytorch

A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation

Language:PythonLicense:MITStargazers:1712Issues:34Issues:25

SOTA-MedSeg

SOTA medical image segmentation methods based on various challenges

Synchronized-BatchNorm-PyTorch

Synchronized Batch Normalization implementation in PyTorch.

Language:PythonLicense:MITStargazers:1501Issues:23Issues:43

Awesome-Edge-Detection-Papers

:books: A collection of edge/contour/boundary detection papers and toolbox.

inplace_abn

In-Place Activated BatchNorm for Memory-Optimized Training of DNNs

Language:PythonLicense:BSD-3-ClauseStargazers:1317Issues:39Issues:230

fixmatch

A simple method to perform semi-supervised learning with limited data.

Language:PythonLicense:Apache-2.0Stargazers:1094Issues:19Issues:63

pytorch-segmentation-toolbox

PyTorch Implementations for DeeplabV3 and PSPNet

Language:PythonLicense:MITStargazers:768Issues:15Issues:59

Efficient-3DCNNs

PyTorch Implementation of "Resource Efficient 3D Convolutional Neural Networks", codes and pretrained models.

Language:PythonLicense:MITStargazers:767Issues:14Issues:42

noisystudent

Code for Noisy Student Training. https://arxiv.org/abs/1911.04252

Language:PythonLicense:Apache-2.0Stargazers:750Issues:29Issues:12

MaskTextSpotterV3

The code of "Mask TextSpotter v3: Segmentation Proposal Network for Robust Scene Text Spotting"

Language:PythonLicense:NOASSERTIONStargazers:623Issues:16Issues:74

H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes

axial-deeplab

This is a PyTorch re-implementation of Axial-DeepLab (ECCV 2020 Spotlight)

Language:PythonLicense:Apache-2.0Stargazers:447Issues:20Issues:32

CCT

:page_facing_up: Semi-Supervised Semantic Segmentation with Cross-Consistency Training (CVPR 2020).

Language:PythonLicense:MITStargazers:393Issues:10Issues:67

EfficientNet-PyTorch-3D

A PyTorch implementation of EfficientNet

Language:PythonLicense:Apache-2.0Stargazers:165Issues:2Issues:15

classification_models_3D

Set of models for classifcation of 3D volumes

Language:PythonLicense:MITStargazers:150Issues:7Issues:19

DBnet-lite.pytorch

A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization

minigrad

A minimal implementation of autograd (in pure Python) 🍰

Language:Jupyter NotebookStargazers:91Issues:3Issues:0

Intseg

Interactive Image Segmentation with Latent Diversity

Language:PythonLicense:MITStargazers:80Issues:11Issues:8

efficientnet_3D

EfficientNets in 3D variant for keras and TF.keras

Language:PythonLicense:MITStargazers:53Issues:3Issues:8

laploss

Laplacian Pyramid Loss

Language:PythonLicense:MITStargazers:41Issues:1Issues:1

HDenseUet

H-DenseUnet pytorch implementation

v4r-plot

For a better scientific drawing pipeline in MATLAB 😀 or Python

Language:Jupyter NotebookStargazers:15Issues:1Issues:2

VisualCortexCourse

Homework materials for "Probabilistic Models of the Visual Cortex"

Language:Jupyter NotebookStargazers:13Issues:5Issues:0

siamese-segmentation

Image co-segmentation with a Siamese Neural Network based off of CoSegNet

Language:Jupyter NotebookStargazers:11Issues:2Issues:0

Pytorch-Synchronized-BatchNorm

Synchronized batchnorm for pytorch