├── DCGAN-tensorflow ├── DCGAN.png ├── LICENSE ├── README.md ├── average.png ├── dcgan.yml ├── download.py ├── main.py ├── model.py ├── ops.py ├── resizeImage.py └── utils.py ├── README.md ├── changeIndex.py ├── evaluate.py ├── evaluate_rerank.py ├── model.py ├── model └── readme ├── prepare.py ├── random_erasing.py ├── re_ranking.py ├── test.py └── train_baseline.py /DCGAN-tensorflow/DCGAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/DCGAN.png -------------------------------------------------------------------------------- /DCGAN-tensorflow/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/LICENSE -------------------------------------------------------------------------------- /DCGAN-tensorflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/README.md -------------------------------------------------------------------------------- /DCGAN-tensorflow/average.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/average.png -------------------------------------------------------------------------------- /DCGAN-tensorflow/dcgan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/dcgan.yml -------------------------------------------------------------------------------- /DCGAN-tensorflow/download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/download.py -------------------------------------------------------------------------------- /DCGAN-tensorflow/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/main.py -------------------------------------------------------------------------------- /DCGAN-tensorflow/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/model.py -------------------------------------------------------------------------------- /DCGAN-tensorflow/ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/ops.py -------------------------------------------------------------------------------- /DCGAN-tensorflow/resizeImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/resizeImage.py -------------------------------------------------------------------------------- /DCGAN-tensorflow/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/DCGAN-tensorflow/utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /changeIndex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/changeIndex.py -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/evaluate.py -------------------------------------------------------------------------------- /evaluate_rerank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/evaluate_rerank.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/model.py -------------------------------------------------------------------------------- /model/readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/prepare.py -------------------------------------------------------------------------------- /random_erasing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/random_erasing.py -------------------------------------------------------------------------------- /re_ranking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/re_ranking.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/test.py -------------------------------------------------------------------------------- /train_baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaoguan/Person-reid-GAN-pytorch/HEAD/train_baseline.py --------------------------------------------------------------------------------