tengerye
Obtain Ph.D. from Dublin City University. Research interest: machine learning. Working in https://www.articul8.ai/.
Articul8.aiUS
Pinned Repositories
3FOVD
a-PyTorch-Tutorial-to-Object-Detection
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
ACNet
ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks
activity_recognition_survey
AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
albumentations
fast image augmentation library and easy to use wrapper around other libraries
Augmentor
Image augmentation library in Python for machine learning.
CVPR2020-Code
CVPR 2020 论文开源项目合集
deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
orthogonal-denoising-autoencoder
Implementation and improvement of paper 'Learning Multiple Views with Orthogonal Denoising Autoencoders'
tengerye's Repositories
tengerye/orthogonal-denoising-autoencoder
Implementation and improvement of paper 'Learning Multiple Views with Orthogonal Denoising Autoencoders'
tengerye/CVPR2020-Code
CVPR 2020 论文开源项目合集
tengerye/3FOVD
tengerye/AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
tengerye/albumentations
fast image augmentation library and easy to use wrapper around other libraries
tengerye/Augmentor
Image augmentation library in Python for machine learning.
tengerye/cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
tengerye/data-augmentation-review
List of useful data augmentation resources. You will find here some not common techniques, libraries, links to github repos, papers and others.
tengerye/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
tengerye/detr
End-to-End Object Detection with Transformers
tengerye/DRRG
Deep relational reasoning graph network for arbitrary shape text detection; Accepted by CVPR 2020 (Oral). http://arxiv.org/abs/2003.07493
tengerye/GraphNormalization
Learning Graph Normalization for Graph Neural Networks
tengerye/icdar2019-tutorial
tengerye/Learning_CS224w
My approach to CS224w [AT] Stanford 2019 : )
tengerye/MASTER-TF
MASTER
tengerye/mathAI
一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.
tengerye/neural-texturize
🤖🖌️ Automatically generate new textures similar to a source image or photograph. Useful if you want to make variations on a theme or expand the size of an existing texture!
tengerye/nlp_course
YSDA course in Natural Language Processing
tengerye/Object-Detection-Metrics
Most popular metrics used to evaluate object detection algorithms.
tengerye/over9000
Over9000 optimizer
tengerye/PICK-pytorch
Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
tengerye/PRML
PRML algorithms implemented in Python
tengerye/pytorch-template
PyTorch deep learning projects made easy.
tengerye/pytorch_geometric
Geometric Deep Learning Extension Library for PyTorch
tengerye/pytorch_resnet_cifar10
Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
tengerye/statistic
collecting books, papers and docs.
tengerye/TextRecognitionDataGenerator
A synthetic data generator for text recognition
tengerye/THUMT
An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
tengerye/unilm
UniLM - Unified Language Model Pre-training / Pre-training for NLP and Beyond
tengerye/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch