triplet-reid
triplet-reid copied to clipboard
where is the "args.json"?
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 !
@boyliwensheng It's in the directory of checkpoint.
@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.
@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?
@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)