Implementation-CVPR2015-CNN-for-ReID icon indicating copy to clipboard operation
Implementation-CVPR2015-CNN-for-ReID copied to clipboard

Implementation for CVPR 2015 Paper: "An Improved Deep Learning Architecture for Person Re-Identification".

Results 29 Implementation-CVPR2015-CNN-for-ReID issues
Sort by recently updated
recently updated
newest added

1.how to train own data? 2. can different size image pair train ??

Does anybody come across this error? It seems to be something wrong with Keras itself and I have not find an executable way to solve it yet. Appreciate for your...

I'm trying to run CUHK03 Person Re-ID script. Error text reads as follows: TypeError Traceback (most recent call last) in () ----> 1 main("E:\DL\cuhk-03.h5") in main(dataset_path) 17 model = generate_model()...

Error message is as follow: File "F:/Implementation-CVPR2015-CNN-for-ReID-master/CUHK03/main.py", line 109, in main('F:/Implementation-CVPR2015-CNN-for-ReID-master/CUHK03/cuhk-03.h5') File "F:/Implementation-CVPR2015-CNN-for-ReID-master/CUHK03/main.py", line 21, in main train(model, dataset_path) File "F:/Implementation-CVPR2015-CNN-for-ReID-master/CUHK03/main.py", line 49, in train model.fit_generator(Data_Generator.flow(f,flag = flag_train), one_epoch,epoch_num, validation_data=Data_Generator.flow(f,train_or_validation=which_val_data,flag=flag_val),...

Thank you for share your work. When I trying to run the model using market1501 database, I have problem like this: File "model_for_market1501.py", line 69, in cross_input_asym tensor_left_padding = K.spatial_2d_padding(tensor_left,padding=(2,2))...

how to compute CMC and rank-m ?? can you tell me thanks

Hi, First of all thanks a lot for the code. This is sort of an absolute beginner question, but if you use 150 batch size samples, and the total images...

In training, the result is that the precision of the training set reaches 99 or more, but the accuracy of the validation set is only 56. The loss values also...

Currently, in _get_data_for_cmc_ function in _make_hdf5_for_market1501_, **Line-80**, `c1,c2 = np.random.choice(c_list,2)`, the cameras are selected with replacement. c1 and c2 can be same and will wrongly result in higher accuracies. Shouldn't...

Hi! I modified your model to work with ROS(Robot OS) and uploaded modified version in https://github.com/swstarlab/DIP with other modules such as object detection, image captioning modules. I checked redistribution term...