Pinned Repositories
2D-and-3D-face-alignment
This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
3d-pose-baseline
A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
3d-pose-estimation
VNect: Real-time 3D Human Pose Estimation with a Single RGB Camera
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
AItechnology
AI科技
AItechnology.github.io
autonomous-driving-vehicle-detection
Created vehicle detection and tracking pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).
caffe-yolo9000
Caffe for YOLOv2 & YOLO9000
image-retrieval-demo
基于tensorflow & servering & flask 的图像检索系统。
videotext
Text Detection and Recognition in Video
AItechnology's Repositories
AItechnology/image-retrieval-demo
基于tensorflow & servering & flask 的图像检索系统。
AItechnology/videotext
Text Detection and Recognition in Video
AItechnology/AItechnology
AI科技
AItechnology/AItechnology.github.io
AItechnology/awesome
:sunglasses: Curated list of awesome lists
AItechnology/C3D
C3D is a modified version of BVLC caffe to support 3D ConvNets.
AItechnology/Caffe_Code_Analysis
Caffe_Code_Analysis
AItechnology/ConvLSTM
Spatio-temporal video autoencoder with convolutional LSTMs
AItechnology/cs231n
cs231n assignments
AItechnology/DeepLearning_tutorials
The deeplearning algorithms implemented by tensorflow
AItechnology/deeplearningbook-chinese
Deep Learing Book Chinese Translation
AItechnology/django-blog-tutorial
基于 python3.4 和 django1.9 的 Blog 项目
AItechnology/fttl-with-keras
Transfer Learning and Fine Tuning for Cross Domain Image Classification with Keras
AItechnology/JigsawPuzzleSolver
AItechnology/knn_cuda
Fast K-Nearest Neighbor search with GPU
AItechnology/simple_vehicle_counting
Vehicle Detection, Tracking and Counting
AItechnology/vehicle_detection_haarcascades
Vehicle Detection by Haar Cascades with OpenCV