Pinned Repositories
CameraSR
Camera Lens Super-Resolution in CVPR 2019
CameraTE
Camera Trace Erasing in CVPR 2020
DA-MitoSeg
Uncertainty-Aware Label Rectification for Domain Adaptive Mitochondria Segmentation in MICCAI 2021
Deep-learning-with-Python
Example projects I completed to understand Deep Learning techniques with Tensorflow.
deepBoosting
Deep Boosting for Image Denoising in ECCV 2018 and its Real-world Extension in IEEE Transactions on Pattern Analysis and Machine Intelligence
HSCNN-Plus
HSCNN+: Advanced CNN-Based Hyperspectral Recovery from RGB Images in CVPRW 2018 (Winner of NTIRE Challenge)
LFSRBenchmark
Light Field Super-Resolution: A Benchmark in CVPRW 2019
pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
ngchc's Repositories
ngchc/deepBoosting
Deep Boosting for Image Denoising in ECCV 2018 and its Real-world Extension in IEEE Transactions on Pattern Analysis and Machine Intelligence
ngchc/HSCNN-Plus
HSCNN+: Advanced CNN-Based Hyperspectral Recovery from RGB Images in CVPRW 2018 (Winner of NTIRE Challenge)
ngchc/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
ngchc/bigwarp
A tool for manual pointwise deformable registration using bigdataviewer.
ngchc/cocoapi
COCO API - Dataset @ http://cocodataset.org/
ngchc/cremi-deform
Introduce distortions to labeled volumes
ngchc/Cvapp-NeuroMorpho.org
Version of Cvapp as used on NeuroMorpho.org. Based on Robert Cannon's initial implementation.
ngchc/DCNv2
Deformable Convolutional Networks v2 with Pytorch
ngchc/Dehazing-Airlight-estimation
Airlight estimation according to "Blind Dehazing Using Internal Patch Recurrence"
ngchc/docker-ce_docker-compose_nvidia-docker2
脚本离线安装支持 NVIDIA GPU 的 Docker 套装
ngchc/Dojo-standalone
A standalone version of Dojo from Rhoana pipeline
ngchc/ETHlargementPill
ngchc/glow-pytorch
pytorch implementation of openai paper "Glow: Generative Flow with Invertible 1×1 Convolutions"
ngchc/gunpowder
A library to facilitate machine learning on multi-dimensional images.
ngchc/hgru_share
ngchc/LeinaoPAI
ngchc/mala
Training and evaluation scripts for MALA (https://arxiv.org/abs/1709.02974).
ngchc/mmdetection
Open MMLab Detection Toolbox with PyTorch
ngchc/ncmdump-1
netease cloud music copyright protection file dump
ngchc/NDFlow
Nonparametric Density Flows for MRI Intensity Normalisation
ngchc/noise2self
A framework for blind denoising with self-supervision.
ngchc/npy-matlab
Experimental code to read/write NumPy .NPY files in MATLAB
ngchc/pacnet
Pixel-Adaptive Convolutional Neural Networks (CVPR '19)
ngchc/pytorch-ssim
pytorch structural similarity (SSIM) loss
ngchc/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
ngchc/RGB-N
ngchc/sepconv
An implementation of Adaptive Separable Convolution for Video Frame Interpolation
ngchc/sr-metric
Learning a No-Reference Quality Metric for Single-Image Super-Rolution
ngchc/Summer_Intern
My codes about Synapse Prediction, Synaptic Partner Prediction and Synapse Clustering during summer intern in Lichtman Lab
ngchc/tensorflow-bicubic-downsample
tf.image.resize_images has aliasing when downsampling and does not have gradients for bicubic mode. This implementation fixes those problems.