Pinned Repositories
100daysofweb-with-python-course
Demo code and resources for our 100 Days of Web in Python Course
2018AICity_TeamUW
Source code from the winning team in Track 1 and Track 3 at the AI City Challenge Workshop in CVPR 2018.
20191.DL
20191.DL.pre
20192.ai4eng
20192.at4td
AI_Camera
Connect Android Camera to DeepCamera, use your Android Mobile/Tablet as AI-Powered monitor to recognize people by face/human shape without rooting it. Behavior recognition is currently in design.
FaceBoxes
FaceBoxes: A CPU Real-time Face Detector with High Accuracy, IJCB, 2017
Journal
py4e
Web site for www.py4e.com and source to the Python 3.0 textbook
lqchien's Repositories
lqchien/my_dockers
lqchien/Machine-Learning-Yearning-Vietnamese-Translation
lqchien/Bitcoin-price-Prediction-using-LSTM
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
lqchien/tracking-by-animation
A PyTorch implementation of the "Tracking-by-Animation" algorithm published at CVPR 2019.
lqchien/python-examples-cv
OpenCV Python Computer Vision Examples used for Teaching
lqchien/deeplearning-models
A collection of various deep learning architectures, models, and tips
lqchien/python-examples-ip
OpenCV Python Image Processing Examples used for Teaching
lqchien/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
lqchien/Image-Caption-Generator
A neural network to generate captions for an image using CNN and RNN with BEAM Search.
lqchien/deep-image-prior
Image restoration with neural networks but without learning.
lqchien/Face-Detector-1MB-with-landmark
1M人脸检测模型(含关键点)
lqchien/VarGFaceNet
lqchien/temporal-shift-module
[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding.
lqchien/Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow
Implemented the YOLO algorithm for scene text detection in keras-tensorflow (No object detection API used) The code can be tweaked to train for a different object detection task using YOLO.
lqchien/20192.mltopics
lqchien/A-Light-and-Fast-Face-Detector-for-Edge-Devices
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
lqchien/Content
Content used in the sessions conducted at IIT Madras
lqchien/20192.at4td
lqchien/Human-Activity-Recognization
This repositary belongs to Human Activity Recognization case study
lqchien/20191.DL.pre
lqchien/mmskeleton
Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch
lqchien/faiss
A library for efficient similarity search and clustering of dense vectors.
lqchien/mmcv
Open MMLab Computer Vision Foundation
lqchien/People-Counting-Crowd-Density-Detection
Project at #sg_wonder_vision study group of the Facebook Secure and Private AI Scholarship Challenge 2019
lqchien/HelloFace
Face Technology Repository
lqchien/MobileFace
A face recognition solution on mobile device.
lqchien/Face_Pytorch
face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
lqchien/CityFlow
A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
lqchien/NOCS_CVPR2019
Normalized Object Coordinate Space for Category-Level 6D Object Pose and Size Estimation on Python3, Tensorflow, and Keras
lqchien/Automatic-Image-Captioning
In this project, I have created a neural network architecture to automatically generate captions from images. After using the Microsoft Common Objects in COntext (MS COCO) dataset to train my network, I have tested my network on novel images!