Pinned Repositories
Adversarial_Metric_Attack
The code of "Adversarial Metric Attack for Person Re-identification"
afm_cvpr2019
Official implementation of paper "Learning Attraction Field Map for Robust Line Segment Detection" (CVPR 2019)
AlignPS
Code for CVPR 2021 paper: Anchor-Free Person Search
awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
beyond-part-models
PCB of paper: Beyond Part Models: Person Retrieval with Refined Part Pooling, using Pytorch
CenterNet
Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
deep-person-reid
Pytorch implementation of deep person re-identification models.
DI-2-FGSM
Improving Transferability of Adversarial Examples with Input Diversity
Sparse-Contextual-Activation
The matlab code of Sparse Contextual Activation (SCA) published in TIP 2016
SongBaiHust's Repositories
SongBaiHust/Adversarial_Metric_Attack
The code of "Adversarial Metric Attack for Person Re-identification"
SongBaiHust/Sparse-Contextual-Activation
The matlab code of Sparse Contextual Activation (SCA) published in TIP 2016
SongBaiHust/afm_cvpr2019
Official implementation of paper "Learning Attraction Field Map for Robust Line Segment Detection" (CVPR 2019)
SongBaiHust/AlignPS
Code for CVPR 2021 paper: Anchor-Free Person Search
SongBaiHust/awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
SongBaiHust/beyond-part-models
PCB of paper: Beyond Part Models: Person Retrieval with Refined Part Pooling, using Pytorch
SongBaiHust/CenterNet
Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
SongBaiHust/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both
SongBaiHust/deep-person-reid
Pytorch implementation of deep person re-identification models.
SongBaiHust/DI-2-FGSM
Improving Transferability of Adversarial Examples with Input Diversity
SongBaiHust/good_practices_for_person_reID
SongBaiHust/MVCNN-TensorFlow
An Multi-View CNN (MVCNN) implementation with TensorFlow.
SongBaiHust/oicr
Codes for our paper "Multiple Instance Detection Network with Online Instance Classifier Refinement" and "PCL: Proposal Cluster Learning for Weakly Supervised Object Detection".
SongBaiHust/open-reid
Open source person re-identification library in python
SongBaiHust/Person_reID_baseline_pytorch
Pytorch implement of Person re-identification baseline. We arrived Rank@1=88.24%, mAP=70.68% only with softmax loss. Re-ranking is added.
SongBaiHust/pytorch-semantic-segmentation
PyTorch for Semantic Segmentation
SongBaiHust/Regional-Homogeneity
Source code for Regional Homogeneity: Towards Learning Transferable Universal Adversarial Perturbations Against Defenses
SongBaiHust/tensorflow
Computation using data flow graphs for scalable machine learning
SongBaiHust/tensorflow-models
Models built with TensorFlow
SongBaiHust/tf-eval-reporter
Tensorflow "layer" that categorizes good and bad predictions into a HTML document
SongBaiHust/tf_cifar
SongBaiHust/TF_FeatureExtraction
Convenient wrapper for TensorFlow feature extraction from pre-trained models using tf.contrib.slim
SongBaiHust/triplet-reid
Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.