julieli's Stars
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
visionml/pytracking
Visual tracking library based on PyTorch.
yysijie/st-gcn
Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch
sekwiatkowski/awesome-capsule-networks
A curated list of awesome resources related to capsule networks
lshiwjx/2s-AGCN
Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19
techfort/pycv
Website of the book "Learn OpenCV 3 with Python"
miraclewkf/SENet-PyTorch
durandtibo/wildcat.pytorch
PyTorch implementation of "WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation", CVPR 2017
caibolun/DehazeNet
DehazeNet: An End-to-End System for Single Image Haze Removal
Hrener/3D-Action-recognition
PyTorch implementation of Two-stream CNN for 3D action recognition
engindeniz/Cycle-Dehaze
[CVPR 2018 NTIRE Workshop] Cycle-Dehaze: Enhanced CycleGAN for Single Image Dehazing
coin-dataset/annotation-tool
zlinker/DehazeNet
an end to end dehaze tools
InwoongLee/TS-LSTM
Skeleton-based Action Recognition using TS-LSTM model
vasgaowei/pytorch_MELM
The pytorch implementation of the Min-Entropy Latent Model for Weakly Supervised Object Detection
shuangshuangguo/skeleton-based-action-recognition-review
This review contains some action recognition methods.
escuccim/mias-mammography
Analysis of MIAS and DDSM mammography datasets
coin-dataset/code
fandulu/Keras-for-Co-occurrence-Feature-Learning-from-Skeleton-Data-for-Action-Recognition
Keras implementation for Co-occurrence-Feature-Learning-from-Skeleton-Data-for-Action-Recognition
kinect59/Spatio-Temporal-LSTM
Spatio-Temporal LSTM with Trust Gates for 3D Human Action Recognition
AlphaNext/DFCRN-for-Image-Dehazing
Implementation code of the paper "Deep Fully Convolutional Regression Networks for Single Image Haze Removal"
rwenqi/Multi-scale-CNN-Dehazing
Single Image Dehazing via Multi-scale Convolutional Neural Networks, ECCV 2016
Chrisawa/image-video-dehazing-OpenCV
image and video dehazing by median dark channel prior proposed by Gibson et al.
dishank-b/MSCNN-Dehazing-Tensorflow
This is Tensorflow implementation of Single Image Dehazing via Multi-Scale Convolutional Neural Networks https://sites.google.com/site/renwenqi888/research/dehazing/mscnndehazing
raven-dehaze-work/MSCNN_Keras
"Single Image Dehazing via Multi-scale Convolutional Neural Networks" Implemented by Keras
lz1313/BlockCIrculantRNN
BlockCIrculantRNN (LSTM and GRU) using TensorFlow
pkpraveen895/Viterbi-Decoding-and-Feature-Engineering
Implemented the Viterbi algorithm for sequence tagging, did feature engineering to identify a good set of features and also compared the MEMM and CRF Statistical Modeling Methods, using Tensor Flow framework.
tolani/POS-MEMM-Tagger
developed a part of speech tagger using Maximum Entropy Markov Model and viterbi algorithm
alexkartun/Sequence-Tagging
HMM/MEMM - Viterbi/greedy decoders.
HaoranJ/Viterbi-decoded-MEMM
Viterbi-Decoded Maximum Entropy Markov Model