Pinned Repositories
3DFasterRCNN_LungNoduleDetector
autograd
Efficiently computes derivatives of numpy code.
awesome-image-denoising-state-of-the-art
awesome image and video denoising, state of the art networks
Awesome-Super-Resolution
Collect super-resolution related papers, data, repositories
barlowtwins
PyTorch implementation of Barlow Twins.
batchgenerators
A framework for data augmentation for 2D and 3D image classification and segmentation
deep-image-prior
Image restoration with neural networks but without learning.
devito
Code generation framework for automated finite difference computation
exonet
Exo-planet detection using a Convolutional Neural Network
Reflection_Summary
算法理论基础知识应知应会
ponykid's Repositories
ponykid/barlowtwins
PyTorch implementation of Barlow Twins.
ponykid/batchgenerators
A framework for data augmentation for 2D and 3D image classification and segmentation
ponykid/Transfer-Learning-Library
Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
ponykid/awesome-metric-learning
😎 A curated list of awesome practical Metric Learning and its applications
ponykid/Awesome-Multi-Task-Learning
A list of multi-task learning papers and projects.
ponykid/awesome-self-supervised-learning-in-medical-imaging
This repository is mainly dedicated for listing the recent research advancements in the application of Self-Supervised-Learning in medical images computing field
ponykid/bayesian-optimization-in-action
Source code for Bayesian Optimization in Action, published by Manning
ponykid/BayesSegNet-PyTorch
A PyTorch implementation of Bayesian SegNet
ponykid/Bridging_UDA_SSL
The official codes of "Semi-supervised Models are Strong Unsupervised Domain Adaptation Learners".
ponykid/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
ponykid/cuda-tutorial
A set of hands-on tutorials for CUDA programming
ponykid/CUDA_Freshman
ponykid/cuda_learning
cuda learning for beginner
ponykid/cujpg
CuJPG: 基于CUDA加速的JPEG解码库。主要用于Jetson系列板卡嵌入式开发应用。由USB摄像头捕获MJPG图像后,由本模块进行CPU+GPU混合解码,解码结果将滞留显存,然后可以直接送入TensorRT模块进行神经网络推理,降低系统延迟。
ponykid/cycleGAN_with_segmentation
Domain adaptation with cycle-gan
ponykid/DeepDenoiser
DeepDenoiser: Seismic Signal Denoising and Decomposition Using Deep Neural Networks
ponykid/facies_classification_benchmark
The repository includes PyTorch code, and the data, to reproduce the results for our paper titled "A Machine Learning Benchmark for Facies Classification" (published in the SEG Interpretation Journal, August 2019).
ponykid/gcdn
Deep Graph-Convolutional Image Denoising
ponykid/gpu-python-tutorial
GPU Development in Python 101 tutorial
ponykid/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
ponykid/MALMI
MAchine Learning aided earthquake MIgration location
ponykid/my_configs.vim
my configs for vim setting (using the awesome vim setting)
ponykid/Neural-Network-Architecture-Diagrams
Diagrams for visualizing neural network architecture (Created with diagrams.net)
ponykid/open-pixel-art
A collaborative pixel art project to teach people how to contribute to open-source
ponykid/openmapflow
Rapid map creation with machine learning and earth observation data.
ponykid/seismic_deep_learning
A couple of python scripts to interpret geological structures from geophysical images using deep learning
ponykid/Semantic-Segmentation-Guide
A Theory and Practical Guide to Deep Learning Semantic Segmentation
ponykid/SimpleCVReproduction
Replication of simple CV Projects including attention, classification, detection, keypoint detection, etc.
ponykid/torch_dockfile
torch_dockfile
ponykid/VOC-Augmentation
A transformer which can randomly augment VOC format dataset (both image and bbox) online.