Pinned Repositories
-
age_gender_classification
Multi-task learning,using CNN model to classify age and gender
bayes-by-backprop
PyTorch implementation of "Weight Uncertainty in Neural Networks"
Causal_Reading_Group
We will keep updating the paper list about machine learning + causal theory. We also internally discuss related papers between NExT++ (NUS) and LDS (USTC) by week.
deep-person-reid
Deep learning person re-identification in PyTorch.
Deep-Person-ReId-1
Cross-camera person tracking system built on KaiyangZhou/deep-person-reid
DFace
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
FaceDetector
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
joint-kg-recommender
KnowledgeSharing-Pytorch
Implementations of knowledge distillation and knowledge transfer models in neural networks.
BKL255's Repositories
BKL255/FaceDetector
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
BKL255/KnowledgeSharing-Pytorch
Implementations of knowledge distillation and knowledge transfer models in neural networks.
BKL255/-
BKL255/age_gender_classification
Multi-task learning,using CNN model to classify age and gender
BKL255/bayes-by-backprop
PyTorch implementation of "Weight Uncertainty in Neural Networks"
BKL255/Causal_Reading_Group
We will keep updating the paper list about machine learning + causal theory. We also internally discuss related papers between NExT++ (NUS) and LDS (USTC) by week.
BKL255/deep-person-reid
Deep learning person re-identification in PyTorch.
BKL255/Deep-Person-ReId-1
Cross-camera person tracking system built on KaiyangZhou/deep-person-reid
BKL255/DFace
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
BKL255/joint-kg-recommender
BKL255/MedicalRelationExtraction
The depository support training and testing BERT-CNN model on three medical relation extraction corpora: BioCreative V CDR task corpus, traditional Chinese medicine literature corpus, and i2b2 temporal relation corpus.
BKL255/ML
机器学习
BKL255/mtan
The implementation of "End-to-End Multi-Task Learning with Attention" [CVPR 2019].
BKL255/mtcnn-pytorch
pytorch implementation of face detection algorithm MTCNN
BKL255/mtcnn-pytorch-1
A face detection algorithm
BKL255/mtl
Unofficial implementation of: Multi-task learning using uncertainty to weigh losses for scene geometry and semantics
BKL255/multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
BKL255/multitask-learning
BKL255/multitaskvision
Code for 'Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics'
BKL255/open-reid
Open source person re-identification library in python
BKL255/pedestrian-attribute-recognition-pytorch
A simple baseline for pedestrian attribute recognition in surveillance scenarios
BKL255/Person-Attribute-Recognition-MarketDuke
A simple baseline implemented in PyTorch for pedestrian attribute recognition task, evaluating on Market-1501 and DukeMTMC-reID dataset.
BKL255/Person_reID_baseline_pytorch
A tiny, friendly, strong pytorch implement of person re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
BKL255/ResidualAttentionNetwork-pytorch
a pytorch code about Residual Attention Network. This code is based on two projects from
BKL255/transferlearning
Everything about Transfer Learning and Domain Adaptation--迁移学习
BKL255/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.