Pinned Repositories
Activity-Recognition-with-CNN-and-RNN
Temporal Segments LSTM and Temporal-Inception for Activity Recognition
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
awesome-courses
:books: List of awesome university courses for learning Computer Science!
five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
learnopencv
Learn OpenCV : C++ and Python Examples
pose-based-action-recognition
We want to derive a effective way to utilize pose information in action recognition
the-art-of-command-line
Master the command line, in one page
two-stream-action-recognition
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
jeffreyyihuang's Repositories
jeffreyyihuang/two-stream-action-recognition
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
jeffreyyihuang/pose-based-action-recognition
We want to derive a effective way to utilize pose information in action recognition
jeffreyyihuang/the-art-of-command-line
Master the command line, in one page
jeffreyyihuang/learnopencv
Learn OpenCV : C++ and Python Examples
jeffreyyihuang/3d_pose_baseline_pytorch
A simple baseline for 3d human pose estimation in PyTorch.
jeffreyyihuang/action-recognition-papers
My reading materials of action recognition papers
jeffreyyihuang/awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
jeffreyyihuang/CloserLookFewShot
source code to ICLR'19, 'A Closer Look at Few-shot Classification'
jeffreyyihuang/CornerNet-Lite
jeffreyyihuang/cs5614-hw
Learn Apache Spark in Scala, Python (PySpark) and R (SparkR) by building your own cluster with a JupyterLab interface on Docker. :zap:
jeffreyyihuang/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
jeffreyyihuang/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
jeffreyyihuang/DNN-Gesture-Classifier
Deep Neural Network Gesture Classifier for Russian Sign Language
jeffreyyihuang/epipolar-transformers
Epipolar Transformers (CVPR 2020)
jeffreyyihuang/InterHand2.6M
Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
jeffreyyihuang/mean-teacher
A state-of-the-art semi-supervised method for image recognition
jeffreyyihuang/mmdetection
OpenMMLab Detection Toolbox and Benchmark
jeffreyyihuang/My-TensorFlow-tutorials
This repo contains all of my TensorFlow tutorials
jeffreyyihuang/node-js-playlist
CSS and asset files for the Net Ninja YouTube nodejs playlist
jeffreyyihuang/PoseWarper
Learning Temporal Pose Estimation from Sparsely Labeled Videos
jeffreyyihuang/pysot
SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
jeffreyyihuang/pytorch-template
PyTorch deep learning projects made easy.
jeffreyyihuang/realtime-action-detection
This repository host the code for real-time action detection paper
jeffreyyihuang/SiamMask
[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
jeffreyyihuang/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN with competitive performance
jeffreyyihuang/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
jeffreyyihuang/ssd-tensorflow-1
A Single Shot MultiBox Detector in TensorFlow
jeffreyyihuang/ssds.pytorch
Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
jeffreyyihuang/Tensorflow-Project-Template
A best practice for tensorflow project template architecture.
jeffreyyihuang/torchcv
TorchCV: a PyTorch vision library mimics ChainerCV