VisualComputingInstitute / triplet-reid

Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.
https://arxiv.org/abs/1703.07737
MIT License
764 stars 215 forks source link

where is the "args.json"? #73

Open boyliwensheng opened 5 years ago

boyliwensheng commented 5 years ago

Hi,thank for your work. I want to use the Pretrained TensorFlow models to Compute embeddings but i cant not find the"args.json".please tell me where it is and how to use pretrained models to compute my own picture? think for all of you !

willard-yuan commented 5 years ago

@boyliwensheng It's in the directory of checkpoint.

gunsodo commented 5 years ago

@boyliwensheng You can recreate args.json in your --experiment_root by copying these lines of code from this issue. The code is provided by the owner of this project's owner and solved my problem similar to you as well.

zmm96 commented 4 years ago

@boyliwensheng You can recreate args.json in your --experiment_root by copying these lines of code from this issue. The code is provided by the owner of this project's owner and solved my problem similar to you as well.

hello,I met the same question with you,could you supply the commond?

gunsodo commented 4 years ago

@boyliwensheng You can recreate args.json in your --experiment_root by copying these lines of code from this issue. The code is provided by the owner of this project's owner and solved my problem similar to you as well.

hello,I met the same question with you,could you supply the commond?

Check (https://github.com/VisualComputingInstitute/triplet-reid/issues/36)