Person-reID_GAN icon indicating copy to clipboard operation
Person-reID_GAN copied to clipboard

ICCV2017 Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro

Results 7 Person-reID_GAN issues
Sort by recently updated
recently updated
newest added

information is as follows: PS F:\tf\GAN_for_ReID\DCGAN-tensorflow-master> python main.py --data_set duke_train --train --input_height 128 --output_ height 128 --options 1 {'batch_size': 64, 'beta1': 0.5, 'checkpoint_dir': 'checkpoint', 'crop': False, 'dataset': 'celebA', 'epoch': 25,...

hi, author.Can this project run vehicle reid on dataset VeRi or other vehicle datasets? 作者您好,请问这个项目可以跑车辆再识别吗,在VeRi数据集上或其他数据集

hey, i implement this paper base on pytorch, if you are interested , you can refer to [here](https://github.com/qiaoguan/Person-reid-GAN-pytorch)

Hi Zhedong, I understand that you use 2 stream (Siamese) network for verification besides classification. However, one question is that how do you deal with gan generated images when performing...

hi~, In your paper, for the generated DCGAN pictures, the probability for each class is the same ,i.e. 1/k(k is the numer of the class), while in the training stage...

Hi there, I tried to run > train_id_net_res_2stream_gan.m however, it gave errors > Undefined function or variable 'rand_same_class'. Could you kindly provide these two files, thanks in advance!

Hello, would you please release the model you trained for academic research?