dgd_person_reid
dgd_person_reid copied to clipboard
Domain Guided Dropout for Person Re-identification
I can train and test all training script on the dataset(except Shinpuhkan dataset), but when it comes to compute cmc(cumulative match characteristic), when running eval/metric_learning.py, it gives the following error:...
Could you please provide pretrained weight? especially on Tensorflow model
Hi, I have run the JSTL `scripts/exp_jstl.sh` for training as the Readme explained. I didnot miss a single step from the top. But the output accuracies are tremendously bad for...
I have not yet obtained the author's reply about the Shinpuhkan dataset. So I just deleted the code that handle the Shinpuhkan dataset. The modifications are as follows: - in...
I don't understand how to do person re-identification with the pretrained JSTL+DGD model found here: https://drive.google.com/open?id=0B67_d0rLRTQYZnB5ZUZpdTlxM0k I have two problems, one related to input, one related to output : 1....
hi every body I wanna run these instructions in caffe and as wrote in *_train.prototxt files ,the value of batch_size for training set to 50 and for test set to...
hi I have a question about running this code on system has one gpu,my system has a GeForce GTX 980 Ti GPU and I comment MPI_LIB & MPI_INCLUDE in config...
Really grateful for your pretrained model for person re-identification. However the costumed BN layer somehow makes it hard to import the model into tensorflow. Is it possible to develop a...
Traceback (most recent call last): File "tools/merge_lists_single_task.py", line 48, in main(args) File "tools/merge_lists_single_task.py", line 18, in main train_files, train_labels = read_kv(osp.join(db_dir, 'train.txt')) File "/home/software_mount/wty/dgd_person_reid/tools/../utils/core.py", line 45, in read_kv arr =...
hi I'm trying to run scripts/exp_jstl.sh but I got some errors in extracting features I use a system with one GPU and I couldn't use the mpirun my errors is...