Pinned Repositories
albumentations
fast image augmentation library and easy to use wrapper around other libraries
deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods.
DeepPainterlyHarmonization
pytorch implementation of deep painterly harmonization paper
Expression_Tree_Autodiff
Build simple computational graphs with backward automatic differentiation.
Kaggle_Carvana_Image_Segmentation
Project repository approaching Carvana Image Masking Challenge dataset on Kaggle, with CNN based semantic segmentation.
pytorch-summary
Model summary in PyTorch similar to `model.summary()` in Keras
pytorch-template
Simple project base template for PyTorch deep Learning project. Features clean implementation of DDP training and Hydra config.
Recommendation_with_RNN
SPIA2018_cycle_GAN
pytorch-template
PyTorch deep learning projects made easy.
SunQpark's Repositories
SunQpark/pytorch-template
Simple project base template for PyTorch deep Learning project. Features clean implementation of DDP training and Hydra config.
SunQpark/DeepPainterlyHarmonization
pytorch implementation of deep painterly harmonization paper
SunQpark/Kaggle_Carvana_Image_Segmentation
Project repository approaching Carvana Image Masking Challenge dataset on Kaggle, with CNN based semantic segmentation.
SunQpark/albumentations
fast image augmentation library and easy to use wrapper around other libraries
SunQpark/Expression_Tree_Autodiff
Build simple computational graphs with backward automatic differentiation.
SunQpark/pytorch-summary
Model summary in PyTorch similar to `model.summary()` in Keras
SunQpark/Recommendation_with_RNN
SunQpark/SPIA2018_cycle_GAN
SunQpark/deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods.
SunQpark/DeepGuidedFilter
Official Implementation for Deep Guided Filter, CVPR 2018
SunQpark/FastMatrixMultiplication
c++ implementation of matrix class from scratch, basic operations and strassen's algorithm for matrix multiplication.
SunQpark/feedback-alignment-pytorch
Implementation of feedback alignment learning in PyTorch
SunQpark/Kaggle_TGS_salt_identification
SunQpark/mnist_png
MNIST converted to PNG format
SunQpark/Multivariate_Polynomials
Class definition of Polynomial with multiple variables with overloaded operations. Incomplete implementation of Buchberger's algorithm to find Groebner's basis
SunQpark/nn-template
Generic template to bootstrap your PyTorch project with PyTorch Lightning, Hydra, W&B, DVC, and Streamlit.
SunQpark/PMTD
Pyramid Mask Text Detector designed by SenseTime Video Intelligence Research team.
SunQpark/pytorch_AttnGAN
pytorch implementation of attention GAN: text to image generation
SunQpark/pytorch_DCGAN
pytorch implementation of DCGAN(Deep Convolutional Generative Adversarial Network)
SunQpark/SPIA2018_Final_Report
Repository containing final report tex files
SunQpark/SunQpark.github.io
SunQpark/SynthText
Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016.
SunQpark/TedEval
TedEval: A Fair Evaluation Metric for Scene Text Detectors
SunQpark/tensorflow
An Open Source Machine Learning Framework for Everyone
SunQpark/TIoU-metric-python3
TIoU metric in python3. Forked from https://github.com/Yuliang-Liu/TIoU-metric.
SunQpark/VAE_mnist
pytorch implementation of simple VAE with mnist dataset